Modifier and Type | Method and Description |
---|---|
void | UndertowLogger.mcmpKeyValue(HttpString name, String value) |
void | UndertowLogger_$logger.mcmpKeyValue(HttpString name, String value) |
String | UndertowMessages.pseudoHeaderInWrongOrder(HttpString header) |
String | UndertowMessages_$bundle.pseudoHeaderInWrongOrder(HttpString header) |
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 | ClientRequest.getProtocol() |
HttpString | ClientResponse.getProtocol() |
Modifier and Type | Method and Description |
---|---|
ClientRequest | ClientRequest.setMethod(HttpString method) |
ClientRequest | ClientRequest.setProtocol(HttpString protocol) |
IOException | UndertowClientMessages.unknownMethod(HttpString method) |
IOException | UndertowClientMessages_$bundle.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, org.xnio.ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener) |
Modifier and Type | Field and 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 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. |
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 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 |
---|---|
Map<HttpString,ExchangeAttribute> | ProxyHandler.Builder.getRequestHeaders() |
Modifier and Type | Method and Description |
---|---|
ProxyHandler | ProxyHandler.addRequestHeader(HttpString header, ExchangeAttribute attribute) Deprecated. |
ProxyHandler.Builder | ProxyHandler.Builder.addRequestHeader(HttpString header, ExchangeAttribute value) |
ProxyHandler | ProxyHandler.addRequestHeader(HttpString header, String value) Deprecated. |
ProxyHandler | ProxyHandler.addRequestHeader(HttpString header, String attribute, ClassLoader classLoader) Deprecated. |
ProxyHandler | ProxyHandler.removeRequestHeader(HttpString header) Deprecated. |
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 |
---|---|
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 | 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 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 © 2020 JBoss by Red Hat. All rights reserved.