| Package | Description |
|---|---|
| org.codehaus.httpcache4j | |
| org.codehaus.httpcache4j.mutable |
| Modifier and Type | Field and Description |
|---|---|
static HTTPMethod |
HTTPMethod.CONNECT |
static HTTPMethod |
HTTPMethod.DELETE |
static HTTPMethod |
HTTPMethod.GET |
static HTTPMethod |
HTTPMethod.HEAD |
static HTTPMethod |
HTTPMethod.OPTIONS |
static HTTPMethod |
HTTPMethod.PATCH |
static HTTPMethod |
HTTPMethod.POST |
static HTTPMethod |
HTTPMethod.PURGE |
static HTTPMethod |
HTTPMethod.PUT |
static HTTPMethod |
HTTPMethod.TRACE |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,HTTPMethod> |
HTTPMethod.defaultMethods |
| Modifier and Type | Method and Description |
|---|---|
HTTPMethod |
HTTPRequest.getMethod() |
static HTTPMethod |
HTTPMethod.valueOf(String method) |
static HTTPMethod[] |
HTTPMethod.values() |
| Modifier and Type | Method and Description |
|---|---|
Set<HTTPMethod> |
Headers.getAllow() |
| Modifier and Type | Method and Description |
|---|---|
int |
HTTPMethod.compareTo(HTTPMethod other) |
HTTPRequest |
HTTPRequest.method(HTTPMethod method)
Deprecated.
Use
HTTPRequest.withMethod(HTTPMethod) instead |
HTTPRequest |
HTTPRequest.withMethod(HTTPMethod method) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
Headers.withAllow(Set<HTTPMethod> allow) |
| Constructor and Description |
|---|
HTTPRequest(String requestURI,
HTTPMethod method) |
HTTPRequest(URI requestURI,
HTTPMethod method) |
HTTPRequest(URI requestURI,
HTTPMethod method,
Headers headers,
Optional<Challenge> challenge,
Optional<Payload> payload) |
| Modifier and Type | Method and Description |
|---|---|
HTTPMethod |
MutableRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
Set<HTTPMethod> |
MutableHeaders.getAllow() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableHeaders.setAllow(Set<HTTPMethod> allow) |
| Constructor and Description |
|---|
MutableRequest(URI uri,
HTTPMethod method) |
Copyright © 2008–2017. All rights reserved.