Package | Description |
---|---|
ej.hoka.http |
Base HTTP handling classes.
|
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 . |