Package httpserver.core
Class HttpServerBuilder
java.lang.Object
httpserver.core.HttpServerBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbacklog(int backlog) build()daemon(boolean daemon) handler(HttpHandler handler) maxRequestHeadSize(int maxRequestSize)
-
Constructor Details
-
HttpServerBuilder
public HttpServerBuilder()
-
-
Method Details
-
bind
-
executor
-
backlog
-
daemon
-
maxRequestHeadSize
-
handler
-
build
- Throws:
UnknownHostException
-