| Package | Description |
|---|---|
| ej.hoka.http |
Base HTTP handling classes.
|
| ej.hoka.http.body |
Classes used to manage the body of a HTTPRequest.
|
| Class and Description |
|---|
| ChunkedTransferCodingHandler
HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.
|
| HTTPRequest
Represents a HTTP Request.
|
| HTTPResponse
Represents a HTTP Response.
|
| HTTPServer
HTTP Server.
|
| HTTPSession
Abstract HTTP Session.
|
| HTTPSession.Factory
This factory is used by the HTTPServer to create sessions for jobs.
|
| IdentityEncodingHandler
HTTP-1.1 Identity encoding handler.
|
| IdentityTransferCodingHandler
Identity transfer coding handler.
|
| IHTTPEncodingHandler
Interface for defining HTTP encoding handlers.
|
| IHTTPTransferCodingHandler
Interface for defining HTTP transfer coding handlers.
|
| Class and Description |
|---|
| HTTPRequest
Represents a HTTP Request.
|