Interface | Description |
---|---|
BodyParser |
A parser called to read the body.
|
BodyParserFactory |
Factory to instantiate BodyParser for each request.
|
Class | Description |
---|---|
HTTPPart |
A part of a multipart HTTP request.
|
MultiPartBodyParser |
A body parser for MIME_MULTIPART_FORM_ENCODED_DATA.
|
StringBodyParser |
A body parser reading the full body and storing it in a string.
|
StringBodyParserFactory |
Factory that instantiates new
StringBodyParser . |