Modifier and Type | Method and Description |
---|---|
HttpHeader |
ServletHttpResponse.addHeader(String name,
String value) |
HttpHeader |
ServletHttpResponse.getHeader(String name) |
HttpHeader[] |
ServletHttpResponse.getHeaders() |
Modifier and Type | Method and Description |
---|---|
List<HttpHeader> |
ServletHttpRequest.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
ServletHttpResponse.removeHeader(HttpHeader header) |
Modifier and Type | Method and Description |
---|---|
HttpHeader |
HttpResponse.addHeader(String name,
String value)
Adds a
HttpHeader for the response. |
HttpHeader |
HttpResponse.getHeader(String name)
Obtains the first
HttpHeader by the name. |
HttpHeader[] |
HttpResponse.getHeaders()
Obtains all the
HttpHeader instances for the response. |
Modifier and Type | Method and Description |
---|---|
List<HttpHeader> |
HttpRequest.getHeaders()
Obtains the
HttpHeader instances in the order they appear on the
request. |
Modifier and Type | Method and Description |
---|---|
void |
HttpResponse.removeHeader(HttpHeader header)
Removes the particular
HttpHeader from the response. |
Modifier and Type | Method and Description |
---|---|
HttpManagedObject |
HttpConversation.addRequest(String method,
String requestURI,
String httpVersion,
List<HttpHeader> headers,
HttpEntity entity)
Adds a
HttpRequest to the conversation. |
Modifier and Type | Method and Description |
---|---|
HttpHeader |
HttpResponseImpl.addHeader(String name,
String value) |
HttpHeader |
HttpResponseImpl.getHeader(String name) |
HttpHeader[] |
HttpResponseImpl.getHeaders() |
Modifier and Type | Method and Description |
---|---|
List<HttpHeader> |
HttpRequestImpl.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
HttpResponseImpl.removeHeader(HttpHeader header) |
Modifier and Type | Method and Description |
---|---|
HttpManagedObject |
HttpConversationImpl.addRequest(String method,
String requestURI,
String httpVersion,
List<HttpHeader> headers,
HttpEntity entity) |
Constructor and Description |
---|
HttpRequestImpl(String method,
String requestURI,
String httpVersion,
List<HttpHeader> headers,
HttpEntity entity)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
List<HttpHeader> |
HttpRequestParser.getHeaders()
Obtains the
HttpHeader instances in the order supplied. |
Modifier and Type | Class and Description |
---|---|
class |
HttpHeaderImpl
HttpHeader implementation. |
Modifier and Type | Method and Description |
---|---|
List<HttpHeader> |
HttpRequestParserImpl.getHeaders() |
Modifier and Type | Method and Description |
---|---|
static HttpHeader |
HttpCookieUtil.addHttpCookie(HttpCookie cookie,
HttpResponse response)
Adds the
HttpCookie to the HttpResponse . |
Copyright © 2005–2016. All rights reserved.