| Package | Description |
|---|---|
| ej.hoka.http |
Base HTTP handling classes.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPSession |
HTTPSession.Factory.newHTTPSession(HTTPServer server)
Instantiate a new HTTP session.
|
HTTPSession |
DefaultHTTPSession.Factory.newHTTPSession(HTTPServer server) |
| Constructor and Description |
|---|
DefaultHTTPSession(HTTPServer server)
Default constructor.
|
HTTPRequest(HTTPServer server,
java.io.InputStream inputStream)
Constructs a new instance of HTTPRequest.
|
HTTPRequest(HTTPServer server,
java.io.InputStream inputStream,
BodyParserFactory bodyParserFactory)
Constructs a new instance of HTTPRequest.
|
HTTPSession(HTTPServer server)
Creates a new HTTP Session in the given
HTTPServer. |