| Interfaces | |
|---|---|
| IRequestDecoder | Given a HttpServletRequest , identifies the correct request properties (server, scheme, URI and port). |
| IUploadFile | Represents a file uploaded from a client side form. |
| Classes | |
|---|---|
| DecodedRequest | Contains properties of an HttpServletRequest that have been extracted from the request (or otherwise determined). |
| RequestContext | This class encapsulates all the relevant data for one request cycle of an ApplicationServlet . |
| ResponseOutputStream | A special output stream works with a HttpServletResponse , buffering data so as to defer opening the response's output stream. |