Package | Description |
---|---|
ej.hoka.http |
Base HTTP handling classes.
|
ej.hoka.http.body |
Classes used to manage the body of a HTTPRequest.
|
Modifier and Type | Method and Description |
---|---|
BodyParserFactory |
HTTPSession.getBodyParserFactory()
Gets the bodyParserFactory.
|
BodyParserFactory |
HTTPServer.getBodyParserFactory()
Gets the bodyParserFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPSession.setBodyParserFactory(BodyParserFactory bodyParserFactory)
Sets the bodyParserFactory.
|
void |
HTTPServer.setBodyParserFactory(BodyParserFactory bodyParserFactory)
Sets the bodyParserFactory.
|
Constructor and Description |
---|
HTTPRequest(HTTPServer server,
java.io.InputStream inputStream,
BodyParserFactory bodyParserFactory)
Constructs a new instance of HTTPRequest.
|
Modifier and Type | Class and Description |
---|---|
class |
StringBodyParserFactory
Factory that instantiates new
StringBodyParser . |