Class ShowClientHandler
- java.lang.Object
-
- org.apache.eventmesh.runtime.admin.handler.ShowClientHandler
-
- All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
public class ShowClientHandler extends java.lang.Object implements com.sun.net.httpserver.HttpHandlerThis handler used to print the total client info
-
-
Constructor Summary
Constructors Constructor Description ShowClientHandler(EventMeshTCPServer eventMeshTCPServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(com.sun.net.httpserver.HttpExchange httpExchange)
-
-
-
Constructor Detail
-
ShowClientHandler
public ShowClientHandler(EventMeshTCPServer eventMeshTCPServer)
-
-