Uses of Class
io.undertow.util.HttpString
Packages that use HttpString
Package
Description
-
Uses of HttpString in io.undertow
Methods in io.undertow with parameters of type HttpStringModifier and TypeMethodDescriptionfinal voidUndertowLogger_$logger.mcmpKeyValue(HttpString name, String value) voidUndertowLogger.mcmpKeyValue(HttpString name, String value) final StringUndertowMessages_$bundle.pseudoHeaderInWrongOrder(HttpString header) UndertowMessages.pseudoHeaderInWrongOrder(HttpString header) -
Uses of HttpString in io.undertow.attribute
Methods in io.undertow.attribute with parameters of type HttpStringModifier and TypeMethodDescriptionstatic ExchangeAttributeExchangeAttributes.requestHeader(HttpString header) static ExchangeAttributeExchangeAttributes.responseHeader(HttpString header) Constructors in io.undertow.attribute with parameters of type HttpStringModifierConstructorDescriptionRequestHeaderAttribute(HttpString requestHeader) ResponseHeaderAttribute(HttpString responseHeader) -
Uses of HttpString in io.undertow.client
Methods in io.undertow.client that return HttpStringModifier and TypeMethodDescriptionClientRequest.getMethod()ClientRequest.getProtocol()ClientResponse.getProtocol()Methods in io.undertow.client with parameters of type HttpStringModifier and TypeMethodDescriptionClientRequest.setMethod(HttpString method) ClientRequest.setProtocol(HttpString protocol) final IOExceptionUndertowClientMessages_$bundle.unknownMethod(HttpString method) UndertowClientMessages.unknownMethod(HttpString method) Constructors in io.undertow.client with parameters of type HttpStringModifierConstructorDescriptionClientResponse(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 HttpStringModifier and TypeMethodDescriptionAjpClientChannel.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 HttpStringModifier and TypeFieldDescriptionstatic final HttpStringHttp2Channel.AUTHORITYstatic final HttpStringHttp2Channel.METHODstatic final HttpStringHttp2Channel.PATHstatic final HttpStringHttp2Channel.SCHEMEstatic final HttpStringHttp2Channel.STATUSMethods in io.undertow.protocols.http2 with parameters of type HttpStringModifier and TypeMethodDescriptionvoidHpackDecoder.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 HttpStringModifierConstructorDescriptionGenericHeaderAuthenticationMechanism(String mechanismName, List<HttpString> identityHeaders, List<String> sessionCookieNames, IdentityManager identityManager) -
Uses of HttpString in io.undertow.server
Methods in io.undertow.server that return HttpStringModifier and TypeMethodDescriptionHttpServerExchange.getProtocol()Get the request protocol string.HttpServerExchange.getRequestMethod()Get the HTTP request method.Methods in io.undertow.server with parameters of type HttpStringModifier and TypeMethodDescriptionRoutingHandler.add(HttpString method, String template, Predicate predicate, HttpHandler handler) RoutingHandler.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.RoutingHandler.remove(HttpString method, String path) Removes the specified route from the handlerHttpServerExchange.setProtocol(HttpString protocol) Sets the http protocolHttpServerExchange.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 HttpStringMethods in io.undertow.server.handlers that return types with arguments of type HttpStringMethods in io.undertow.server.handlers with parameters of type HttpStringModifier and TypeMethodDescriptionConfiguredPushHandler.addRequestHeader(HttpString name, String value) Constructors in io.undertow.server.handlers with parameters of type HttpStringModifierConstructorDescriptionAllowedMethodsHandler(HttpHandler next, HttpString... allowedMethods) DisallowedMethodsHandler(HttpHandler next, HttpString... disallowedMethods) Constructor parameters in io.undertow.server.handlers with type arguments of type HttpStringModifierConstructorDescriptionAllowedMethodsHandler(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 HttpStringMethods in io.undertow.server.handlers.proxy with parameters of type HttpStringModifier and TypeMethodDescriptionProxyHandler.addRequestHeader(HttpString header, ExchangeAttribute attribute) Deprecated.ProxyHandler.addRequestHeader(HttpString header, String value) Deprecated.ProxyHandler.addRequestHeader(HttpString header, String attribute, ClassLoader classLoader) Deprecated.ProxyHandler.Builder.addRequestHeader(HttpString header, ExchangeAttribute value) ProxyHandler.removeRequestHeader(HttpString header) Deprecated. -
Uses of HttpString in io.undertow.server.protocol.ajp
Fields in io.undertow.server.protocol.ajp declared as HttpStringMethods in io.undertow.server.protocol.ajp that return HttpString -
Uses of HttpString in io.undertow.server.protocol.http
Methods in io.undertow.server.protocol.http that return types with arguments of type HttpStringModifier and TypeMethodDescriptionprotected 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 HttpStringModifier and TypeMethodDescriptionbooleanHttp2ServerConnection.pushResource(String path, HttpString method, HeaderMap requestHeaders) booleanHttp2ServerConnection.pushResource(String path, HttpString method, HeaderMap requestHeaders, HttpHandler handler) -
Uses of HttpString in io.undertow.util
Fields in io.undertow.util declared as HttpStringModifier and TypeFieldDescriptionstatic final HttpStringHeaders.ACCEPTstatic final HttpStringHeaders.ACCEPT_CHARSETstatic final HttpStringHeaders.ACCEPT_ENCODINGstatic final HttpStringHeaders.ACCEPT_LANGUAGEstatic final HttpStringHeaders.ACCEPT_RANGESstatic final HttpStringMethods.ACLstatic final HttpStringHeaders.AGEstatic final HttpStringHeaders.ALGORITHMstatic final HttpStringHeaders.ALLOWstatic final HttpStringHeaders.AUTH_PARAMstatic final HttpStringHeaders.AUTHENTICATION_INFOstatic final HttpStringHeaders.AUTHORIZATIONstatic final HttpStringMethods.BASELINE_CONTROLstatic final HttpStringHeaders.BASICstatic final HttpStringHeaders.CACHE_CONTROLstatic final HttpStringMethods.CHECKINstatic final HttpStringMethods.CHECKOUTstatic final HttpStringHeaders.CHUNKEDstatic final HttpStringHeaders.CLOSEstatic final HttpStringHeaders.CNONCEstatic final HttpStringHeaders.COMPRESSstatic final HttpStringMethods.CONNECTstatic final HttpStringHeaders.CONNECTIONstatic final HttpStringHeaders.CONTENT_DISPOSITIONstatic final HttpStringHeaders.CONTENT_ENCODINGstatic final HttpStringHeaders.CONTENT_LANGUAGEstatic final HttpStringHeaders.CONTENT_LENGTHstatic final HttpStringHeaders.CONTENT_LOCATIONstatic final HttpStringHeaders.CONTENT_MD5static final HttpStringHeaders.CONTENT_RANGEstatic final HttpStringHeaders.CONTENT_SECURITY_POLICYstatic final HttpStringHeaders.CONTENT_TRANSFER_ENCODINGstatic final HttpStringHeaders.CONTENT_TYPEstatic final HttpStringHeaders.COOKIEstatic final HttpStringHeaders.COOKIE2static final HttpStringMethods.COPYstatic final HttpStringHeaders.DATEstatic final HttpStringHeaders.DEFLATEstatic final HttpStringMethods.DELETEstatic final HttpStringHeaders.DIGESTstatic final HttpStringHeaders.DOMAINstatic final HttpStringHttpString.EMPTYEmpty HttpString instance.static final HttpStringHeaders.ETAGstatic final HttpStringHeaders.EXPECTstatic final HttpStringHeaders.EXPIRESstatic final HttpStringHeaders.FORWARDEDstatic final HttpStringHeaders.FROMstatic final HttpStringMethods.GETstatic final HttpStringHeaders.GZIPstatic final HttpStringMethods.HEADstatic final HttpStringHeaders.HOSTstatic final HttpStringProtocols.HTTP_0_9static final HttpStringProtocols.HTTP_1_0HTTP 1.0.static final HttpStringProtocols.HTTP_1_1HTTP 1.1.static final HttpStringProtocols.HTTP_2_0HTTP 2.0.static final HttpStringHeaders.IDENTITYstatic final HttpStringHeaders.IF_MATCHstatic final HttpStringHeaders.IF_MODIFIED_SINCEstatic final HttpStringHeaders.IF_NONE_MATCHstatic final HttpStringHeaders.IF_RANGEstatic final HttpStringHeaders.IF_UNMODIFIED_SINCEstatic final HttpStringHeaders.KEEP_ALIVEstatic final HttpStringMethods.LABELstatic final HttpStringHeaders.LAST_MODIFIEDstatic final HttpStringHeaders.LOCATIONstatic final HttpStringMethods.LOCKstatic final HttpStringHeaders.MAX_FORWARDSstatic final HttpStringMethods.MERGEstatic final HttpStringMethods.MKACTIVITYstatic final HttpStringMethods.MKCOLstatic final HttpStringMethods.MKWORKSPACEstatic final HttpStringMethods.MOVEstatic final HttpStringHeaders.NEGOTIATEstatic final HttpStringHeaders.NEXT_NONCEstatic final HttpStringHeaders.NONCEstatic final HttpStringHeaders.NONCE_COUNTstatic final HttpStringHeaders.OPAQUEstatic final HttpStringMethods.OPTIONSstatic final HttpStringHeaders.ORIGINstatic final HttpStringMethods.PATCHstatic final HttpStringMethods.POSTstatic final HttpStringHeaders.PRAGMAstatic final HttpStringMethods.PROPFINDstatic final HttpStringMethods.PROPPATCHstatic final HttpStringHeaders.PROXY_AUTHENTICATEstatic final HttpStringHeaders.PROXY_AUTHORIZATIONstatic final HttpStringMethods.PUTstatic final HttpStringHeaders.QOPstatic final HttpStringHeaders.RANGEstatic final HttpStringHeaders.REALMstatic final HttpStringHeaders.REFERERstatic final HttpStringHeaders.REFERRER_POLICYstatic final HttpStringHeaders.REFRESHstatic final HttpStringMethods.REPORTstatic final HttpStringHeaders.RESPONSEstatic final HttpStringHeaders.RESPONSE_AUTHstatic final HttpStringHeaders.RETRY_AFTERstatic final HttpStringMethods.SEARCHstatic final HttpStringHeaders.SEC_WEB_SOCKET_ACCEPTstatic final HttpStringHeaders.SEC_WEB_SOCKET_EXTENSIONSstatic final HttpStringHeaders.SEC_WEB_SOCKET_KEYstatic final HttpStringHeaders.SEC_WEB_SOCKET_KEY1static final HttpStringHeaders.SEC_WEB_SOCKET_KEY2static final HttpStringHeaders.SEC_WEB_SOCKET_LOCATIONstatic final HttpStringHeaders.SEC_WEB_SOCKET_ORIGINstatic final HttpStringHeaders.SEC_WEB_SOCKET_PROTOCOLstatic final HttpStringHeaders.SEC_WEB_SOCKET_VERSIONstatic final HttpStringHeaders.SERVERstatic final HttpStringHeaders.SERVLET_ENGINEstatic final HttpStringHeaders.SET_COOKIEstatic final HttpStringHeaders.SET_COOKIE2static final HttpStringHeaders.SSL_CIPHERstatic final HttpStringHeaders.SSL_CIPHER_USEKEYSIZEstatic final HttpStringHeaders.SSL_CLIENT_CERTstatic final HttpStringHeaders.SSL_SESSION_IDstatic final HttpStringHeaders.STALEstatic final HttpStringHeaders.STATUSstatic final HttpStringHeaders.STRICT_TRANSPORT_SECURITYstatic final HttpStringHeaders.TEstatic final HttpStringMethods.TRACEstatic final HttpStringHeaders.TRAILERstatic final HttpStringHeaders.TRANSFER_ENCODINGstatic final HttpStringMethods.UNCHECKOUTstatic final HttpStringMethods.UNLOCKstatic final HttpStringMethods.UPDATEstatic final HttpStringHeaders.UPGRADEstatic final HttpStringHeaders.URIstatic final HttpStringHeaders.USER_AGENTstatic final HttpStringHeaders.USERNAMEstatic final HttpStringHeaders.VARYstatic final HttpStringMethods.VERSION_CONTROLstatic final HttpStringHeaders.VIAstatic final HttpStringHeaders.WARNINGstatic final HttpStringHeaders.WWW_AUTHENTICATEstatic final HttpStringHeaders.X_COMPRESSstatic final HttpStringHeaders.X_CONTENT_TYPE_OPTIONSstatic final HttpStringHeaders.X_DISABLE_PUSHstatic final HttpStringHeaders.X_FORWARDED_FORstatic final HttpStringHeaders.X_FORWARDED_HOSTstatic final HttpStringHeaders.X_FORWARDED_PORTstatic final HttpStringHeaders.X_FORWARDED_PROTOstatic final HttpStringHeaders.X_FORWARDED_SERVERstatic final HttpStringHeaders.X_FRAME_OPTIONSstatic final HttpStringHeaders.X_GZIPstatic final HttpStringHeaders.X_XSS_PROTECTIONMethods in io.undertow.util that return HttpStringModifier and TypeMethodDescriptionstatic HttpStringstatic HttpStringMethods.fromString(String method) HeaderValues.getHeaderName()static HttpStringHttpString.tryFromString(String string) Attempt to convert aStringto anHttpString.Methods in io.undertow.util that return types with arguments of type HttpStringMethods in io.undertow.util with parameters of type HttpStringModifier and TypeMethodDescriptionHeaderMap.add(HttpString headerName, long headerValue) HeaderMap.add(HttpString headerName, String headerValue) HeaderMap.addAll(HttpString headerName, Collection<String> headerValues) HeaderMap.addFirst(HttpString headerName, String headerValue) HeaderMap.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) HeaderMap.eachValue(HttpString headerName) booleanHttpString.equals(HttpString other) Determine if thisHttpStringis equal to another.HeaderMap.get(HttpString headerName) HeaderMap.get(HttpString headerName, int index) HeaderMap.getFirst(HttpString headerName) HeaderMap.getLast(HttpString headerName) HeaderMap.put(HttpString headerName, long headerValue) HeaderMap.put(HttpString headerName, String headerValue) HeaderMap.putAll(HttpString headerName, Collection<String> headerValues) HeaderMap.remove(HttpString headerName)