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 |
---|---|
BodyParser |
HTTPRequest.getBodyParser()
Gets the bodyParser.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPRequest.setBodyParser(BodyParser bodyParser)
Sets the bodyParser.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPartBodyParser
A body parser for MIME_MULTIPART_FORM_ENCODED_DATA.
|
class |
StringBodyParser
A body parser reading the full body and storing it in a string.
|
Modifier and Type | Method and Description |
---|---|
BodyParser |
StringBodyParserFactory.newBodyParser(HTTPRequest request) |
BodyParser |
BodyParserFactory.newBodyParser(HTTPRequest request) |