public class Http
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Http.Context
Deprecated.
Deprecated as of 2.7.0. See migration guide.
|
static class |
Http.Cookie
HTTP Cookie
|
static class |
Http.CookieBuilder |
static interface |
Http.Cookies
HTTP Cookies set
|
static class |
Http.Flash
HTTP Flash.
|
static interface |
Http.HeaderNames
Defines all standard HTTP headers.
|
static class |
Http.Headers |
static interface |
Http.HttpVerbs
Standard HTTP Verbs
|
static interface |
Http.MimeTypes
Common HTTP MIME types
|
static class |
Http.MultipartFormData<A>
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
The builder for building a request.
|
static interface |
Http.RequestHeader |
static class |
Http.RequestImpl
An HTTP request.
|
static class |
Http.Response
Deprecated.
Deprecated as of 2.7.0. Use
Result instead which has methods to add headers and cookies. |
static class |
Http.Session
HTTP Session.
|
static interface |
Http.Status
Defines all standard HTTP status codes.
|
static class |
Http.WrappedContext
Deprecated.
Deprecated as of 2.7.0. See migration guide.
|
Constructor and Description |
---|
Http() |