| Package | Description |
|---|---|
| com.stormpath.sdk.impl.http | |
| com.stormpath.sdk.impl.http.support |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
HttpMessage.getHeaders() |
static HttpHeaders |
HttpHeaders.readOnlyHttpHeaders(HttpHeaders headers)
Returns
HttpHeaders object that can only be read, not written to. |
| Modifier and Type | Method and Description |
|---|---|
static HttpHeaders |
HttpHeaders.readOnlyHttpHeaders(HttpHeaders headers)
Returns
HttpHeaders object that can only be read, not written to. |
void |
HttpMessage.setHeaders(HttpHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
DefaultResponse.getHeaders() |
HttpHeaders |
DefaultRequest.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultResponse.setHeaders(HttpHeaders headers) |
void |
DefaultRequest.setHeaders(HttpHeaders headers) |
| Constructor and Description |
|---|
DefaultRequest(HttpMethod method,
String href,
QueryString query,
HttpHeaders headers,
InputStream body,
long contentLength) |
Copyright © 2012–2014. All rights reserved.