Class DisconnectHandler
- java.lang.Object
-
- org.example.model.communication.server.handlers.BaseHandler
-
- org.example.model.communication.server.handlers.DisconnectHandler
-
- All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
public class DisconnectHandler extends BaseHandler implements com.sun.net.httpserver.HttpHandler
-
-
Field Summary
-
Fields inherited from class org.example.model.communication.server.handlers.BaseHandler
httpServer
-
-
Constructor Summary
Constructors Constructor Description DisconnectHandler(HTTPServer httpServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(com.sun.net.httpserver.HttpExchange exchange)
-
-
-
Constructor Detail
-
DisconnectHandler
public DisconnectHandler(@NotNull HTTPServer httpServer)
-
-