Package | Description |
---|---|
ratpack.form |
Support for handling uploaded forms, including file uploads.
|
ratpack.gson |
Provides integration with Google Gson for JSON parsing and rendering.
|
ratpack.handling |
The handling of application requests.
|
ratpack.http |
The HTTP protocol.
|
ratpack.http.client |
The HTTP client.
|
ratpack.jackson |
Integration with the Jackson JSON marshalling library.
|
ratpack.parse |
Parsing in Ratpack refers to deserializing a request body into a Java object of some type.
|
ratpack.server |
Objects used to start a ratpack application.
|
ratpack.test.handling |
Test fixtures for exercising
Handler implementations without
start a full EmbeddedApp . |
Class and Description |
---|
TypedData
Data that potentially has a content type.
|
Class and Description |
---|
ResponseChunks
A
renderable object for streaming data with HTTP chunked transfer-encoding. |
Class and Description |
---|
Request
A request to be handled.
|
Response
A response to a request.
|
SentResponse
Represents a response that has been committed.
|
TypedData
Data that potentially has a content type.
|
Class and Description |
---|
ClientErrorException
Indicates that this exception represents a client error.
|
Headers
An immutable set of HTTP headers.
|
HttpMethod
The method of a HTTP request.
|
HttpUrlBuilder
Builds a HTTP URL, safely.
|
MediaType
A structured value for a Content-Type header value.
|
MutableHeaders
A set of HTTP headers that can be changed.
|
Request
A request to be handled.
|
Response
A response to a request.
|
ResponseChunks
A
renderable object for streaming data with HTTP chunked transfer-encoding. |
Status
A status line of a HTTP response.
|
TypedData
Data that potentially has a content type.
|
Class and Description |
---|
Headers
An immutable set of HTTP headers.
|
HttpMethod
The method of a HTTP request.
|
MutableHeaders
A set of HTTP headers that can be changed.
|
Response
A response to a request.
|
Status
A status line of a HTTP response.
|
TypedData
Data that potentially has a content type.
|
Class and Description |
---|
ResponseChunks
A
renderable object for streaming data with HTTP chunked transfer-encoding. |
Class and Description |
---|
TypedData
Data that potentially has a content type.
|
Class and Description |
---|
HttpUrlBuilder
Builds a HTTP URL, safely.
|
Class and Description |
---|
Headers
An immutable set of HTTP headers.
|
Request
A request to be handled.
|
Status
A status line of a HTTP response.
|