Uses of Class
io.undertow.util.AttachmentKey
-
-
Uses of AttachmentKey in io.undertow.client
Fields in io.undertow.client declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<String>ProxiedRequestAttachments. AUTH_TYPEstatic AttachmentKey<Boolean>ProxiedRequestAttachments. IS_SSLstatic AttachmentKey<String>ProxiedRequestAttachments. REMOTE_ADDRESSstatic AttachmentKey<String>ProxiedRequestAttachments. REMOTE_HOSTstatic AttachmentKey<String>ProxiedRequestAttachments. REMOTE_USERstatic AttachmentKey<String>ProxiedRequestAttachments. ROUTEstatic AttachmentKey<String>ProxiedRequestAttachments. SECRETstatic AttachmentKey<String>ProxiedRequestAttachments. SERVER_NAMEstatic AttachmentKey<Integer>ProxiedRequestAttachments. SERVER_PORTstatic AttachmentKey<String>ProxiedRequestAttachments. SSL_CERTstatic AttachmentKey<String>ProxiedRequestAttachments. SSL_CYPHERstatic AttachmentKey<Integer>ProxiedRequestAttachments. SSL_KEY_SIZEstatic AttachmentKey<byte[]>ProxiedRequestAttachments. SSL_SESSION_ID -
Uses of AttachmentKey in io.undertow.conduits
Fields in io.undertow.conduits declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<byte[]>StoredResponseStreamSinkConduit. RESPONSEstatic AttachmentKey<HeaderMap>ChunkedStreamSinkConduit. TRAILERSDeprecated.static AttachmentKey<HeaderMap>ChunkedStreamSourceConduit. TRAILERSDeprecated. -
Uses of AttachmentKey in io.undertow.predicate
Fields in io.undertow.predicate declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<Boolean>PredicatesHandler. DONEstatic done marker.static AttachmentKey<Map<String,Object>>Predicate. PREDICATE_CONTEXTAttachment key that can be used to store additional predicate context that allows the predicates to store additional information.static AttachmentKey<Boolean>PredicatesHandler. RESTART -
Uses of AttachmentKey in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 with parameters of type AttachmentKey Modifier and Type Method Description <T> voidHttp2Channel. addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value)<T> THttp2Channel. getAttachment(AttachmentKey<T> key)<T> List<T>Http2Channel. getAttachmentList(AttachmentKey<? extends List<T>> key)<T> THttp2Channel. putAttachment(AttachmentKey<T> key, T value)<T> THttp2Channel. removeAttachment(AttachmentKey<T> key) -
Uses of AttachmentKey in io.undertow.security.api
Fields in io.undertow.security.api declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<AuthenticatedSessionManager>AuthenticatedSessionManager. ATTACHMENT_KEYThe attachment key that is used to attach the manager to the exchange -
Uses of AttachmentKey in io.undertow.security.impl
Fields in io.undertow.security.impl declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<String>ExternalAuthenticationMechanism. EXTERNAL_AUTHENTICATION_TYPEstatic AttachmentKey<String>ExternalAuthenticationMechanism. EXTERNAL_PRINCIPAL -
Uses of AttachmentKey in io.undertow.server
Fields in io.undertow.server declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<Throwable>DefaultResponseListener. EXCEPTIONIf the default response listener was invoked as a result of an exception being thrown then the exception will be available under this attachment key.static AttachmentKey<String>HttpServerExchange. REMOTE_USERAttachment key that can be used to hold a remotely authenticated userstatic AttachmentKey<Map<String,String>>HttpServerExchange. REQUEST_ATTRIBUTESAttachment key that can be used to hold additional request attributesstatic AttachmentKey<Boolean>HttpServerExchange. SECURE_REQUESTAttachment key that can be used as a flag of secure attribute -
Uses of AttachmentKey in io.undertow.server.handlers
Fields in io.undertow.server.handlers declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<PathTemplateHandler.PathTemplateMatch>PathTemplateHandler. PATH_TEMPLATE_MATCHDeprecated.static AttachmentKey<Throwable>ExceptionHandler. THROWABLEConstructors in io.undertow.server.handlers with parameters of type AttachmentKey Constructor Description AttachmentHandler(AttachmentKey<T> key, HttpHandler next)AttachmentHandler(AttachmentKey<T> key, HttpHandler next, T instance) -
Uses of AttachmentKey in io.undertow.server.handlers.cache
Fields in io.undertow.server.handlers.cache declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<ResponseCache>ResponseCache. ATTACHMENT_KEY -
Uses of AttachmentKey in io.undertow.server.handlers.encoding
Fields in io.undertow.server.handlers.encoding declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<AllowedContentEncodings>AllowedContentEncodings. ATTACHMENT_KEY -
Uses of AttachmentKey in io.undertow.server.handlers.form
Fields in io.undertow.server.handlers.form declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<FormData>FormDataParser. FORM_DATAWhen the form data is parsed it will be attached under this key. -
Uses of AttachmentKey in io.undertow.server.handlers.sse
Methods in io.undertow.server.handlers.sse with parameters of type AttachmentKey Modifier and Type Method Description <T> voidServerSentEventConnection. addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value)<T> TServerSentEventConnection. getAttachment(AttachmentKey<T> key)<T> List<T>ServerSentEventConnection. getAttachmentList(AttachmentKey<? extends List<T>> key)<T> TServerSentEventConnection. putAttachment(AttachmentKey<T> key, T value)<T> TServerSentEventConnection. removeAttachment(AttachmentKey<T> key) -
Uses of AttachmentKey in io.undertow.server.protocol.http
Fields in io.undertow.server.protocol.http declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<Boolean>HttpAttachments. PRE_CHUNKED_RESPONSEIf the valuetrueis attached to the exchange under this key then Undertow will assume that the underlying application has already taken care of chunking, and will not attempt to add its own chunk markers.static AttachmentKey<HeaderMap>HttpAttachments. REQUEST_TRAILERSAttachment key for request trailers when using chunked encoding.static AttachmentKey<Supplier<HeaderMap>>HttpAttachments. RESPONSE_TRAILER_SUPPLIERAttachment key for a supplier response trailers.static AttachmentKey<HeaderMap>HttpAttachments. RESPONSE_TRAILERSAttachment key for response trailers. -
Uses of AttachmentKey in io.undertow.server.protocol.http2
Methods in io.undertow.server.protocol.http2 with parameters of type AttachmentKey Modifier and Type Method Description <T> voidHttp2ServerConnection. addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value)<T> THttp2ServerConnection. getAttachment(AttachmentKey<T> key)<T> List<T>Http2ServerConnection. getAttachmentList(AttachmentKey<? extends List<T>> key)<T> THttp2ServerConnection. putAttachment(AttachmentKey<T> key, T value)<T> THttp2ServerConnection. removeAttachment(AttachmentKey<T> key) -
Uses of AttachmentKey in io.undertow.server.session
Fields in io.undertow.server.session declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<SessionConfig>SessionConfig. ATTACHMENT_KEYstatic AttachmentKey<SessionManager>SessionManager. ATTACHMENT_KEY -
Uses of AttachmentKey in io.undertow.util
Fields in io.undertow.util declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<PathTemplateMatch>PathTemplateMatch. ATTACHMENT_KEYMethods in io.undertow.util that return AttachmentKey Modifier and Type Method Description static <T> AttachmentKey<T>AttachmentKey. create(Class<? super T> valueClass)Construct a new simple attachment key.static <T> AttachmentKey<AttachmentList<T>>AttachmentKey. createList(Class<? super T> valueClass)Construct a new list attachment key.Methods in io.undertow.util that return types with arguments of type AttachmentKey Modifier and Type Method Description protected Map<AttachmentKey<?>,Object>AbstractAttachable. createAttachmentMap()Methods in io.undertow.util with parameters of type AttachmentKey Modifier and Type Method Description <T> voidAbstractAttachable. addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value)Add a value to a list-typed attachment key.<T> voidAttachable. addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value)Add a value to a list-typed attachment key.<T> TAbstractAttachable. getAttachment(AttachmentKey<T> key)Get an attachment value.<T> TAttachable. getAttachment(AttachmentKey<T> key)Get an attachment value.<T> List<T>AbstractAttachable. getAttachmentList(AttachmentKey<? extends List<T>> key)Gets a list attachment value.<T> List<T>Attachable. getAttachmentList(AttachmentKey<? extends List<T>> key)Gets a list attachment value.<T> TAbstractAttachable. putAttachment(AttachmentKey<T> key, T value)Set an attachment value.<T> TAttachable. putAttachment(AttachmentKey<T> key, T value)Set an attachment value.<T> TAbstractAttachable. removeAttachment(AttachmentKey<T> key)Remove an attachment, returning its previous value.<T> TAttachable. removeAttachment(AttachmentKey<T> key)Remove an attachment, returning its previous value. -
Uses of AttachmentKey in io.undertow.websockets.core
Fields in io.undertow.websockets.core declared as AttachmentKey Modifier and Type Field Description static AttachmentKey<WebSocketVersion>WebSocketVersion. ATTACHMENT_KEY -
Uses of AttachmentKey in io.undertow.websockets.spi
Methods in io.undertow.websockets.spi with parameters of type AttachmentKey Modifier and Type Method Description <T> TAsyncWebSocketHttpServerExchange. getAttachment(AttachmentKey<T> key)<T> TWebSocketHttpExchange. getAttachment(AttachmentKey<T> key)<T> voidAsyncWebSocketHttpServerExchange. putAttachment(AttachmentKey<T> key, T value)<T> voidWebSocketHttpExchange. putAttachment(AttachmentKey<T> key, T value)
-