Package one.xingyi.core.server
Class EndpointHandler
- java.lang.Object
-
- one.xingyi.core.server.EndpointHandler
-
- All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
public class EndpointHandler extends java.lang.Object implements com.sun.net.httpserver.HttpHandler
-
-
Constructor Summary
Constructors Constructor Description EndpointHandler(EndPoint fn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(com.sun.net.httpserver.HttpExchange exchange)
-
-
-
Constructor Detail
-
EndpointHandler
public EndpointHandler(EndPoint fn)
-
-