| Modifier and Type | Method and Description |
|---|---|
static boolean |
HeaderUtils.hasCacheableHeaders(Headers headers)
From http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.4.
|
HTTPRequest |
HTTPRequest.headers(Headers headers) |
static Conditionals |
Conditionals.valueOf(Headers headers) |
HTTPResponse |
HTTPResponse.withHeaders(Headers headers) |
| Constructor and Description |
|---|
Headers(Headers headers) |
HTTPRequest(URI requestURI,
HTTPMethod method,
Headers headers,
Optional<Challenge> challenge,
Optional<Payload> payload) |
HTTPResponse(Optional<Payload> payload,
Status status,
Headers headers) |
HTTPResponse(Optional<Payload> payload,
StatusLine statusLine,
Headers headers) |
HTTPResponse(Status status,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyAuthenticator.afterFailedAuthentication(Headers responseHeaders) |
void |
NullAuthenticator.afterFailedAuthentication(Headers responseHeaders) |
void |
DefaultProxyAuthenticator.afterFailedAuthentication(Headers responseHeaders) |
void |
NullAuthenticator.afterFailedAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
DefaultAuthenticator.afterFailedAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
Authenticator.afterFailedAuthentication(HTTPRequest request,
Headers responseHeaders) |
AuthScheme |
DigestAuthenticatorStrategy.afterSuccessfulAuthentication(AuthScheme scheme,
Headers headers) |
AuthScheme |
BasicAuthenticatorStrategy.afterSuccessfulAuthentication(AuthScheme scheme,
Headers headers) |
AuthScheme |
AuthenticatorStrategy.afterSuccessfulAuthentication(AuthScheme scheme,
Headers headers) |
AuthScheme |
DigestAuthenticatorStrategy.afterSuccessfulAuthentication(AuthScheme scheme,
Headers headers,
boolean proxy) |
void |
ProxyAuthenticator.afterSuccessfulAuthentication(Headers responseHeaders) |
void |
NullAuthenticator.afterSuccessfulAuthentication(Headers responseHeaders) |
void |
DefaultProxyAuthenticator.afterSuccessfulAuthentication(Headers responseHeaders) |
void |
NullAuthenticator.afterSuccessfulAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
DefaultAuthenticator.afterSuccessfulAuthentication(HTTPRequest request,
Headers responseHeaders) |
void |
Authenticator.afterSuccessfulAuthentication(HTTPRequest request,
Headers responseHeaders) |
AuthScheme |
DigestAuthenticatorStrategy.afterSuccessfulProxyAuthentication(AuthScheme scheme,
Headers headers) |
AuthScheme |
BasicAuthenticatorStrategy.afterSuccessfulProxyAuthentication(AuthScheme scheme,
Headers headers) |
AuthScheme |
AuthenticatorStrategy.afterSuccessfulProxyAuthentication(AuthScheme scheme,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
BearerAuthenticatorStrategy.afterSuccessfulAuthentication(AuthScheme scheme,
Headers headers) |
AuthScheme |
BearerAuthenticatorStrategy.afterSuccessfulProxyAuthentication(AuthScheme scheme,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
MutableHeaders.toHeaders() |
| Modifier and Type | Method and Description |
|---|---|
static HTTPResponse |
ResponseCreator.createResponse(StatusLine line,
Headers responseHeaders,
Optional<InputStream> stream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHTTPWriter.writeHeaders(PrintStream writer,
Headers headers) |
Copyright © 2008–2017. All rights reserved.