See: Description
| Interface | Description |
|---|---|
| RequestParser |
Utilities for parsing HTTP requests
|
| ResponseBuilder |
Interface for building the response to be sent to the client.
|
| Class | Description |
|---|---|
| JSONServlet |
Extends the standard
HttpServlet by providing a nicer way to read/write request/response data. |
| Request |
Wrapper for the
HttpServletRequest class. |
| Response |
Response object containing the response to be sent to the client.
|
Copyright © 2016, Peter Nerg Apache License v2.0