| Package | Description |
|---|---|
| com.stormpath.sdk.impl.http | |
| com.stormpath.sdk.impl.http.support |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.fromName(String name) |
HttpMethod |
Request.getMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<HttpMethod> |
HttpHeaders.getAllow()
Return the set of allowed
HTTP methods, as specified by the Allow header. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpHeaders.setAllow(Set<HttpMethod> allowedMethods)
Set the set of allowed
HTTP methods, as specified by the Allow header. |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
DefaultRequest.getMethod() |
| Constructor and Description |
|---|
DefaultRequest(HttpMethod method,
String href) |
DefaultRequest(HttpMethod method,
String href,
QueryString query) |
DefaultRequest(HttpMethod method,
String href,
QueryString query,
HttpHeaders headers,
InputStream body,
long contentLength) |
Copyright © 2012–2014. All rights reserved.