Package robaho.net.httpserver
Class HttpServerImpl
java.lang.Object
com.sun.net.httpserver.HttpServer
robaho.net.httpserver.HttpServerImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidbind(InetSocketAddress addr, int backlog) robaho.net.httpserver.HttpContextImplcreateContext(String path) robaho.net.httpserver.HttpContextImplcreateContext(String path, HttpHandler handler) voidremoveContext(HttpContext context) voidremoveContext(String path) voidsetExecutor(Executor executor) voidstart()voidstop(int delay) Methods inherited from class com.sun.net.httpserver.HttpServer
create, create, create
-
Method Details
-
bind
- Specified by:
bindin classHttpServer- Throws:
IOException
-
start
public void start()- Specified by:
startin classHttpServer
-
setExecutor
- Specified by:
setExecutorin classHttpServer
-
getExecutor
- Specified by:
getExecutorin classHttpServer
-
stop
public void stop(int delay) - Specified by:
stopin classHttpServer
-
createContext
- Specified by:
createContextin classHttpServer
-
createContext
- Specified by:
createContextin classHttpServer
-
removeContext
- Specified by:
removeContextin classHttpServer- Throws:
IllegalArgumentException
-
removeContext
- Specified by:
removeContextin classHttpServer- Throws:
IllegalArgumentException
-
getAddress
- Specified by:
getAddressin classHttpServer
-