Package robaho.net.httpserver
Class HttpsServerImpl
java.lang.Object
com.sun.net.httpserver.HttpServer
com.sun.net.httpserver.HttpsServer
robaho.net.httpserver.HttpsServerImpl
-
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) voidvoidstart()voidstop(int delay) Methods inherited from class com.sun.net.httpserver.HttpsServer
create, create, create
-
Method Details
-
setHttpsConfigurator
- Specified by:
setHttpsConfiguratorin classHttpsServer
-
getHttpsConfigurator
- Specified by:
getHttpsConfiguratorin classHttpsServer
-
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
-