Package | Description |
---|---|
ej.hoka.http |
Base HTTP handling classes.
|
Constructor and Description |
---|
HTTPServer(TCPServer tcpServer,
int jobCount,
RequestHandler requestHandler)
Constructs a HTTP server that manage jobs to handle the connections from
tcpServer with
requestHandler . |
HTTPServer(TCPServer tcpServer,
int jobCount,
RequestHandler requestHandler,
HTTPEncodingRegistry encodingRegistry)
Constructs a HTTP server that manage jobs to handle the connections from
tcpServer with
requestHandler . |