Uses of Class
io.undertow.util.HttpString
-
-
Uses of HttpString in io.undertow
Methods in io.undertow with parameters of type HttpString Modifier and Type Method Description voidUndertowLogger_$logger. mcmpKeyValue(HttpString name, String value)voidUndertowLogger. mcmpKeyValue(HttpString name, String value)StringUndertowMessages_$bundle. pseudoHeaderInWrongOrder(HttpString header)StringUndertowMessages. pseudoHeaderInWrongOrder(HttpString header) -
Uses of HttpString in io.undertow.attribute
Methods in io.undertow.attribute with parameters of type HttpString Modifier and Type Method Description static ExchangeAttributeExchangeAttributes. requestHeader(HttpString header)static ExchangeAttributeExchangeAttributes. responseHeader(HttpString header)Constructors in io.undertow.attribute with parameters of type HttpString Constructor Description RequestHeaderAttribute(HttpString requestHeader)ResponseHeaderAttribute(HttpString responseHeader) -
Uses of HttpString in io.undertow.client
Methods in io.undertow.client that return HttpString Modifier and Type Method Description HttpStringClientRequest. getMethod()HttpStringClientRequest. getProtocol()HttpStringClientResponse. getProtocol()Methods in io.undertow.client with parameters of type HttpString Modifier and Type Method Description ClientRequestClientRequest. setMethod(HttpString method)ClientRequestClientRequest. setProtocol(HttpString protocol)IOExceptionUndertowClientMessages_$bundle. unknownMethod(HttpString method)IOExceptionUndertowClientMessages. unknownMethod(HttpString method)Constructors in io.undertow.client with parameters of type HttpString Constructor Description ClientResponse(int responseCode, String status, HttpString protocol)ClientResponse(int responseCode, String status, HttpString protocol, HeaderMap headers) -
Uses of HttpString in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp with parameters of type HttpString Modifier and Type Method Description AjpClientRequestClientStreamSinkChannelAjpClientChannel. sendRequest(HttpString method, String path, HttpString protocol, HeaderMap headers, Attachable attachable, org.xnio.ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener) -
Uses of HttpString in io.undertow.protocols.http2
Fields in io.undertow.protocols.http2 declared as HttpString Modifier and Type Field Description static HttpStringHttp2Channel. AUTHORITYstatic HttpStringHttp2Channel. METHODstatic HttpStringHttp2Channel. PATHstatic HttpStringHttp2Channel. SCHEMEstatic HttpStringHttp2Channel. STATUSMethods in io.undertow.protocols.http2 with parameters of type HttpString Modifier and Type Method Description voidHpackDecoder.HeaderEmitter. emitHeader(HttpString name, String value, boolean neverIndex)booleanHpackEncoder.HpackHeaderFunction. shouldUseHuffman(HttpString header)Returns true if huffman encoding should be used on the header namebooleanHpackEncoder.HpackHeaderFunction. shouldUseHuffman(HttpString header, String value)Returns true if huffman encoding should be used on the header valuebooleanHpackEncoder.HpackHeaderFunction. shouldUseIndexing(HttpString header, String value) -
Uses of HttpString in io.undertow.security.impl
Constructor parameters in io.undertow.security.impl with type arguments of type HttpString Constructor Description GenericHeaderAuthenticationMechanism(String mechanismName, List<HttpString> identityHeaders, List<String> sessionCookieNames, IdentityManager identityManager) -
Uses of HttpString in io.undertow.server
Methods in io.undertow.server that return HttpString Modifier and Type Method Description HttpStringHttpServerExchange. getProtocol()Get the request protocol string.HttpStringHttpServerExchange. getRequestMethod()Get the HTTP request method.Methods in io.undertow.server with parameters of type HttpString Modifier and Type Method Description RoutingHandlerRoutingHandler. add(HttpString method, String template, Predicate predicate, HttpHandler handler)RoutingHandlerRoutingHandler. add(HttpString method, String template, HttpHandler handler)booleanServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders)Attempts to push a resource if this connection supports server push.booleanServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders, HttpHandler handler)Attempts to push a resource if this connection supports server push.RoutingHandlerRoutingHandler. remove(HttpString method, String path)Removes the specified route from the handlerHttpServerExchangeHttpServerExchange. setProtocol(HttpString protocol)Sets the http protocolHttpServerExchangeHttpServerExchange. setRequestMethod(HttpString requestMethod)Set the HTTP request method.static voidConnectors. verifyToken(HttpString header)Verifies that the contents of the HttpString are a valid token according to rfc7230. -
Uses of HttpString in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return HttpString Modifier and Type Method Description HttpStringSetHeaderHandler. getHeader()Methods in io.undertow.server.handlers that return types with arguments of type HttpString Modifier and Type Method Description Set<HttpString>AllowedMethodsHandler. getAllowedMethods()Methods in io.undertow.server.handlers with parameters of type HttpString Modifier and Type Method Description ConfiguredPushHandlerConfiguredPushHandler. addRequestHeader(HttpString name, String value)Constructors in io.undertow.server.handlers with parameters of type HttpString Constructor Description AllowedMethodsHandler(HttpHandler next, HttpString... allowedMethods)DisallowedMethodsHandler(HttpHandler next, HttpString... disallowedMethods)Constructor parameters in io.undertow.server.handlers with type arguments of type HttpString Constructor Description AllowedMethodsHandler(HttpHandler next, Set<HttpString> allowedMethods)DisallowedMethodsHandler(HttpHandler next, Set<HttpString> disallowedMethods) -
Uses of HttpString in io.undertow.server.handlers.proxy
Methods in io.undertow.server.handlers.proxy that return types with arguments of type HttpString Modifier and Type Method Description Map<HttpString,ExchangeAttribute>ProxyHandler.Builder. getRequestHeaders()Methods in io.undertow.server.handlers.proxy with parameters of type HttpString Modifier and Type Method Description ProxyHandlerProxyHandler. addRequestHeader(HttpString header, ExchangeAttribute attribute)Deprecated.ProxyHandlerProxyHandler. addRequestHeader(HttpString header, String value)Deprecated.ProxyHandlerProxyHandler. addRequestHeader(HttpString header, String attribute, ClassLoader classLoader)Deprecated.ProxyHandler.BuilderProxyHandler.Builder. addRequestHeader(HttpString header, ExchangeAttribute value)ProxyHandlerProxyHandler. removeRequestHeader(HttpString header)Deprecated. -
Uses of HttpString in io.undertow.server.protocol.ajp
Fields in io.undertow.server.protocol.ajp declared as HttpString Modifier and Type Field Description HttpStringAjpRequestParser.StringHolder. headerMethods in io.undertow.server.protocol.ajp that return HttpString Modifier and Type Method Description protected HttpStringAjpRequestParser. headers(int offset) -
Uses of HttpString in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return types with arguments of type HttpString 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. -
Uses of HttpString in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type HttpString Modifier and Type Method Description booleanHttp2ServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders)booleanHttp2ServerConnection. pushResource(String path, HttpString method, HeaderMap requestHeaders, HttpHandler handler) -
Uses of HttpString in io.undertow.util
Methods in io.undertow.util that return HttpString Modifier and Type Method Description static HttpStringHeaders. fromCache(String string)static HttpStringMethods. fromString(String method)HttpStringHeaderValues. getHeaderName()static HttpStringHttpString. tryFromString(String string)Attempt to convert aStringto anHttpString.Methods in io.undertow.util that return types with arguments of type HttpString Modifier and Type Method Description Collection<HttpString>HeaderMap. getHeaderNames()Methods in io.undertow.util with parameters of type HttpString Modifier and Type Method Description HeaderMapHeaderMap. add(HttpString headerName, long headerValue)HeaderMapHeaderMap. add(HttpString headerName, String headerValue)HeaderMapHeaderMap. addAll(HttpString headerName, Collection<String> headerValues)HeaderMapHeaderMap. addFirst(HttpString headerName, String headerValue)HeaderMapHeaderMap. addLast(HttpString headerName, String headerValue)intHttpString. compareTo(HttpString other)Compare this string to another in a case-insensitive manner.booleanHeaderMap. contains(HttpString headerName)intHeaderMap. count(HttpString headerName)Iterable<String>HeaderMap. eachValue(HttpString headerName)booleanHttpString. equals(HttpString other)Determine if thisHttpStringis equal to another.HeaderValuesHeaderMap. get(HttpString headerName)StringHeaderMap. get(HttpString headerName, int index)StringHeaderMap. getFirst(HttpString headerName)StringHeaderMap. getLast(HttpString headerName)HeaderMapHeaderMap. put(HttpString headerName, long headerValue)HeaderMapHeaderMap. put(HttpString headerName, String headerValue)HeaderMapHeaderMap. putAll(HttpString headerName, Collection<String> headerValues)Collection<String>HeaderMap. remove(HttpString headerName)
-