Uses of Class
dev.katsute.simplehttpserver.SimpleHttpsServer
Packages that use SimpleHttpsServer
-
Uses of SimpleHttpsServer in dev.katsute.simplehttpserver
Methods in dev.katsute.simplehttpserver that return SimpleHttpsServerModifier and TypeMethodDescriptionstatic SimpleHttpsServerSimpleHttpsServer.create()Creates an unbounded https server.static SimpleHttpsServerSimpleHttpsServer.create(int port) Creates an https server bounded to a port.static SimpleHttpsServerSimpleHttpsServer.create(int port, int backlog) Creates an https server bounded to a port.