Modifier and Type | Method and Description |
---|---|
void |
UndertowLogger.mcmpKeyValue(HttpString name,
String value) |
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 |
---|---|
AjpClientRequestClientStreamSinkChannel |
AjpClientChannel.sendRequest(HttpString method,
String path,
HttpString protocol,
HeaderMap headers,
Attachable attachable,
ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener) |
Modifier and Type | Method and Description |
---|---|
void |
HpackDecoder.HeaderEmitter.emitHeader(HttpString name,
String value,
boolean neverIndex) |
boolean |
HpackEncoder.HpackHeaderFunction.shouldUseHuffman(HttpString header)
Returns true if huffman encoding should be used on the header name
|
boolean |
HpackEncoder.HpackHeaderFunction.shouldUseHuffman(HttpString header,
String value)
Returns true if huffman encoding should be used on the header value
|
boolean |
HpackEncoder.HpackHeaderFunction.shouldUseIndexing(HttpString header,
String value) |
Constructor and Description |
---|
GenericHeaderAuthenticationMechanism(String mechanismName,
List<HttpString> identityHeaders,
List<String> sessionCookieNames,
IdentityManager identityManager) |
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 |
---|---|
RoutingHandler |
RoutingHandler.add(HttpString method,
String template,
HttpHandler handler) |
RoutingHandler |
RoutingHandler.add(HttpString method,
String template,
Predicate predicate,
HttpHandler handler) |
boolean |
ServerConnection.pushResource(String path,
HttpString method,
HeaderMap requestHeaders)
Attempts to push a resource if this connection supports server push.
|
boolean |
ServerConnection.pushResource(String path,
HttpString method,
HeaderMap requestHeaders,
HttpHandler handler)
Attempts to push a resource if this connection supports server push.
|
HttpServerExchange |
HttpServerExchange.setProtocol(HttpString protocol)
Sets the http protocol
|
HttpServerExchange |
HttpServerExchange.setRequestMethod(HttpString requestMethod)
Set the HTTP request method.
|
Modifier and Type | Method and Description |
---|---|
HttpString |
SetHeaderHandler.getHeader() |
Modifier and Type | Method and Description |
---|---|
Set<HttpString> |
AllowedMethodsHandler.getAllowedMethods() |
Modifier and Type | Method and Description |
---|---|
ConfiguredPushHandler |
ConfiguredPushHandler.addRequestHeader(HttpString name,
String value) |
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 value)
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 |
AjpRequestParser.StringHolder.header |
Modifier and Type | Method and Description |
---|---|
protected HttpString |
AjpRequestParser.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 |
---|---|
boolean |
Http2ServerConnection.pushResource(String path,
HttpString method,
HeaderMap requestHeaders) |
boolean |
Http2ServerConnection.pushResource(String path,
HttpString method,
HeaderMap requestHeaders,
HttpHandler handler) |
Modifier and Type | Method and Description |
---|---|
boolean |
SpdyServerConnection.pushResource(String path,
HttpString method,
HeaderMap requestHeaders) |
boolean |
SpdyServerConnection.pushResource(String path,
HttpString method,
HeaderMap requestHeaders,
HttpHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
HttpServletResponseImpl.addHeader(HttpString name,
String value) |
String |
HttpServletRequestImpl.getHeader(HttpString name) |
void |
HttpServletResponseImpl.setHeader(HttpString name,
String value) |
Constructor and Description |
---|
SavedRequest(byte[] data,
int dataLength,
HttpString method,
String requestPath,
HeaderMap headerMap) |
Modifier and Type | Method and Description |
---|---|
static HttpString |
Methods.fromString(String method) |
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 |
---|---|
HeaderMap |
HeaderMap.add(HttpString headerName,
long headerValue) |
HeaderMap |
HeaderMap.add(HttpString headerName,
String headerValue) |
HeaderMap |
HeaderMap.addAll(HttpString headerName,
Collection<String> headerValues) |
HeaderMap |
HeaderMap.addFirst(HttpString headerName,
String headerValue) |
HeaderMap |
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) |
HeaderMap |
HeaderMap.put(HttpString headerName,
long headerValue) |
HeaderMap |
HeaderMap.put(HttpString headerName,
String headerValue) |
HeaderMap |
HeaderMap.putAll(HttpString headerName,
Collection<String> headerValues) |
Collection<String> |
HeaderMap.remove(HttpString headerName) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.