Uses of Class
dev.katsute.simplehttpserver.SimpleHttpServer
Packages that use SimpleHttpServer
-
Uses of SimpleHttpServer in dev.katsute.simplehttpserver
Methods in dev.katsute.simplehttpserver that return SimpleHttpServerModifier and TypeMethodDescriptionstatic SimpleHttpServerSimpleHttpServer.create()Creates an unbounded http server.static SimpleHttpServerSimpleHttpServer.create(int port) Creates an http server bounded to a port.static SimpleHttpServerSimpleHttpServer.create(int port, int backlog) Creates an http server bounded to a port.