Class EndSessionHandler
- java.lang.Object
-
- org.example.model.communication.server.handlers.BaseHandler
-
- org.example.model.communication.server.handlers.EndSessionHandler
-
- All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
public class EndSessionHandler 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 EndSessionHandler(HTTPServer s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(com.sun.net.httpserver.HttpExchange exchange)
-
-
-
Constructor Detail
-
EndSessionHandler
public EndSessionHandler(@NotNull HTTPServer s)
-
-