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