| Modifier and Type | Method and Description |
|---|---|
static ExchangeAttribute |
ExchangeAttributes.requestHeader(HttpString header) |
static ExchangeAttribute |
ExchangeAttributes.responseHeader(HttpString header) |
| Constructor and Description |
|---|
RequestHeaderAttribute(HttpString requestHeader) |
ResponseHeaderAttribute(HttpString responseHeader) |
| Modifier and Type | Method and Description |
|---|---|
HttpString |
ClientRequest.getMethod() |
HttpString |
ClientResponse.getProtocol() |
HttpString |
ClientRequest.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
ClientRequest |
ClientRequest.setMethod(HttpString method) |
ClientRequest |
ClientRequest.setProtocol(HttpString protocol) |
IOException |
UndertowClientMessages.unknownMethod(HttpString method) |
| Constructor and Description |
|---|
ClientResponse(int responseCode,
String status,
HttpString protocol) |
ClientResponse(int responseCode,
String status,
HttpString protocol,
HeaderMap headers) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpString |
AjpResponseParser.headers(int offset) |
| Modifier and Type | Method and Description |
|---|---|
HttpString |
HttpServerExchange.getProtocol()
Get the request protocol string.
|
HttpString |
HttpServerExchange.getRequestMethod()
Get the HTTP request method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerExchange.setProtocol(HttpString protocol)
Sets the http protocol
|
void |
HttpServerExchange.setRequestMethod(HttpString requestMethod)
Set the HTTP request method.
|
| Constructor and Description |
|---|
AllowedMethodsHandler(HttpHandler next,
HttpString... allowedMethods) |
DisallowedMethodsHandler(HttpHandler next,
HttpString... disallowedMethods) |
| Constructor and Description |
|---|
AllowedMethodsHandler(HttpHandler next,
Set<HttpString> allowedMethods) |
DisallowedMethodsHandler(HttpHandler next,
Set<HttpString> disallowedMethods) |
| Modifier and Type | Method and Description |
|---|---|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
ExchangeAttribute attribute)
Adds a request header to the outgoing request.
|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
String attribute,
ClassLoader classLoader)
Adds a request header to the outgoing request.
|
ProxyHandler |
ProxyHandler.removeRequestHeader(HttpString header)
Removes a request header
|
| Modifier and Type | Field and Description |
|---|---|
HttpString |
AbstractAjpParser.StringHolder.header |
| Modifier and Type | Method and Description |
|---|---|
protected HttpString |
AjpRequestParser.headers(int offset) |
protected abstract HttpString |
AbstractAjpParser.headers(int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,HttpString> |
HttpRequestParser.httpStrings()
This is a bit of hack to enable the parser to get access to the HttpString's that are sorted
in the static fields of the relevant classes.
|
| Modifier and Type | Method and Description |
|---|---|
HttpString |
HeaderValues.getHeaderName() |
static HttpString |
HttpString.tryFromString(String string)
Attempt to convert a
String to an HttpString. |
| Modifier and Type | Method and Description |
|---|---|
Collection<HttpString> |
HeaderMap.getHeaderNames() |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderMap.add(HttpString headerName,
long headerValue) |
void |
HeaderMap.add(HttpString headerName,
String headerValue) |
void |
HeaderMap.addAll(HttpString headerName,
Collection<String> headerValues) |
void |
HeaderMap.addFirst(HttpString headerName,
String headerValue) |
void |
HeaderMap.addLast(HttpString headerName,
String headerValue) |
int |
HttpString.compareTo(HttpString other)
Compare this string to another in a case-insensitive manner.
|
boolean |
HeaderMap.contains(HttpString headerName) |
int |
HeaderMap.count(HttpString headerName) |
Iterable<String> |
HeaderMap.eachValue(HttpString headerName) |
boolean |
HttpString.equals(HttpString other)
Determine if this
HttpString is equal to another. |
HeaderValues |
HeaderMap.get(HttpString headerName) |
String |
HeaderMap.get(HttpString headerName,
int index) |
String |
HeaderMap.getFirst(HttpString headerName) |
String |
HeaderMap.getLast(HttpString headerName) |
void |
HeaderMap.put(HttpString headerName,
long headerValue) |
void |
HeaderMap.put(HttpString headerName,
String headerValue) |
void |
HeaderMap.putAll(HttpString headerName,
Collection<String> headerValues) |
Collection<String> |
HeaderMap.remove(HttpString headerName) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.