Uses of Class
com.kttdevelopment.simplehttpserver.SimpleHttpsServer
-
Packages that use SimpleHttpsServer Package Description com.kttdevelopment.simplehttpserver -
-
Uses of SimpleHttpsServer in com.kttdevelopment.simplehttpserver
Methods in com.kttdevelopment.simplehttpserver that return SimpleHttpsServer Modifier and Type Method Description static SimpleHttpsServerSimpleHttpsServer. create()Creates aSimpleHttpsServer.static SimpleHttpsServerSimpleHttpsServer. create(int port)Creates aSimpleHttpsServerbounded to a port.static SimpleHttpsServerSimpleHttpsServer. create(int port, int backlog)Creates aSimpleHttpsServerbounded to a port.
-