Class ShowClientBySystemHandler
- java.lang.Object
-
- org.apache.eventmesh.runtime.admin.handler.ShowClientBySystemHandler
-
- All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
public class ShowClientBySystemHandler extends java.lang.Object implements com.sun.net.httpserver.HttpHandler
-
-
Constructor Summary
Constructors Constructor Description ShowClientBySystemHandler(EventMeshTCPServer eventMeshTCPServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(com.sun.net.httpserver.HttpExchange httpExchange)print clientInfo by subsys
-
-
-
Constructor Detail
-
ShowClientBySystemHandler
public ShowClientBySystemHandler(EventMeshTCPServer eventMeshTCPServer)
-
-