public class Http
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Http.Context
The global HTTP context.
|
static class |
Http.Cookie
HTTP Cookie
|
static interface |
Http.Cookies
HTTP Cookies set
|
static class |
Http.Flash
HTTP Flash.
|
static interface |
Http.HeaderNames
Defines all standard HTTP headers.
|
static interface |
Http.MimeTypes
Common HTTP MIME types
|
static class |
Http.MultipartFormData
Multipart form data body.
|
static class |
Http.RawBuffer
Handle the request body a raw bytes data.
|
static interface |
Http.Request
An HTTP request.
|
static class |
Http.RequestBody
The request body.
|
static class |
Http.RequestBuilder |
static interface |
Http.RequestHeader |
static class |
Http.RequestImpl
An HTTP request.
|
static class |
Http.Response
The HTTP response.
|
static class |
Http.Session
HTTP Session.
|
static interface |
Http.Status
Defines all standard HTTP status codes.
|
static class |
Http.WrappedContext
A wrapped context.
|
Constructor and Description |
---|
Http() |