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