public final class Http
extends java.lang.Object
Utility class
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Http.DateTime |
Support for HTTP date formats based on RFC2616.
|
static class |
Http.Header |
Utility class with a list of names of standard HTTP headers and related tooling methods.
|
static class |
Http.Method |
Enumeration of all standard HTTP
methods. |
static interface |
Http.RequestMethod |
Interface representing an HTTP request method, all standard methods are in
Http.Method enumeration. |
static interface |
Http.ResponseStatus |
Base interface for status codes used in HTTP responses.
|
static class |
Http.Status |
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
|
static class |
Http.Version |
Enumeration of supported HTTP protocol versions.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.