Modifier and Type | Method | Description |
---|---|---|
void |
UndertowLogger_$logger.mcmpKeyValue(HttpString name,
String value) |
|
void |
UndertowLogger.mcmpKeyValue(HttpString name,
String value) |
|
String |
UndertowMessages_$bundle.pseudoHeaderInWrongOrder(HttpString header) |
|
String |
UndertowMessages.pseudoHeaderInWrongOrder(HttpString header) |
Modifier and Type | Method | Description |
---|---|---|
static ExchangeAttribute |
ExchangeAttributes.requestHeader(HttpString header) |
|
static ExchangeAttribute |
ExchangeAttributes.responseHeader(HttpString header) |
Constructor | Description |
---|---|
RequestHeaderAttribute(HttpString requestHeader) |
|
ResponseHeaderAttribute(HttpString responseHeader) |
Modifier and Type | Method | Description |
---|---|---|
HttpString |
ClientRequest.getMethod() |
|
HttpString |
ClientRequest.getProtocol() |
|
HttpString |
ClientResponse.getProtocol() |
Modifier and Type | Method | Description |
---|---|---|
ClientRequest |
ClientRequest.setMethod(HttpString method) |
|
ClientRequest |
ClientRequest.setProtocol(HttpString protocol) |
|
IOException |
UndertowClientMessages_$bundle.unknownMethod(HttpString method) |
|
IOException |
UndertowClientMessages.unknownMethod(HttpString method) |
Constructor | Description |
---|---|
ClientResponse(int responseCode,
String status,
HttpString protocol) |
|
ClientResponse(int responseCode,
String status,
HttpString protocol,
HeaderMap headers) |
Modifier and Type | Method | Description |
---|---|---|
AjpClientRequestClientStreamSinkChannel |
AjpClientChannel.sendRequest(HttpString method,
String path,
HttpString protocol,
HeaderMap headers,
Attachable attachable,
org.xnio.ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener) |
Modifier and Type | Field | Description |
---|---|---|
static HttpString |
Http2Channel.AUTHORITY |
|
static HttpString |
Http2Channel.METHOD |
|
static HttpString |
Http2Channel.PATH |
|
static HttpString |
Http2Channel.SCHEME |
|
static HttpString |
Http2Channel.STATUS |
Modifier and Type | Method | 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 | Description |
---|---|
GenericHeaderAuthenticationMechanism(String mechanismName,
List<HttpString> identityHeaders,
List<String> sessionCookieNames,
IdentityManager identityManager) |
Modifier and Type | Method | Description |
---|---|---|
HttpString |
HttpServerExchange.getProtocol() |
Get the request protocol string.
|
HttpString |
HttpServerExchange.getRequestMethod() |
Get the HTTP request method.
|
Modifier and Type | Method | Description |
---|---|---|
RoutingHandler |
RoutingHandler.add(HttpString method,
String template,
Predicate predicate,
HttpHandler handler) |
|
RoutingHandler |
RoutingHandler.add(HttpString method,
String template,
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.
|
RoutingHandler |
RoutingHandler.remove(HttpString method,
String path) |
Removes the specified route from the handler
|
HttpServerExchange |
HttpServerExchange.setProtocol(HttpString protocol) |
Sets the http protocol
|
HttpServerExchange |
HttpServerExchange.setRequestMethod(HttpString requestMethod) |
Set the HTTP request method.
|
static void |
Connectors.verifyToken(HttpString header) |
Verifies that the contents of the HttpString are a valid token according to rfc7230.
|
Modifier and Type | Method | Description |
---|---|---|
HttpString |
SetHeaderHandler.getHeader() |
Modifier and Type | Method | Description |
---|---|---|
Set<HttpString> |
AllowedMethodsHandler.getAllowedMethods() |
Modifier and Type | Method | Description |
---|---|---|
ConfiguredPushHandler |
ConfiguredPushHandler.addRequestHeader(HttpString name,
String value) |
Constructor | Description |
---|---|
AllowedMethodsHandler(HttpHandler next,
HttpString... allowedMethods) |
|
DisallowedMethodsHandler(HttpHandler next,
HttpString... disallowedMethods) |
Constructor | Description |
---|---|
AllowedMethodsHandler(HttpHandler next,
Set<HttpString> allowedMethods) |
|
DisallowedMethodsHandler(HttpHandler next,
Set<HttpString> disallowedMethods) |
Modifier and Type | Method | Description |
---|---|---|
Map<HttpString,ExchangeAttribute> |
ProxyHandler.Builder.getRequestHeaders() |
Modifier and Type | Method | Description |
---|---|---|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
ExchangeAttribute attribute) |
Deprecated.
|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
String value) |
Deprecated.
|
ProxyHandler |
ProxyHandler.addRequestHeader(HttpString header,
String attribute,
ClassLoader classLoader) |
Deprecated.
|
ProxyHandler.Builder |
ProxyHandler.Builder.addRequestHeader(HttpString header,
ExchangeAttribute value) |
|
ProxyHandler |
ProxyHandler.removeRequestHeader(HttpString header) |
Deprecated.
|
Modifier and Type | Field | Description |
---|---|---|
HttpString |
AjpRequestParser.StringHolder.header |
Modifier and Type | Method | Description |
---|---|---|
protected HttpString |
AjpRequestParser.headers(int offset) |
Modifier and Type | Method | 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 | 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 | Description |
---|---|---|
static HttpString |
Headers.fromCache(String string) |
|
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 | Description |
---|---|---|
Collection<HttpString> |
HeaderMap.getHeaderNames() |
Modifier and Type | Method | 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 © 2018. All rights reserved.