Package | Description |
---|---|
ej.hoka.http |
default HTTP package.
|
Modifier and Type | Method and Description |
---|---|
HttpServer.HttpServerBuilder |
HttpServer.HttpServerBuilder.encodingRegistry(EncodingRegistry encodingRegistry)
If this method is not called an instance of
EncodingRegistry is used by the server. |
Constructor and Description |
---|
HttpRequest(java.io.InputStream inputStream,
EncodingRegistry encodingRegistry)
Constructs a new instance of HTTPRequest.
|