Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAttachable - Class in io.undertow.util
-
A thing which can have named attachments.
- AbstractAttachable() - Constructor for class io.undertow.util.AbstractAttachable
- AbstractConfidentialityHandler - Class in io.undertow.security.handlers
-
Handler responsible for checking of confidentiality is required for the requested resource and if so rejecting the request and redirecting to a secure address.
- AbstractConfidentialityHandler(HttpHandler) - Constructor for class io.undertow.security.handlers.AbstractConfidentialityHandler
- AbstractSecurityContext - Class in io.undertow.security.impl
-
A base class for
SecurityContextimplementations predominantly focusing on the notification handling allowing the specific implementation for focus on authentication. - AbstractSecurityContext(HttpServerExchange) - Constructor for class io.undertow.security.impl.AbstractSecurityContext
- AbstractSecurityContext.Node<T> - Class in io.undertow.security.impl
-
To reduce allocations we use a custom linked list data structure
- AbstractSecurityContextAssociationHandler - Class in io.undertow.security.handlers
-
Base class responsible for associating the
SecurityContextinstance with the current request. - AbstractSecurityContextAssociationHandler(HttpHandler) - Constructor for class io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
- ACCEPT - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_CHARSET - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_CHARSET_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_ENCODING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_ENCODING_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_LANGUAGE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_LANGUAGE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_RANGES - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_RANGES_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ACCEPT_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- AccessControlListHandler - Class in io.undertow.server.handlers
-
Handler that can accept or reject a request based on an attribute of the remote peer todo: should we support non-regex values for performance reasons?
- AccessControlListHandler(ExchangeAttribute) - Constructor for class io.undertow.server.handlers.AccessControlListHandler
- AccessControlListHandler(HttpHandler, ExchangeAttribute) - Constructor for class io.undertow.server.handlers.AccessControlListHandler
- AccessControlListHandler.Builder - Class in io.undertow.server.handlers
- AccessLogHandler - Class in io.undertow.server.handlers.accesslog
-
Access log handler.
- AccessLogHandler(HttpHandler, AccessLogReceiver, String, ExchangeAttribute) - Constructor for class io.undertow.server.handlers.accesslog.AccessLogHandler
- AccessLogHandler(HttpHandler, AccessLogReceiver, String, ExchangeAttribute, Predicate) - Constructor for class io.undertow.server.handlers.accesslog.AccessLogHandler
- AccessLogHandler(HttpHandler, AccessLogReceiver, String, ClassLoader) - Constructor for class io.undertow.server.handlers.accesslog.AccessLogHandler
- AccessLogHandler(HttpHandler, AccessLogReceiver, String, ClassLoader, Predicate) - Constructor for class io.undertow.server.handlers.accesslog.AccessLogHandler
- AccessLogHandler.Builder - Class in io.undertow.server.handlers.accesslog
- AccessLogReceiver - Interface in io.undertow.server.handlers.accesslog
-
Interface that is used by the access log handler to send data to the log file manager.
- Account - Interface in io.undertow.security.idm
-
Representation of an account, most likely a user account.
- acl(HttpHandler, boolean, ExchangeAttribute) - Static method in class io.undertow.Handlers
-
Returns a new handler that can allow or deny access to a resource based an at attribute of the exchange
- ACL - Static variable in class io.undertow.util.Methods
-
Deprecated.
- ACL_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- activity(long) - Method in interface io.undertow.util.ByteActivityCallback
- add(int, T) - Method in class io.undertow.util.AttachmentList
- add(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- add(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- add(Session) - Method in interface io.undertow.security.impl.SingleSignOn
-
Adds the specified session to the set of sessions to which the user is authenticated
- add(PathTemplate, T) - Method in class io.undertow.util.PathTemplateMatcher
- add(Object, int) - Method in class io.undertow.server.handlers.cache.DirectBufferCache
- add(Object, int, int) - Method in class io.undertow.server.handlers.cache.DirectBufferCache
- add(String, byte[], String, HttpHeaders) - Method in class io.undertow.server.handlers.form.FormData
- add(String, HttpHandler) - Method in class io.undertow.server.handlers.PathTemplateHandler
- add(String, String) - Method in class io.undertow.server.handlers.form.FormData
- add(String, String, HttpHeaders) - Method in class io.undertow.server.handlers.form.FormData
- add(String, String, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- add(String, String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- add(String, Path, String, HttpHeaders) - Method in class io.undertow.server.handlers.form.FormData
- add(String, T) - Method in class io.undertow.util.PathTemplateMatcher
- add(K, V) - Method in class io.undertow.server.handlers.cache.LRUCache
- add(T) - Method in class io.undertow.util.AttachmentList
- addAll(int, Collection<? extends T>) - Method in class io.undertow.util.AttachmentList
- addAll(RoutingHandler) - Method in class io.undertow.server.RoutingHandler
- addAll(PathTemplateMatcher<T>) - Method in class io.undertow.util.PathTemplateMatcher
- addAll(Collection<? extends E>) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
- addAll(Collection<? extends E>) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
- addAll(Collection<? extends T>) - Method in class io.undertow.util.AttachmentList
- addAllow(String) - Method in class io.undertow.server.handlers.AccessControlListHandler
-
Adds an allowed user agent peer to the ACL list
- addAllow(String) - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
-
Adds an allowed peer to the ACL list
- addAllowedOrigin(String) - Method in class io.undertow.server.handlers.OriginHandler
- addAllowedOrigins(String...) - Method in class io.undertow.server.handlers.OriginHandler
- addAllowedOrigins(Collection<String>) - Method in class io.undertow.server.handlers.OriginHandler
- addAuthenticationMechanism(AuthenticationMechanism) - Method in interface io.undertow.security.api.AuthenticationMechanismContext
-
Adds an authentication mechanism to this context.
- addAuthenticationMechanism(AuthenticationMechanism) - Method in interface io.undertow.security.api.SecurityContext
-
Deprecated.
- addAuthenticationMechanism(AuthenticationMechanism) - Method in class io.undertow.security.impl.SecurityContextImpl
- addDateHeaderIfRequired(HttpServerExchange) - Static method in class io.undertow.util.DateUtils
- addDefaultResponseListener(DefaultResponseListener) - Method in class io.undertow.server.HttpServerExchange
- addDeny(String) - Method in class io.undertow.server.handlers.AccessControlListHandler
-
Adds an denied user agent to the ACL list
- addDeny(String) - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
-
Adds an denied peer to the ACL list
- ADDED - Enum constant in enum io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
A file was added in a directory.
- addEncoding(String, String) - Method in class io.undertow.server.handlers.resource.PreCompressedResourceSupplier
- addExactPath(String, HttpHandler) - Method in class io.undertow.server.handlers.PathHandler
-
If the request path is exactly equal to the given path, run the handler.
- addExactPath(String, T) - Method in class io.undertow.util.PathMatcher
- addExceptionHandler(Class<T>, HttpHandler) - Method in class io.undertow.server.handlers.ExceptionHandler
- addExchangeCompleteListener(ExchangeCompletionListener) - Method in class io.undertow.server.HttpServerExchange
- addFirst(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- addFirst(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- addHost(String, HttpHandler) - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- addHttpListener(int, String) - Method in class io.undertow.Undertow.Builder
- addHttpUpgradeMetadata(ListenerRegistry.HttpUpgradeMetadata) - Method in class io.undertow.server.ListenerRegistry.Listener
- addLast(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- addLast(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- addListener(ListenerRegistry.Listener) - Method in class io.undertow.server.ListenerRegistry
- addListener(Undertow.ListenerBuilder) - Method in class io.undertow.Undertow.Builder
- addMapping(String, String) - Method in class io.undertow.util.MimeMappings.Builder
- addParser(FormParserFactory.ParserDefinition) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- addParsers(FormParserFactory.ParserDefinition...) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- addParsers(List<FormParserFactory.ParserDefinition>) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- addPath(String, HttpHandler) - Method in class io.undertow.server.handlers.PathHandler
-
Deprecated.
- addPathParam(String, String) - Method in class io.undertow.server.HttpServerExchange
- addPredicatedHandler(Predicate, HandlerWrapper) - Method in class io.undertow.predicate.PredicatesHandler
-
Adds a new predicated handler.
- addPredicatedHandler(Predicate, HandlerWrapper, HandlerWrapper) - Method in class io.undertow.predicate.PredicatesHandler
-
Adds a new predicated handler.
- addPredicatedHandler(PredicatedHandler) - Method in class io.undertow.predicate.PredicatesHandler
- addPrefixPath(String, HttpHandler) - Method in class io.undertow.server.handlers.PathHandler
-
Adds a path prefix and a handler for that path.
- addPrefixPath(String, T) - Method in class io.undertow.util.PathMatcher
-
Adds a path prefix and a handler for that path.
- addQueryParam(String, String) - Method in class io.undertow.server.HttpServerExchange
- addRequestHeader(String, String) - Method in class io.undertow.server.handlers.ConfiguredPushHandler
- addRequestHeader(String, String) - Method in class io.undertow.server.HttpServerExchange
- addResponseCommitListener(ResponseCommitListener) - Method in class io.undertow.server.HttpServerExchange
-
Adds a listener that will be invoked on response commit
- addResponseHeader(String, String) - Method in class io.undertow.server.HttpServerExchange
- addRoute(String, String...) - Method in class io.undertow.server.handlers.ConfiguredPushHandler
- addSessionListener(SessionListener) - Method in class io.undertow.server.session.SessionListeners
- addShutdownListener(GracefulShutdownHandler.ShutdownListener) - Method in class io.undertow.server.handlers.GracefulShutdownHandler
-
Adds a shutdown listener that will be invoked when all requests have finished.
- addToAttachmentList(AttachmentKey<AttachmentList<T>>, T) - Method in class io.undertow.util.AbstractAttachable
-
Add a value to a list-typed attachment key.
- addToAttachmentList(AttachmentKey<AttachmentList<T>>, T) - Method in interface io.undertow.util.Attachable
-
Add a value to a list-typed attachment key.
- addWelcomeFiles(String...) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- addWriteFunction(WriteFunction) - Method in class io.undertow.server.HttpServerExchange
- adjustedCookieVersion(Cookie) - Static method in class io.undertow.util.LegacyCookieSupport
- AGE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- AGE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- AggregateConnectorStatistics - Class in io.undertow.server
- AggregateConnectorStatistics(ConnectorStatistics[]) - Constructor for class io.undertow.server.AggregateConnectorStatistics
- ajpRequestAlreadyInProgress() - Method in class io.undertow.UndertowMessages_$bundle
- ajpRequestAlreadyInProgress() - Method in interface io.undertow.UndertowMessages
- ajpRequestAlreadyInProgress() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ajpRequestAlreadyInProgress() - Method in interface io.undertow.util.UndertowConnectorMessages
- ajpRequestAlreadyInProgress$str() - Method in class io.undertow.UndertowMessages_$bundle
- ajpRequestAlreadyInProgress$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ALGORITHM - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- ALGORITHM - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- ALGORITHM - Static variable in class io.undertow.util.Headers
-
Deprecated.
- allAreClear(int, int) - Static method in class io.undertow.util.Bits
-
Determine if all of the
flagsin the givenvarare clear. - allAreClear(long, long) - Static method in class io.undertow.util.Bits
-
Determine if all of the
flagsin the givenvarare clear. - allAreSet(int, int) - Static method in class io.undertow.util.Bits
-
Determine if all of the
flagsin the givenvarare set. - allAreSet(long, long) - Static method in class io.undertow.util.Bits
-
Determine if all of the
flagsin the givenvarare set. - allocate() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- allocate() - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool
-
Allocates a new byte buffer if possible
- allocate() - Method in class io.undertow.util.NewInstanceObjectPool
- allocate() - Method in interface io.undertow.util.ObjectPool
- allocate() - Method in class io.undertow.util.SimpleObjectPool
- allocateBuffer() - Method in class io.undertow.server.HttpServerExchange
- allocateBuffer(boolean) - Method in class io.undertow.server.HttpServerExchange
- allocateBuffer(boolean, int) - Method in class io.undertow.server.HttpServerExchange
- allocateBuffer(int) - Method in class io.undertow.server.HttpServerExchange
- ALLOW - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ALLOW_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- AllowedMethodsHandler - Class in io.undertow.server.handlers
-
Handler that allows certain HTTP methods.
- AllowedMethodsHandler(HttpHandler, String...) - Constructor for class io.undertow.server.handlers.AllowedMethodsHandler
- AllowedMethodsHandler(HttpHandler, Set<String>) - Constructor for class io.undertow.server.handlers.AllowedMethodsHandler
- AllowedMethodsHandler.Builder - Class in io.undertow.server.handlers
- and(Predicate...) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if an only if the given predicates all return true.
- AND - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- anyAreClear(int, int) - Static method in class io.undertow.util.Bits
-
Determine if any of the
flagsin the givenvarare clear. - anyAreClear(long, long) - Static method in class io.undertow.util.Bits
-
Determine if any of the
flagsin the givenvarare clear. - anyAreSet(int, int) - Static method in class io.undertow.util.Bits
-
Determine if any of the
flagsin the givenvarare set. - anyAreSet(long, long) - Static method in class io.undertow.util.Bits
-
Determine if any of the
flagsin the givenvarare set. - appendTo(ByteBuffer) - Method in class io.undertow.util.HttpString
-
Deprecated.Append to a byte buffer.
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- argumentCannotBeNull(String) - Method in class io.undertow.UndertowMessages_$bundle
- argumentCannotBeNull(String) - Method in interface io.undertow.UndertowMessages
- argumentCannotBeNull(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- argumentCannotBeNull(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- argumentCannotBeNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- argumentCannotBeNull$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ARROW - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- associateHash(String, byte[]) - Method in interface io.undertow.security.api.SessionNonceManager
-
Associate the supplied hash with the nonce specified.
- associateHash(String, byte[]) - Method in class io.undertow.security.impl.SimpleNonceManager
- Attachable - Interface in io.undertow.util
-
A thing which can have named attachments.
- ATTACHMENT_KEY - Static variable in interface io.undertow.security.api.AuthenticatedSessionManager
-
The attachment key that is used to attach the manager to the exchange
- ATTACHMENT_KEY - Static variable in interface io.undertow.server.session.SessionConfig
- ATTACHMENT_KEY - Static variable in interface io.undertow.server.session.SessionManager
- ATTACHMENT_KEY - Static variable in class io.undertow.util.PathTemplateMatch
- AttachmentHandler<T> - Class in io.undertow.server.handlers
-
Handler that adds an attachment to the request
- AttachmentHandler(AttachmentKey<T>, HttpHandler) - Constructor for class io.undertow.server.handlers.AttachmentHandler
- AttachmentHandler(AttachmentKey<T>, HttpHandler, T) - Constructor for class io.undertow.server.handlers.AttachmentHandler
- AttachmentKey<T> - Class in io.undertow.util
-
An immutable, type-safe object attachment key.
- AttachmentList<T> - Class in io.undertow.util
- AttachmentList(int, Class<T>) - Constructor for class io.undertow.util.AttachmentList
- AttachmentList(Class<T>) - Constructor for class io.undertow.util.AttachmentList
- AttachmentList(Collection<? extends T>, Class<T>) - Constructor for class io.undertow.util.AttachmentList
- ATTRIBUTE_NAME - Static variable in class io.undertow.security.handlers.CachedAuthenticatedSessionHandler
- attributeAdded(Session, String, Object) - Method in interface io.undertow.server.session.SessionListener
- attributeAdded(Session, String, Object) - Method in class io.undertow.server.session.SessionListeners
- attributeRemoved(Session, String, Object) - Method in interface io.undertow.server.session.SessionListener
- attributeRemoved(Session, String, Object) - Method in class io.undertow.server.session.SessionListeners
- attributeUpdated(Session, String, Object, Object) - Method in interface io.undertow.server.session.SessionListener
- attributeUpdated(Session, String, Object, Object) - Method in class io.undertow.server.session.SessionListeners
- AUTH - Enum constant in enum io.undertow.security.impl.DigestQop
- AUTH_INT - Enum constant in enum io.undertow.security.impl.DigestQop
- AUTH_PARAM - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- AUTH_PARAM - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- AUTH_PARAM - Static variable in class io.undertow.util.Headers
-
Deprecated.
- authenticate() - Method in interface io.undertow.security.api.SecurityContext
-
Performs authentication on the request.
- authenticate() - Method in class io.undertow.security.impl.SecurityContextImpl
- authenticate(HttpServerExchange, SecurityContext) - Method in interface io.undertow.security.api.AuthenticationMechanism
-
Perform authentication of the request.
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.BasicAuthenticationMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.CachedAuthenticatedSessionMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.ClientCertAuthenticationMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.DigestAuthenticationMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.ExternalAuthenticationMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.GenericHeaderAuthenticationMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.GSSAPIAuthenticationMechanism
- authenticate(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- AUTHENTICATED - Enum constant in enum io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
-
Based on the current request the mechanism has successfully performed authentication.
- AUTHENTICATED - Enum constant in enum io.undertow.security.api.SecurityNotification.EventType
- AuthenticatedSession(Account, String) - Constructor for class io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession
- AuthenticatedSessionManager - Interface in io.undertow.security.api
-
Interface that represents a persistent authenticated session.
- AuthenticatedSessionManager.AuthenticatedSession - Class in io.undertow.security.api
- AUTHENTICATION_INFO - Static variable in class io.undertow.util.Headers
-
Deprecated.
- AUTHENTICATION_INFO_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- AuthenticationCallHandler - Class in io.undertow.security.handlers
-
This is the final
HttpHandlerin the security chain, it's purpose is to act as a barrier at the end of the chain to ensure authenticate is called after the mechanisms have been associated with the context and the constraint checked. - AuthenticationCallHandler(HttpHandler) - Constructor for class io.undertow.security.handlers.AuthenticationCallHandler
- authenticationComplete(Account, String, boolean) - Method in interface io.undertow.security.api.SecurityContext
-
Called by the
AuthenticationMechanismto indicate that an account has been successfully authenticated. - authenticationComplete(Account, String, boolean) - Method in class io.undertow.security.impl.AbstractSecurityContext
- authenticationComplete(Account, String, boolean, boolean) - Method in class io.undertow.security.impl.AbstractSecurityContext
- AuthenticationConstraintHandler - Class in io.undertow.security.handlers
-
Handler responsible for checking the constraints for the current request and marking authentication as required if applicable.
- AuthenticationConstraintHandler(HttpHandler) - Constructor for class io.undertow.security.handlers.AuthenticationConstraintHandler
- authenticationFailed(String) - Method in class io.undertow.UndertowMessages_$bundle
- authenticationFailed(String) - Method in interface io.undertow.UndertowMessages
- authenticationFailed(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- authenticationFailed(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- authenticationFailed(String, String) - Method in interface io.undertow.security.api.SecurityContext
-
Called by the
AuthenticationMechanismto indicate that an authentication attempt has failed. - authenticationFailed(String, String) - Method in class io.undertow.security.impl.AbstractSecurityContext
- authenticationFailed(String, String) - Method in class io.undertow.UndertowLogger_$logger
- authenticationFailed(String, String) - Method in interface io.undertow.UndertowLogger
- authenticationFailed(String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- authenticationFailed(String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- authenticationFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- authenticationFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- authenticationFailed$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- authenticationFailed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- AuthenticationInfoToken - Enum in io.undertow.security.impl
-
Enumeration of tokens expected in a HTTP Digest 'Authentication-Info' header.
- AuthenticationMechanism - Interface in io.undertow.security.api
-
The interface to be implemented by a single authentication mechanism.
- AuthenticationMechanism.AuthenticationMechanismOutcome - Enum in io.undertow.security.api
-
The AuthenticationOutcome is used by an AuthenticationMechanism to indicate the outcome of the call to authenticate, the overall authentication process will then used this along with the current AuthenticationState to decide how to proceed with the current request.
- AuthenticationMechanism.ChallengeResult - Class in io.undertow.security.api
-
Simple class to wrap the result of requesting a mechanism sends it's challenge.
- AuthenticationMechanismContext - Interface in io.undertow.security.api
-
An Undertow
SecurityContextthat uses UndertowAuthenticationMechanisminstances for authentication. - AuthenticationMechanismFactory - Interface in io.undertow.security.api
-
Factory for authentication mechanisms.
- AuthenticationMechanismsHandler - Class in io.undertow.security.handlers
-
Authentication handler that adds one or more authentication mechanisms to the security context
- AuthenticationMechanismsHandler(HttpHandler, List<AuthenticationMechanism>) - Constructor for class io.undertow.security.handlers.AuthenticationMechanismsHandler
- AuthenticationMechanismsHandler(List<AuthenticationMechanism>) - Constructor for class io.undertow.security.handlers.AuthenticationMechanismsHandler
- AuthenticationMode - Enum in io.undertow.security.api
-
Enumeration to indicate the authentication mode in use.
- authenticationPropertyNotSet(String, String) - Method in class io.undertow.UndertowMessages_$bundle
- authenticationPropertyNotSet(String, String) - Method in interface io.undertow.UndertowMessages
- authenticationPropertyNotSet(String, String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- authenticationPropertyNotSet(String, String) - Method in interface io.undertow.util.UndertowConnectorMessages
- authenticationPropertyNotSet$str() - Method in class io.undertow.UndertowMessages_$bundle
- authenticationPropertyNotSet$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- AuthenticationRequiredPredicate - Class in io.undertow.predicate
-
Predicate that returns true if authentication is required.
- AuthenticationRequiredPredicate() - Constructor for class io.undertow.predicate.AuthenticationRequiredPredicate
- AuthenticationRequiredPredicate.Builder - Class in io.undertow.predicate
- authenticationType() - Static method in class io.undertow.attribute.ExchangeAttributes
- AuthenticationTypeExchangeAttribute - Class in io.undertow.attribute
- AuthenticationTypeExchangeAttribute() - Constructor for class io.undertow.attribute.AuthenticationTypeExchangeAttribute
- AuthenticationTypeExchangeAttribute.Builder - Class in io.undertow.attribute
- authMechanismOutcomeNull() - Method in class io.undertow.UndertowMessages_$bundle
- authMechanismOutcomeNull() - Method in interface io.undertow.UndertowMessages
- authMechanismOutcomeNull() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- authMechanismOutcomeNull() - Method in interface io.undertow.util.UndertowConnectorMessages
- authMechanismOutcomeNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- authMechanismOutcomeNull$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- AUTHORIZATION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- AUTHORIZATION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- authRequired() - Static method in class io.undertow.predicate.Predicates
-
A predicate that returns true if authentication is required
- awaitCalledFromIoThread() - Method in class io.undertow.UndertowMessages_$bundle
- awaitCalledFromIoThread() - Method in interface io.undertow.UndertowMessages
- awaitCalledFromIoThread() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- awaitCalledFromIoThread() - Method in interface io.undertow.util.UndertowConnectorMessages
- awaitCalledFromIoThread$str() - Method in class io.undertow.UndertowMessages_$bundle
- awaitCalledFromIoThread$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- awaitShutdown() - Method in class io.undertow.server.handlers.GracefulShutdownHandler
-
Waits for the handler to shutdown.
- awaitShutdown(long) - Method in class io.undertow.server.handlers.GracefulShutdownHandler
-
Waits a set length of time for the handler to shut down
B
- badRequest() - Method in class io.undertow.UndertowMessages_$bundle
- badRequest() - Method in interface io.undertow.UndertowMessages
- badRequest() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- badRequest() - Method in interface io.undertow.util.UndertowConnectorMessages
- badRequest$str() - Method in class io.undertow.UndertowMessages_$bundle
- badRequest$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- BadRequestException - Exception in io.undertow.util
-
Exception that is thrown when bad request is detected
- BadRequestException() - Constructor for exception io.undertow.util.BadRequestException
- BadRequestException(String) - Constructor for exception io.undertow.util.BadRequestException
- BadRequestException(String, Throwable) - Constructor for exception io.undertow.util.BadRequestException
- BadRequestException(Throwable) - Constructor for exception io.undertow.util.BadRequestException
- balancerCreated(int, String, boolean, String, String, boolean, boolean, int, int) - Method in class io.undertow.UndertowLogger_$logger
- balancerCreated(int, String, boolean, String, String, boolean, boolean, int, int) - Method in interface io.undertow.UndertowLogger
- balancerCreated(int, String, boolean, String, String, boolean, boolean, int, int) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- balancerCreated(int, String, boolean, String, String, boolean, boolean, int, int) - Method in interface io.undertow.util.UndertowConnectorLogger
- balancerCreated$str() - Method in class io.undertow.UndertowLogger_$logger
- balancerCreated$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- BARE_INSTANCE - Static variable in class io.undertow.attribute.QueryStringAttribute
- BARE_QUERY_STRING - Static variable in class io.undertow.attribute.QueryStringAttribute
- base - Variable in class io.undertow.server.handlers.resource.PathResourceManager
- BASELINE_CONTROL - Static variable in class io.undertow.util.Methods
-
Deprecated.
- BASELINE_CONTROL_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- BASIC - Static variable in class io.undertow.util.Headers
-
Deprecated.
- BasicAuthenticationMechanism - Class in io.undertow.security.impl
-
The authentication handler responsible for BASIC authentication as described by RFC2617
- BasicAuthenticationMechanism(String) - Constructor for class io.undertow.security.impl.BasicAuthenticationMechanism
- BasicAuthenticationMechanism(String, String) - Constructor for class io.undertow.security.impl.BasicAuthenticationMechanism
- BasicAuthenticationMechanism(String, String, boolean) - Constructor for class io.undertow.security.impl.BasicAuthenticationMechanism
- BasicAuthenticationMechanism(String, String, boolean, IdentityManager) - Constructor for class io.undertow.security.impl.BasicAuthenticationMechanism
- BasicAuthenticationMechanism(String, String, boolean, IdentityManager, Charset, Map<Pattern, Charset>) - Constructor for class io.undertow.security.impl.BasicAuthenticationMechanism
- BasicAuthenticationMechanism.Factory - Class in io.undertow.security.impl
- BasicSSLSessionInfo - Class in io.undertow.server
-
Basic SSL session information.
- BasicSSLSessionInfo(byte[], String, String) - Constructor for class io.undertow.server.BasicSSLSessionInfo
- BasicSSLSessionInfo(String, String, String) - Constructor for class io.undertow.server.BasicSSLSessionInfo
- beforeCommit(HttpServerExchange) - Method in interface io.undertow.server.ResponseCommitListener
-
Invoked before the first bytes of the response are sent to the client
- beforeCommit(HttpServerExchange) - Method in enum io.undertow.server.SecureCookieCommitListener
- BEGIN_CERT - Static variable in class io.undertow.util.Certificates
- beginExecutingHandlerChain() - Method in class io.undertow.server.HttpServerExchange
- beginParse(BufferAllocator, MultipartParser.PartHandler, byte[], String) - Static method in class io.undertow.server.handlers.form.MultipartParser
- beginPart(HttpHeaders) - Method in interface io.undertow.server.handlers.form.MultipartParser.PartHandler
- Bits - Class in io.undertow.util
-
General bit-affecting utility methods.
- Blobs() - Constructor for class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- BlockingHandler - Class in io.undertow.server.handlers
-
A
HttpHandlerthat initiates a blocking request. - BlockingHandler() - Constructor for class io.undertow.server.handlers.BlockingHandler
- BlockingHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.BlockingHandler
- BlockingHandler.Builder - Class in io.undertow.server.handlers
- blockingIoFromIOThread() - Method in class io.undertow.UndertowMessages_$bundle
- blockingIoFromIOThread() - Method in interface io.undertow.UndertowMessages
- blockingIoFromIOThread() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- blockingIoFromIOThread() - Method in interface io.undertow.util.UndertowConnectorMessages
- blockingIoFromIOThread$str() - Method in class io.undertow.UndertowMessages_$bundle
- blockingIoFromIOThread$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- bodyIsSetAndNotReadyForFlush() - Method in class io.undertow.UndertowMessages_$bundle
- bodyIsSetAndNotReadyForFlush() - Method in interface io.undertow.UndertowMessages
- bodyIsSetAndNotReadyForFlush() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- bodyIsSetAndNotReadyForFlush() - Method in interface io.undertow.util.UndertowConnectorMessages
- bodyIsSetAndNotReadyForFlush$str() - Method in class io.undertow.UndertowMessages_$bundle
- bodyIsSetAndNotReadyForFlush$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- bufferAlreadyFreed() - Method in class io.undertow.UndertowMessages_$bundle
- bufferAlreadyFreed() - Method in interface io.undertow.UndertowMessages
- bufferAlreadyFreed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- bufferAlreadyFreed() - Method in interface io.undertow.util.UndertowConnectorMessages
- bufferAlreadyFreed$str() - Method in class io.undertow.UndertowMessages_$bundle
- bufferAlreadyFreed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- bufferPoolTooSmall(int) - Method in class io.undertow.UndertowMessages_$bundle
- bufferPoolTooSmall(int) - Method in interface io.undertow.UndertowMessages
- bufferPoolTooSmall(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- bufferPoolTooSmall(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- bufferPoolTooSmall$str() - Method in class io.undertow.UndertowMessages_$bundle
- bufferPoolTooSmall$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- buffers() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- build() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- build() - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- build() - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- build() - Method in class io.undertow.Undertow.Builder
- build() - Method in class io.undertow.util.MimeMappings.Builder
- build(String) - Method in class io.undertow.attribute.AuthenticationTypeExchangeAttribute.Builder
- build(String) - Method in class io.undertow.attribute.BytesSentAttribute.Builder
- build(String) - Method in class io.undertow.attribute.CookieAttribute.Builder
- build(String) - Method in class io.undertow.attribute.DateTimeAttribute.Builder
- build(String) - Method in interface io.undertow.attribute.ExchangeAttributeBuilder
-
Build the attribute from a text based representation.
- build(String) - Method in class io.undertow.attribute.HostAndPortAttribute.Builder
- build(String) - Method in class io.undertow.attribute.IdentUsernameAttribute.Builder
- build(String) - Method in class io.undertow.attribute.LocalIPAttribute.Builder
- build(String) - Method in class io.undertow.attribute.LocalPortAttribute.Builder
- build(String) - Method in class io.undertow.attribute.LocalServerNameAttribute.Builder
- build(String) - Method in class io.undertow.attribute.NullAttribute.Builder
- build(String) - Method in class io.undertow.attribute.PathParameterAttribute.Builder
- build(String) - Method in class io.undertow.attribute.PredicateContextAttribute.Builder
- build(String) - Method in class io.undertow.attribute.QueryParameterAttribute.Builder
- build(String) - Method in class io.undertow.attribute.QueryStringAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RelativePathAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RemoteHostAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RemoteIPAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RemoteUserAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestHeaderAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestLineAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestMethodAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestPathAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestProtocolAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestSchemeAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestURLAttribute.Builder
- build(String) - Method in class io.undertow.attribute.ResolvedPathAttribute.Builder
- build(String) - Method in class io.undertow.attribute.ResponseCodeAttribute.Builder
- build(String) - Method in class io.undertow.attribute.ResponseHeaderAttribute.Builder
- build(String) - Method in class io.undertow.attribute.ResponseTimeAttribute.Builder
- build(String) - Method in class io.undertow.attribute.SecureExchangeAttribute.Builder
- build(String) - Method in class io.undertow.attribute.SslCipherAttribute.Builder
- build(String) - Method in class io.undertow.attribute.SslClientCertAttribute.Builder
- build(String) - Method in class io.undertow.attribute.SslSessionIdAttribute.Builder
- build(String) - Method in class io.undertow.attribute.ThreadNameAttribute.Builder
- build(String) - Method in class io.undertow.attribute.TransportProtocolAttribute.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.AuthenticationRequiredPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.ContainsPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.EqualsPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.ExistsPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.IdempotentPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.MaxContentSizePredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.MethodPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.PathMatchPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.PathPrefixPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.PathSuffixPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.PathTemplatePredicate.Builder
- build(Map<String, Object>) - Method in interface io.undertow.predicate.PredicateBuilder
-
Creates a predicate
- build(Map<String, Object>) - Method in class io.undertow.predicate.PredicatesHandler.DoneHandlerBuilder
- build(Map<String, Object>) - Method in class io.undertow.predicate.PredicatesHandler.RestartHandlerBuilder
- build(Map<String, Object>) - Method in class io.undertow.predicate.RegularExpressionPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.SecurePredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.AccessControlListHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.AllowedMethodsHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.BlockingHandler.Builder
- build(Map<String, Object>) - Method in interface io.undertow.server.handlers.builder.HandlerBuilder
-
Creates the handler
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.builder.ResponseCodeHandlerBuilder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.builder.RewriteHandlerBuilder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.ByteRangeHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.CanonicalPathHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.DisableCacheHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.DisallowedMethodsHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.ForwardedHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.HttpTraceHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.JDBCLogHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.LocalNameResolvingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.PathSeparatorHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.PeerNameResolvingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.ProxyPeerAddressHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.RedirectHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.RequestDumpingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.RequestLimitingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.resource.ResourceHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.ResponseRateLimitingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.SameSiteCookieHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.SecureCookieHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.SetAttributeHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.SetAttributeHandler.ClearBuilder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.SetHeaderHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.SSLHeaderHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.StoredResponseHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.URLDecodingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.JvmRouteHandler.Builder
- builder() - Static method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- builder() - Static method in class io.undertow.server.handlers.form.FormParserFactory
- builder() - Static method in class io.undertow.server.handlers.resource.PathResourceManager
- builder() - Static method in class io.undertow.Undertow
- builder() - Static method in class io.undertow.util.MimeMappings
- builder(boolean) - Static method in class io.undertow.server.handlers.form.FormParserFactory
- builder(boolean) - Static method in class io.undertow.util.MimeMappings
- Builder() - Constructor for class io.undertow.attribute.AuthenticationTypeExchangeAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.BytesSentAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.CookieAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.DateTimeAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.HostAndPortAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.IdentUsernameAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.LocalIPAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.LocalPortAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.LocalServerNameAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.NullAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.PathParameterAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.PredicateContextAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.QueryParameterAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.QueryStringAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RelativePathAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RemoteHostAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RemoteIPAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RemoteUserAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestHeaderAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestLineAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestMethodAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestPathAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestProtocolAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestSchemeAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestURLAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.ResolvedPathAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.ResponseCodeAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.ResponseHeaderAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.ResponseTimeAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.SecureExchangeAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.SslCipherAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.SslClientCertAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.SslSessionIdAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.ThreadNameAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.TransportProtocolAttribute.Builder
- Builder() - Constructor for class io.undertow.predicate.AuthenticationRequiredPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.ContainsPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.EqualsPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.ExistsPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.IdempotentPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.MaxContentSizePredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.MethodPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.MinContentSizePredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.PathMatchPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.PathPrefixPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.PathSuffixPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.PathTemplatePredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.RegularExpressionPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.SecurePredicate.Builder
- Builder() - Constructor for class io.undertow.server.handlers.AccessControlListHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.accesslog.AccessLogHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- Builder() - Constructor for class io.undertow.server.handlers.AllowedMethodsHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.BlockingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.ByteRangeHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.CanonicalPathHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.DisableCacheHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.DisallowedMethodsHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.form.EagerFormParsingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.form.FormParserFactory.Builder
- Builder() - Constructor for class io.undertow.server.handlers.ForwardedHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.HttpContinueAcceptingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.HttpTraceHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.IPAddressAccessControlHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.JDBCLogHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.LocalNameResolvingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.PathSeparatorHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.PeerNameResolvingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.ProxyPeerAddressHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.RedirectHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.RequestDumpingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.RequestLimitingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.resource.ResourceHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.ResponseRateLimitingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.SameSiteCookieHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.SecureCookieHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.SetAttributeHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.SetHeaderHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.SSLHeaderHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.StoredResponseHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.StuckThreadDetectionHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.URLDecodingHandler.Builder
- Builder() - Constructor for class io.undertow.server.JvmRouteHandler.Builder
- buildQueryString(Map<String, Deque<String>>) - Static method in class io.undertow.util.QueryParameterUtils
- BY - Static variable in class io.undertow.server.handlers.ForwardedHandler
- ByteActivityCallback - Interface in io.undertow.util
-
Callback that allows the bytes read from or written to a stream to be tracked
- byteAt(int) - Method in class io.undertow.util.HttpString
-
Deprecated.Get the byte at an index.
- ByteRange - Class in io.undertow.util
-
Represents a byte range for a range request
- ByteRange(List<ByteRange.Range>) - Constructor for class io.undertow.util.ByteRange
- ByteRange.Range - Class in io.undertow.util
- ByteRange.RangeResponseResult - Class in io.undertow.util
- ByteRangeHandler - Class in io.undertow.server.handlers
-
Handler for Range requests.
- ByteRangeHandler(HttpHandler, boolean) - Constructor for class io.undertow.server.handlers.ByteRangeHandler
- ByteRangeHandler.Builder - Class in io.undertow.server.handlers
- ByteRangeHandler.Wrapper - Class in io.undertow.server.handlers
- BYTES_SENT - Static variable in class io.undertow.attribute.BytesSentAttribute
- BYTES_SENT_SHORT_LOWER - Static variable in class io.undertow.attribute.BytesSentAttribute
- BYTES_SENT_SHORT_UPPER - Static variable in class io.undertow.attribute.BytesSentAttribute
- bytesSent(boolean) - Static method in class io.undertow.attribute.ExchangeAttributes
- BytesSentAttribute - Class in io.undertow.attribute
-
The bytes sent
- BytesSentAttribute(boolean) - Constructor for class io.undertow.attribute.BytesSentAttribute
- BytesSentAttribute.Builder - Class in io.undertow.attribute
C
- CACHE_CONTROL - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CACHE_CONTROL_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CachedAuthenticatedSessionHandler - Class in io.undertow.security.handlers
-
HttpHandlerresponsible for setting up theAuthenticatedSessionManagerfor cached authentications and registering aNotificationReceiverto receive the security notifications. - CachedAuthenticatedSessionHandler(HttpHandler) - Constructor for class io.undertow.security.handlers.CachedAuthenticatedSessionHandler
- CachedAuthenticatedSessionMechanism - Class in io.undertow.security.impl
-
An
AuthenticationMechanismwhich uses any cachedAuthenticatedSessionManager.AuthenticatedSessions. - CachedAuthenticatedSessionMechanism() - Constructor for class io.undertow.security.impl.CachedAuthenticatedSessionMechanism
- CachedAuthenticatedSessionMechanism(IdentityManager) - Constructor for class io.undertow.security.impl.CachedAuthenticatedSessionMechanism
- CachedResource - Class in io.undertow.server.handlers.resource
- CachedResource(CachingResourceManager, Resource, String) - Constructor for class io.undertow.server.handlers.resource.CachedResource
- CachingResourceManager - Class in io.undertow.server.handlers.resource
- CachingResourceManager(int, long, DirectBufferCache, ResourceManager, int) - Constructor for class io.undertow.server.handlers.resource.CachingResourceManager
- canAllocate(int) - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool
- cannotProxyStartedRequest(HttpServerExchange) - Method in class io.undertow.UndertowLogger_$logger
- cannotProxyStartedRequest(HttpServerExchange) - Method in interface io.undertow.UndertowLogger
- cannotProxyStartedRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- cannotRemoveUploadedFile(Path) - Method in class io.undertow.UndertowLogger_$logger
- cannotRemoveUploadedFile(Path) - Method in interface io.undertow.UndertowLogger
- cannotRemoveUploadedFile(Path) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- cannotRemoveUploadedFile(Path) - Method in interface io.undertow.util.UndertowConnectorLogger
- cannotRemoveUploadedFile$str() - Method in class io.undertow.UndertowLogger_$logger
- cannotRemoveUploadedFile$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- cannotResetBuffer() - Method in class io.undertow.UndertowMessages_$bundle
- cannotResetBuffer() - Method in interface io.undertow.UndertowMessages
- cannotResetBuffer() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- cannotResetBuffer() - Method in interface io.undertow.util.UndertowConnectorMessages
- cannotResetBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- cannotResetBuffer$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- cannotSendContinueResponse() - Method in class io.undertow.UndertowMessages_$bundle
- cannotSendContinueResponse() - Method in interface io.undertow.UndertowMessages
- cannotSendContinueResponse() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- cannotSendContinueResponse() - Method in interface io.undertow.util.UndertowConnectorMessages
- cannotSendContinueResponse$str() - Method in class io.undertow.UndertowMessages_$bundle
- cannotSendContinueResponse$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- cannotUseWildcardAddressAsModClusterManagementHost(String) - Method in class io.undertow.UndertowLogger_$logger
- cannotUseWildcardAddressAsModClusterManagementHost(String) - Method in interface io.undertow.UndertowLogger
- cannotUseWildcardAddressAsModClusterManagementHost(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- cannotUseWildcardAddressAsModClusterManagementHost(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- cannotUseWildcardAddressAsModClusterManagementHost$str() - Method in class io.undertow.UndertowLogger_$logger
- cannotUseWildcardAddressAsModClusterManagementHost$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- canonicalize(String) - Static method in class io.undertow.util.CanonicalPathUtils
- CanonicalPathHandler - Class in io.undertow.server.handlers
- CanonicalPathHandler() - Constructor for class io.undertow.server.handlers.CanonicalPathHandler
- CanonicalPathHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.CanonicalPathHandler
- CanonicalPathHandler.Builder - Class in io.undertow.server.handlers
- CanonicalPathUtils - Class in io.undertow.util
- canOnlyBeCalledByIoThread() - Method in class io.undertow.UndertowMessages_$bundle
- canOnlyBeCalledByIoThread() - Method in interface io.undertow.UndertowMessages
- canOnlyBeCalledByIoThread() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- canOnlyBeCalledByIoThread() - Method in interface io.undertow.util.UndertowConnectorMessages
- canOnlyBeCalledByIoThread$str() - Method in class io.undertow.UndertowMessages_$bundle
- canOnlyBeCalledByIoThread$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- cast(Object) - Method in class io.undertow.util.AttachmentKey
-
Cast the value to the type of this attachment key.
- Certificates - Class in io.undertow.util
-
Utility class for dealing with certificates
- ChainedHandlerWrapper - Class in io.undertow.util
-
Handler wrapper that chains several handler wrappers together.
- ChainedHandlerWrapper(List<HandlerWrapper>) - Constructor for class io.undertow.util.ChainedHandlerWrapper
- ChallengeResult(boolean) - Constructor for class io.undertow.security.api.AuthenticationMechanism.ChallengeResult
- ChallengeResult(boolean, Integer) - Constructor for class io.undertow.security.api.AuthenticationMechanism.ChallengeResult
- changeSessionId(HttpServerExchange, SessionConfig) - Method in interface io.undertow.server.session.Session
-
Generate a new session id for this session, and return the new id.
- channelIsClosed() - Method in class io.undertow.UndertowMessages_$bundle
- channelIsClosed() - Method in interface io.undertow.UndertowMessages
- channelIsClosed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- channelIsClosed() - Method in interface io.undertow.util.UndertowConnectorMessages
- channelIsClosed$str() - Method in class io.undertow.UndertowMessages_$bundle
- channelIsClosed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- charFromBytesBE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 16-bit signed big-endian char value from a byte array.
- charFromBytesLE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 16-bit signed little-endian char value from a byte array.
- CHARSET - Static variable in class io.undertow.security.impl.BasicAuthenticationMechanism
- CHECKIN - Static variable in class io.undertow.util.Methods
-
Deprecated.
- CHECKIN_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- CHECKOUT - Static variable in class io.undertow.util.Methods
-
Deprecated.
- CHECKOUT_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- checkStillValid() - Method in class io.undertow.server.handlers.resource.CachedResource
- CHUNKED - Static variable in class io.undertow.util.Headers
-
Deprecated.
- chunkedChannelClosedMidChunk() - Method in class io.undertow.UndertowMessages_$bundle
- chunkedChannelClosedMidChunk() - Method in interface io.undertow.UndertowMessages
- chunkedChannelClosedMidChunk() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- chunkedChannelClosedMidChunk() - Method in interface io.undertow.util.UndertowConnectorMessages
- chunkedChannelClosedMidChunk$str() - Method in class io.undertow.UndertowMessages_$bundle
- chunkedChannelClosedMidChunk$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- claimEnable() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- ClassPathResourceManager - Class in io.undertow.server.handlers.resource
- ClassPathResourceManager(ClassLoader) - Constructor for class io.undertow.server.handlers.resource.ClassPathResourceManager
- ClassPathResourceManager(ClassLoader, Package) - Constructor for class io.undertow.server.handlers.resource.ClassPathResourceManager
- ClassPathResourceManager(ClassLoader, String) - Constructor for class io.undertow.server.handlers.resource.ClassPathResourceManager
- clear() - Method in class io.undertow.server.handlers.cache.LRUCache
- clear() - Method in class io.undertow.server.session.SessionListeners
- clear() - Method in class io.undertow.util.AttachmentList
- clear() - Method in class io.undertow.util.CopyOnWriteMap
- clear() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Removes all of the elements from this deque.
- clear() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Removes all of the elements from this deque.
- clear() - Method in class io.undertow.util.SubstringMap
- clearAllowedOrigins() - Method in class io.undertow.server.handlers.OriginHandler
- ClearBuilder() - Constructor for class io.undertow.server.handlers.SetAttributeHandler.ClearBuilder
- clearPaths() - Method in class io.undertow.server.handlers.PathHandler
- clearPaths() - Method in class io.undertow.util.PathMatcher
- clearRequestHeaders() - Method in class io.undertow.server.HttpServerExchange
- clearResponseHeaders() - Method in class io.undertow.server.HttpServerExchange
- clearRules() - Method in class io.undertow.server.handlers.AccessControlListHandler
- clearRules() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- clearSession(HttpServerExchange) - Method in interface io.undertow.security.api.AuthenticatedSessionManager
- clearSession(HttpServerExchange, String) - Method in class io.undertow.server.session.PathParameterSessionConfig
- clearSession(HttpServerExchange, String) - Method in interface io.undertow.server.session.SessionConfig
-
Clears this session from the exchange, removing the attachment and making any changes to the response necessary, such as clearing cookies.
- clearSession(HttpServerExchange, String) - Method in class io.undertow.server.session.SessionCookieConfig
- clearSession(HttpServerExchange, String) - Method in class io.undertow.server.session.SslSessionConfig
- ClientCertAuthenticationMechanism - Class in io.undertow.security.impl
-
The Client Cert based authentication mechanism.
- ClientCertAuthenticationMechanism() - Constructor for class io.undertow.security.impl.ClientCertAuthenticationMechanism
- ClientCertAuthenticationMechanism(boolean) - Constructor for class io.undertow.security.impl.ClientCertAuthenticationMechanism
- ClientCertAuthenticationMechanism(String) - Constructor for class io.undertow.security.impl.ClientCertAuthenticationMechanism
- ClientCertAuthenticationMechanism(String, boolean) - Constructor for class io.undertow.security.impl.ClientCertAuthenticationMechanism
- ClientCertAuthenticationMechanism(String, boolean, IdentityManager) - Constructor for class io.undertow.security.impl.ClientCertAuthenticationMechanism
- ClientCertAuthenticationMechanism.Factory - Class in io.undertow.security.impl
- close() - Method in interface io.undertow.security.impl.SingleSignOn
-
Releases any resources acquired by this object.
- close() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- close() - Method in interface io.undertow.server.handlers.form.FormDataParser
-
Closes the parser, and removes and temporary files that may have been created.
- close() - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- close() - Method in class io.undertow.server.handlers.resource.ClassPathResourceManager
- close() - Method in class io.undertow.server.handlers.resource.PathResourceManager
- close() - Method in class io.undertow.server.HttpServerExchange
- close() - Method in class io.undertow.util.FlexBase64.DecoderInputStream
- close() - Method in class io.undertow.util.FlexBase64.DecoderOutputStream
- close() - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
- close() - Method in interface io.undertow.util.PooledObject
- CLOSE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- closeAsyncFailed(IOException) - Method in class io.undertow.UndertowLogger_$logger
- closeAsyncFailed(IOException) - Method in interface io.undertow.UndertowLogger
- closeAsyncFailed(IOException) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- closeAsyncFailed(IOException) - Method in interface io.undertow.util.UndertowConnectorLogger
- closeAsyncFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- closeAsyncFailed$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- closeConnections() - Method in interface io.undertow.server.OpenListener
-
Close all active connections that were handled by this listener
- CNONCE - Enum constant in enum io.undertow.security.impl.AuthenticationInfoToken
- CNONCE - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- CNONCE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- compareTo(HttpString) - Method in class io.undertow.util.HttpString
-
Deprecated.Compare this string to another in a case-insensitive manner.
- compareTo(PathTemplate) - Method in class io.undertow.util.PathTemplate
- compareTo(QValueParser.QValueResult) - Method in class io.undertow.util.QValueParser.QValueResult
- complete() - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
-
Completes the stream, writing out base64 padding characters if needed.
- complete(byte[], int) - Method in class io.undertow.util.FlexBase64.Encoder
-
Completes an encoding session by writing out the necessary padding.
- complete(ByteBuf) - Method in class io.undertow.util.FlexBase64.Encoder
-
Completes an encoding session by writing out the necessary padding.
- completed(HttpExchange) - Method in class io.undertow.server.HttpServerExchange
- CompositeExchangeAttribute - Class in io.undertow.attribute
-
Exchange attribute that represents a combination of attributes that should be merged into a single string.
- CompositeExchangeAttribute(ExchangeAttribute[]) - Constructor for class io.undertow.attribute.CompositeExchangeAttribute
- COMPRESS - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ConcurrentDirectDeque<E> - Class in io.undertow.util
-
A concurrent deque that allows direct item removal without traversal.
- ConcurrentDirectDeque() - Constructor for class io.undertow.util.ConcurrentDirectDeque
- confidentialityRequired(HttpServerExchange) - Method in class io.undertow.security.handlers.AbstractConfidentialityHandler
-
Use the HttpServerExchange to identify if confidentiality is required.
- ConfiguredPushHandler - Class in io.undertow.server.handlers
-
Handler that pushes resources based on a provided URL
- ConfiguredPushHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.ConfiguredPushHandler
- CONNECT - Static variable in class io.undertow.util.Methods
-
Deprecated.
- CONNECT_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- CONNECTION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONNECTION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- connectionTerminatedReadingMultiPartData() - Method in class io.undertow.UndertowMessages_$bundle
- connectionTerminatedReadingMultiPartData() - Method in interface io.undertow.UndertowMessages
- connectionTerminatedReadingMultiPartData() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- connectionTerminatedReadingMultiPartData() - Method in interface io.undertow.util.UndertowConnectorMessages
- connectionTerminatedReadingMultiPartData$str() - Method in class io.undertow.UndertowMessages_$bundle
- connectionTerminatedReadingMultiPartData$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- connectNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- connectNotSupported() - Method in interface io.undertow.UndertowMessages
- connectNotSupported() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- connectNotSupported() - Method in interface io.undertow.util.UndertowConnectorMessages
- connectNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- connectNotSupported$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- Connectors - Class in io.undertow.server
-
This class provides the connector part of the
HttpServerExchangeAPI. - Connectors() - Constructor for class io.undertow.server.Connectors
- ConnectorStatistics - Interface in io.undertow.server
-
Connector level statistics
- ConnectorStatisticsImpl - Class in io.undertow.server
- ConnectorStatisticsImpl() - Constructor for class io.undertow.server.ConnectorStatisticsImpl
- constant(String) - Static method in class io.undertow.attribute.ExchangeAttributes
- ConstantExchangeAttribute - Class in io.undertow.attribute
-
Exchange attribute that represents a fixed value
- ConstantExchangeAttribute(String) - Constructor for class io.undertow.attribute.ConstantExchangeAttribute
- CONSTRAINT_DRIVEN - Enum constant in enum io.undertow.security.api.AuthenticationMode
-
When running in constraint driven mode the authentication mechanisms are only executed where the constraint that mandates authentication is triggered, for all other requests no authentication occurs unless requested by the internal APIs which may be exposed using the Servlet APIs.
- contains(ExchangeAttribute, String...) - Static method in class io.undertow.predicate.Predicates
-
Returns true if the given attribute is present and contains one of the provided value.
- contains(Session) - Method in interface io.undertow.security.impl.SingleSignOn
-
Indicates whether or not the specified session is contained in the set of sessions to which the user is authenticated
- contains(Object) - Method in class io.undertow.util.AttachmentList
- contains(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns
trueif this deque contains at least one elementesuch thato.equals(e). - contains(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns
trueif this deque contains at least one elementesuch thato.equals(e). - contains(String) - Method in class io.undertow.server.handlers.form.FormData
- containsAll(Collection<?>) - Method in class io.undertow.util.AttachmentList
- containsKey(Object) - Method in class io.undertow.util.CopyOnWriteMap
- ContainsPredicate - Class in io.undertow.predicate
-
Returns true if the request header is present and contains one of the strings to match.
- ContainsPredicate.Builder - Class in io.undertow.predicate
- containsRequestHeader(String) - Method in class io.undertow.server.HttpServerExchange
- containsResponseHeader(String) - Method in class io.undertow.server.HttpServerExchange
- containsValue(Object) - Method in class io.undertow.util.CopyOnWriteMap
- CONTENT_DISPOSITION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_DISPOSITION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_ENCODING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_ENCODING_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_LANGUAGE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_LANGUAGE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_LENGTH - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_LENGTH_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_LOCATION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_LOCATION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_MD5 - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_MD5_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_RANGE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_RANGE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_SECURITY_POLICY - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_SECURITY_POLICY_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_TRANSFER_ENCODING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_TRANSFER_ENCODING_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_TYPE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTENT_TYPE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CONTEXT_PATH - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- CONTINUE - Static variable in class io.undertow.server.HttpContinue
- controlFrameCannotHaveBodyContent() - Method in class io.undertow.UndertowMessages_$bundle
- controlFrameCannotHaveBodyContent() - Method in interface io.undertow.UndertowMessages
- controlFrameCannotHaveBodyContent() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- controlFrameCannotHaveBodyContent() - Method in interface io.undertow.util.UndertowConnectorMessages
- controlFrameCannotHaveBodyContent$str() - Method in class io.undertow.UndertowMessages_$bundle
- controlFrameCannotHaveBodyContent$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- convertFromHex(char[]) - Static method in class io.undertow.util.HexConverter
-
Take the incoming character of hex encoded data and convert to the raw byte values.
- convertFromHex(String) - Static method in class io.undertow.util.HexConverter
-
Take the incoming String of hex encoded data and convert to the raw byte values.
- convertToHexBytes(byte[]) - Static method in class io.undertow.util.HexConverter
-
Take the supplied byte array and convert it to to a byte array of the encoded hex values.
- convertToHexString(byte[]) - Static method in class io.undertow.util.HexConverter
-
Take the supplied byte array and convert it to a hex encoded String.
- cookie(String) - Static method in class io.undertow.attribute.ExchangeAttributes
- Cookie - Interface in io.undertow.server.handlers
-
A HTTP cookie.
- COOKIE - Enum constant in enum io.undertow.server.session.SessionConfig.SessionCookieSource
- COOKIE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- COOKIE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- COOKIE2 - Static variable in class io.undertow.util.Headers
-
Deprecated.
- COOKIE2_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- CookieAttribute - Class in io.undertow.attribute
-
A cookie
- CookieAttribute(String) - Constructor for class io.undertow.attribute.CookieAttribute
- CookieAttribute.Builder - Class in io.undertow.attribute
- CookieImpl - Class in io.undertow.server.handlers
- CookieImpl(String) - Constructor for class io.undertow.server.handlers.CookieImpl
- CookieImpl(String, String) - Constructor for class io.undertow.server.handlers.CookieImpl
- Cookies - Class in io.undertow.util
-
Class that contains utility methods for dealing with cookies.
- CookieSameSiteMode - Enum in io.undertow.server.handlers
- COPY - Static variable in class io.undertow.util.Methods
-
Deprecated.
- COPY_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- CopyOnWriteMap<K,
V> - Class in io.undertow.util -
A basic copy on write map.
- CopyOnWriteMap() - Constructor for class io.undertow.util.CopyOnWriteMap
- CopyOnWriteMap(Map<K, V>) - Constructor for class io.undertow.util.CopyOnWriteMap
- copyTo(byte[], int) - Method in class io.undertow.util.HttpString
-
Deprecated.Copy all the bytes from this string to the given array at the given offset.
- copyTo(byte[], int, int) - Method in class io.undertow.util.HttpString
-
Deprecated.Copy
lenbytes from this string to the given array at the given offset. - copyTo(int, byte[], int, int) - Method in class io.undertow.util.HttpString
-
Deprecated.Copy
lenbytes from this string at offsetsrcOffsto the given array at the given offset. - couldNotDecodeTrailers() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotDecodeTrailers() - Method in interface io.undertow.UndertowMessages
- couldNotDecodeTrailers() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotDecodeTrailers() - Method in interface io.undertow.util.UndertowConnectorMessages
- couldNotDecodeTrailers$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotDecodeTrailers$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotFindSessionCookieConfig() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotFindSessionCookieConfig() - Method in interface io.undertow.UndertowMessages
- couldNotFindSessionCookieConfig() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotFindSessionCookieConfig() - Method in interface io.undertow.util.UndertowConnectorMessages
- couldNotFindSessionCookieConfig$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotFindSessionCookieConfig$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotGenerateUniqueSessionId() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotGenerateUniqueSessionId() - Method in interface io.undertow.UndertowMessages
- couldNotGenerateUniqueSessionId() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotGenerateUniqueSessionId() - Method in interface io.undertow.util.UndertowConnectorMessages
- couldNotGenerateUniqueSessionId$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotGenerateUniqueSessionId$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotParseCookie(String) - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseCookie(String) - Method in interface io.undertow.UndertowMessages
- couldNotParseCookie(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotParseCookie(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- couldNotParseCookie$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseCookie$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotParseUriTemplate(String, int) - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseUriTemplate(String, int) - Method in interface io.undertow.UndertowMessages
- couldNotParseUriTemplate(String, int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotParseUriTemplate(String, int) - Method in interface io.undertow.util.UndertowConnectorMessages
- couldNotParseUriTemplate$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseUriTemplate$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotReadContentLengthData() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotReadContentLengthData() - Method in interface io.undertow.UndertowMessages
- couldNotReadContentLengthData() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotReadContentLengthData() - Method in interface io.undertow.util.UndertowConnectorMessages
- couldNotReadContentLengthData$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotReadContentLengthData$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotRegisterChangeListener(Exception) - Method in class io.undertow.UndertowLogger_$logger
- couldNotRegisterChangeListener(Exception) - Method in interface io.undertow.UndertowLogger
- couldNotRegisterChangeListener(Exception) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- couldNotRegisterChangeListener(Exception) - Method in interface io.undertow.util.UndertowConnectorLogger
- couldNotRegisterChangeListener$str() - Method in class io.undertow.UndertowLogger_$logger
- couldNotRegisterChangeListener$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- couldNotSetAttribute(String, String) - Method in class io.undertow.UndertowMessages_$bundle
- couldNotSetAttribute(String, String) - Method in interface io.undertow.UndertowMessages
- couldNotSetAttribute(String, String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- couldNotSetAttribute(String, String) - Method in interface io.undertow.util.UndertowConnectorMessages
- couldNotSetAttribute$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotSetAttribute$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- CR - Static variable in class io.undertow.server.handlers.form.MultipartParser
-
The Carriage Return ASCII character value.
- create(HttpServerExchange) - Method in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- create(HttpServerExchange) - Method in interface io.undertow.server.handlers.form.FormParserFactory.ParserDefinition
- create(HttpServerExchange) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- create(Class<? super T>) - Static method in class io.undertow.util.AttachmentKey
-
Construct a new simple attachment key.
- create(String) - Static method in class io.undertow.util.PathTemplate
- create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in interface io.undertow.security.api.AuthenticationMechanismFactory
-
Creates an authentication mechanism that needs access to the deployment IdentityManager and specified properties
- create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in class io.undertow.security.impl.BasicAuthenticationMechanism.Factory
- create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in class io.undertow.security.impl.ClientCertAuthenticationMechanism.Factory
- create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in class io.undertow.security.impl.DigestAuthenticationMechanism.Factory
- create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in class io.undertow.security.impl.ExternalAuthenticationMechanism.Factory
- create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in class io.undertow.security.impl.GenericHeaderAuthenticationMechanism.Factory
- create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in class io.undertow.util.ImmediateAuthenticationMechanismFactory
- create(String, FormParserFactory, Map<String, String>) - Method in interface io.undertow.security.api.AuthenticationMechanismFactory
-
Deprecated.
- createAttachmentMap() - Method in class io.undertow.util.AbstractAttachable
- createDecoder() - Static method in class io.undertow.util.FlexBase64
-
Creates a state driven base64 decoder.
- createDecoderInputStream(InputStream) - Static method in class io.undertow.util.FlexBase64
-
Creates an InputStream wrapper which decodes a base64 input source into the decoded content as it is read, until the source hits EOF.
- createDecoderInputStream(InputStream, int) - Static method in class io.undertow.util.FlexBase64
-
Creates an InputStream wrapper which decodes a base64 input source into the decoded content as it is read, until the source hits EOF.
- createDecoderOutputStream(OutputStream) - Static method in class io.undertow.util.FlexBase64
-
Creates an OutputStream wrapper which decodes base64 content before writing to the passed OutputStream target.
- createDecoderOutputStream(OutputStream, int) - Static method in class io.undertow.util.FlexBase64
-
Creates an OutputStream wrapper which decodes base64 content before writing to the passed OutputStream target.
- createEncoder(boolean) - Static method in class io.undertow.util.FlexBase64
-
Creates a state driven base64 encoder.
- createEncoderInputStream(InputStream) - Static method in class io.undertow.util.FlexBase64
-
Creates an InputStream wrapper which encodes a source into base64 as it is read, until the source hits EOF.
- createEncoderInputStream(InputStream, int, boolean) - Static method in class io.undertow.util.FlexBase64
-
Creates an InputStream wrapper which encodes a source into base64 as it is read, until the source hits EOF.
- createEncoderOutputStream(OutputStream) - Static method in class io.undertow.util.FlexBase64
-
Creates an OutputStream wrapper which base64 encodes and writes to the passed OutputStream target.
- createEncoderOutputStream(OutputStream, int, boolean) - Static method in class io.undertow.util.FlexBase64
-
Creates an OutputStream wrapper which base64 encodes and writes to the passed OutputStream target.
- createList(Class<? super T>) - Static method in class io.undertow.util.AttachmentKey
-
Construct a new list attachment key.
- createParser(HttpServerExchange) - Method in class io.undertow.server.handlers.form.FormParserFactory
-
Creates a form data parser for this request.
- createSecurityContext(HttpServerExchange) - Method in class io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
- createSecurityContext(HttpServerExchange) - Method in class io.undertow.security.handlers.SecurityInitialHandler
- createSecurityContext(HttpServerExchange, AuthenticationMode, IdentityManager, String) - Method in interface io.undertow.security.api.SecurityContextFactory
-
Deprecated.Instantiates and returns a
SecurityContextusing the specified parameters. - createSecurityContext(HttpServerExchange, AuthenticationMode, IdentityManager, String) - Method in class io.undertow.security.impl.SecurityContextFactoryImpl
- createSession(HttpServerExchange, SessionConfig) - Method in class io.undertow.server.session.InMemorySessionManager
- createSession(HttpServerExchange, SessionConfig) - Method in interface io.undertow.server.session.SessionManager
-
Creates a new session.
- createSessionId() - Method in class io.undertow.server.session.SecureRandomSessionIdGenerator
- createSessionId() - Method in interface io.undertow.server.session.SessionIdGenerator
- createSingleSignOn(Account, String) - Method in class io.undertow.security.impl.InMemorySingleSignOnManager
- createSingleSignOn(Account, String) - Method in interface io.undertow.security.impl.SingleSignOnManager
- createURLDecoder() - Static method in class io.undertow.util.FlexBase64
-
Creates a state driven base64url decoder.
- createURLEncoder(boolean) - Static method in class io.undertow.util.FlexBase64
-
Creates a state driven base64url encoder.
- Credential - Interface in io.undertow.security.idm
-
Representation of a users Credential.
- CUSTOM_TIME - Static variable in class io.undertow.attribute.DateTimeAttribute
D
- DASH - Static variable in class io.undertow.server.handlers.form.MultipartParser
-
The dash (-) ASCII character value.
- data(ByteBuf) - Method in interface io.undertow.server.handlers.form.MultipartParser.PartHandler
- dataAlreadyQueued() - Method in class io.undertow.UndertowMessages_$bundle
- dataAlreadyQueued() - Method in interface io.undertow.UndertowMessages
- dataAlreadyQueued() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- dataAlreadyQueued() - Method in interface io.undertow.util.UndertowConnectorMessages
- dataAlreadyQueued$str() - Method in class io.undertow.UndertowMessages_$bundle
- dataAlreadyQueued$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- dataLargerThanContentLength(long, long) - Method in class io.undertow.UndertowLogger_$logger
- dataLargerThanContentLength(long, long) - Method in interface io.undertow.UndertowLogger
- dataLargerThanContentLength(long, long) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- dataLargerThanContentLength(long, long) - Method in interface io.undertow.util.UndertowConnectorLogger
- dataLargerThanContentLength$str() - Method in class io.undertow.UndertowLogger_$logger
- dataLargerThanContentLength$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- datasourceNotFound(String) - Method in class io.undertow.UndertowMessages_$bundle
- datasourceNotFound(String) - Method in interface io.undertow.UndertowMessages
- datasourceNotFound(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- datasourceNotFound(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- datasourceNotFound$str() - Method in class io.undertow.UndertowMessages_$bundle
- datasourceNotFound$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- date(HttpHandler) - Static method in class io.undertow.Handlers
-
Deprecated.
- DATE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- DATE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- DATE_TIME - Static variable in class io.undertow.attribute.DateTimeAttribute
- DATE_TIME_SHORT - Static variable in class io.undertow.attribute.DateTimeAttribute
- DateHandler - Class in io.undertow.server.handlers
-
Deprecated.
- DateHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.DateHandler
-
Deprecated.
- dateTime() - Static method in class io.undertow.attribute.ExchangeAttributes
- DateTimeAttribute - Class in io.undertow.attribute
-
The current time
- DateTimeAttribute(String) - Constructor for class io.undertow.attribute.DateTimeAttribute
- DateTimeAttribute(String, String) - Constructor for class io.undertow.attribute.DateTimeAttribute
- DateTimeAttribute.Builder - Class in io.undertow.attribute
- DateUtils - Class in io.undertow.util
-
Utility for parsing and generating dates
- decode(byte[], int, int) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64 encoded byte array into a new byte buffer.
- decode(byte[], int, int, byte[], int, int) - Method in class io.undertow.util.FlexBase64.Decoder
-
Decodes one Base64 byte array into another byte array.
- decode(ByteBuf) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64 encoded byte buffer into a new byte buffer.
- decode(ByteBuf, ByteBuf) - Method in class io.undertow.util.FlexBase64.Decoder
-
Decodes one Base64 byte buffer into another.
- decode(String) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64 encoded string into a new byte buffer.
- decode(String, byte[]) - Method in class io.undertow.util.FlexBase64.Decoder
-
Decodes a Base64 encoded string into the passed byte array.
- decode(String, int, int, byte[], int, int) - Method in class io.undertow.util.FlexBase64.Decoder
-
Decodes one Base64 byte array into another byte array.
- decode(String, String, boolean, boolean, StringBuilder) - Static method in class io.undertow.util.URLUtils
-
Decodes a URL.
- decode(String, String, boolean, StringBuilder) - Static method in class io.undertow.util.URLUtils
-
Decodes a URL.
- decodeURL(byte[], int, int) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64url encoded byte array into a new byte buffer.
- decodeURL(ByteBuf) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64url encoded byte buffer into a new byte buffer.
- decodeURL(String) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64url encoded string into a new byte buffer.
- decrementConnectionCount() - Method in class io.undertow.server.ConnectorStatisticsImpl
- DEFAULT - Static variable in class io.undertow.util.MimeMappings
- DEFAULT_CATEGORY - Static variable in class io.undertow.server.handlers.accesslog.JBossLoggingAccessLogReceiver
- DEFAULT_MIME_MAPPINGS - Static variable in class io.undertow.util.MimeMappings
- DEFAULT_POST_LOCATION - Static variable in class io.undertow.security.impl.FormAuthenticationMechanism
- DEFAULT_SESSION_ID - Static variable in class io.undertow.server.session.SessionCookieConfig
- DEFAULT_THRESHOLD - Static variable in class io.undertow.server.handlers.StuckThreadDetectionHandler
- DefaultAccessLogReceiver - Class in io.undertow.server.handlers.accesslog
-
Log Receiver that stores logs in a directory under the specified file name, and rotates them after midnight.
- DefaultAccessLogReceiver(Executor, File, String) - Constructor for class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- DefaultAccessLogReceiver(Executor, File, String, String) - Constructor for class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- DefaultAccessLogReceiver(Executor, File, String, String, boolean) - Constructor for class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- DefaultAccessLogReceiver(Executor, Path, String) - Constructor for class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- DefaultAccessLogReceiver(Executor, Path, String, String) - Constructor for class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- DefaultAccessLogReceiver(Executor, Path, String, String, boolean) - Constructor for class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- DefaultAccessLogReceiver.Builder - Class in io.undertow.server.handlers.accesslog
- defaultContextCannotBeNull() - Method in class io.undertow.UndertowMessages_$bundle
- defaultContextCannotBeNull() - Method in interface io.undertow.UndertowMessages
- defaultContextCannotBeNull() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- defaultContextCannotBeNull() - Method in interface io.undertow.util.UndertowConnectorMessages
- defaultContextCannotBeNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- defaultContextCannotBeNull$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- DefaultExchangeHandler - Class in io.undertow.server
- DefaultExchangeHandler(HttpHandler) - Constructor for class io.undertow.server.DefaultExchangeHandler
- defaultParameter() - Method in class io.undertow.predicate.AuthenticationRequiredPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.ContainsPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.EqualsPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.ExistsPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.IdempotentPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.MaxContentSizePredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.MethodPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.PathMatchPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.PathPrefixPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.PathSuffixPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.PathTemplatePredicate.Builder
- defaultParameter() - Method in interface io.undertow.predicate.PredicateBuilder
- defaultParameter() - Method in class io.undertow.predicate.PredicatesHandler.DoneHandlerBuilder
- defaultParameter() - Method in class io.undertow.predicate.PredicatesHandler.RestartHandlerBuilder
- defaultParameter() - Method in class io.undertow.predicate.RegularExpressionPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.SecurePredicate.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.AccessControlListHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.AllowedMethodsHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.BlockingHandler.Builder
- defaultParameter() - Method in interface io.undertow.server.handlers.builder.HandlerBuilder
- defaultParameter() - Method in class io.undertow.server.handlers.builder.ResponseCodeHandlerBuilder
- defaultParameter() - Method in class io.undertow.server.handlers.builder.RewriteHandlerBuilder
- defaultParameter() - Method in class io.undertow.server.handlers.ByteRangeHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.CanonicalPathHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.DisableCacheHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.DisallowedMethodsHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.ForwardedHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.HttpTraceHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.JDBCLogHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.LocalNameResolvingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.PathSeparatorHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.PeerNameResolvingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.ProxyPeerAddressHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.RedirectHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.RequestDumpingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.RequestLimitingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.resource.ResourceHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.ResponseRateLimitingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.SameSiteCookieHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.SecureCookieHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.SetAttributeHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.SetAttributeHandler.ClearBuilder
- defaultParameter() - Method in class io.undertow.server.handlers.SetHeaderHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.SSLHeaderHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.StoredResponseHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.URLDecodingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.JvmRouteHandler.Builder
- DefaultResourceSupplier - Class in io.undertow.server.handlers.resource
-
A resource supplier that just delegates directly to a resource manager
- DefaultResourceSupplier(ResourceManager) - Constructor for class io.undertow.server.handlers.resource.DefaultResourceSupplier
- DefaultResponseListener - Interface in io.undertow.server
-
Listener interface for default response handlers.
- DEFLATE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- delete() - Method in class io.undertow.server.handlers.form.FormData.FileItem
- delete(String, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- delete(String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- DELETE - Static variable in class io.undertow.util.Methods
-
Deprecated.
- DELETE_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- deleteRecursive(Path) - Static method in class io.undertow.util.FileUtils
- dereference() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- descendingIterator() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in reverse sequential order.
- descendingIterator() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in reverse sequential order.
- DIGEST - Static variable in class io.undertow.util.Headers
-
Deprecated.
- DIGEST_URI - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- DigestAlgorithm - Enum in io.undertow.security.idm
-
Enumeration of the supported digest algorithms.
- DigestAuthenticationMechanism - Class in io.undertow.security.impl
-
HttpHandlerto handle HTTP Digest authentication, both according to RFC-2617 and draft update to allow additional algorithms to be used. - DigestAuthenticationMechanism(String, String, String) - Constructor for class io.undertow.security.impl.DigestAuthenticationMechanism
- DigestAuthenticationMechanism(String, String, String, IdentityManager) - Constructor for class io.undertow.security.impl.DigestAuthenticationMechanism
- DigestAuthenticationMechanism(List<DigestAlgorithm>, List<DigestQop>, String, String, NonceManager) - Constructor for class io.undertow.security.impl.DigestAuthenticationMechanism
- DigestAuthenticationMechanism(List<DigestAlgorithm>, List<DigestQop>, String, String, NonceManager, String) - Constructor for class io.undertow.security.impl.DigestAuthenticationMechanism
- DigestAuthenticationMechanism(List<DigestAlgorithm>, List<DigestQop>, String, String, NonceManager, String, IdentityManager) - Constructor for class io.undertow.security.impl.DigestAuthenticationMechanism
- DigestAuthenticationMechanism.Factory - Class in io.undertow.security.impl
- DigestAuthorizationToken - Enum in io.undertow.security.impl
-
Enumeration of tokens expected in a HTTP Digest 'Authorization' header.
- DigestCredential - Interface in io.undertow.security.idm
-
An extension of
Credentialto provide some additional methods needed to enable verification of a request whereDigestAuthenticationMechanismis in use. - DigestQop - Enum in io.undertow.security.impl
-
Enumeration to represent the Digest quality of protection options.
- DigestWWWAuthenticateToken - Enum in io.undertow.security.impl
-
Enumeration of tokens expected in a HTTP Digest 'WWW_Authenticate' header.
- DirectBufferCache - Class in io.undertow.server.handlers.cache
-
A non-blocking buffer cache where entries are indexed by a path and are made up of a subsequence of blocks in a fixed large direct buffer.
- DirectBufferCache(int, int, int) - Constructor for class io.undertow.server.handlers.cache.DirectBufferCache
- DirectBufferCache(int, int, int, ByteBufAllocator) - Constructor for class io.undertow.server.handlers.cache.DirectBufferCache
- DirectBufferCache(int, int, int, ByteBufAllocator, int) - Constructor for class io.undertow.server.handlers.cache.DirectBufferCache
- DirectBufferCache.CacheEntry - Class in io.undertow.server.handlers.cache
- directBufferDeallocationFailed(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- directBufferDeallocationFailed(Throwable) - Method in interface io.undertow.UndertowLogger
- directBufferDeallocationFailed(Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- directBufferDeallocationFailed(Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- directBufferDeallocationFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- directBufferDeallocationFailed$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- directBufferDeallocatorInitializationFailed(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- directBufferDeallocatorInitializationFailed(Throwable) - Method in interface io.undertow.UndertowLogger
- directBufferDeallocatorInitializationFailed(Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- directBufferDeallocatorInitializationFailed(Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- directBufferDeallocatorInitializationFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- directBufferDeallocatorInitializationFailed$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- DirectByteBufferDeallocator - Class in io.undertow.util
-
DirectByteBufferDeallocatorUtility class used to free direct buffer memory. - DirectoryUtils - Class in io.undertow.server.handlers.resource
- DirectoryUtils.Blobs - Class in io.undertow.server.handlers.resource
-
Constant Content
- disable() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- disableCache(HttpHandler) - Static method in class io.undertow.Handlers
-
Handler that sets the headers that disable caching of the response
- DisableCacheHandler - Class in io.undertow.server.handlers
-
Handler that disables response caching by browsers and proxies.
- DisableCacheHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.DisableCacheHandler
- DisableCacheHandler.Builder - Class in io.undertow.server.handlers
- DisallowedMethodsHandler - Class in io.undertow.server.handlers
-
Handler that disallows certain HTTP methods.
- DisallowedMethodsHandler(HttpHandler, String...) - Constructor for class io.undertow.server.handlers.DisallowedMethodsHandler
- DisallowedMethodsHandler(HttpHandler, Set<String>) - Constructor for class io.undertow.server.handlers.DisallowedMethodsHandler
- DisallowedMethodsHandler.Builder - Class in io.undertow.server.handlers
- discardRequest() - Method in class io.undertow.server.HttpServerExchange
-
Used to terminate the request in an async manner, the actual mechanism will depend on the underlying getProtocol, for example HTTP/2 may send a RST_STREAM stream if there is more data coming.
- dispatch(HttpHandler) - Method in class io.undertow.server.HttpServerExchange
- dispatch(Runnable) - Method in class io.undertow.server.HttpServerExchange
-
Dispatches this request to the XNIO worker thread pool.
- dispatch(Executor, HttpHandler) - Method in class io.undertow.server.HttpServerExchange
- dispatch(Executor, Runnable) - Method in class io.undertow.server.HttpServerExchange
-
Dispatches this request to the given executor.
- DOMAIN - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- DOMAIN - Static variable in class io.undertow.util.Cookies
- DOMAIN - Static variable in class io.undertow.util.Headers
-
Deprecated.
- DONE - Static variable in class io.undertow.predicate.PredicatesHandler
-
static done marker.
- DoneHandlerBuilder() - Constructor for class io.undertow.predicate.PredicatesHandler.DoneHandlerBuilder
- duplicatedSniServerName(int) - Method in class io.undertow.UndertowMessages_$bundle
- duplicatedSniServerName(int) - Method in interface io.undertow.UndertowMessages
- duplicatedSniServerName(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- duplicatedSniServerName(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- duplicatedSniServerName$str() - Method in class io.undertow.UndertowMessages_$bundle
- duplicatedSniServerName$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
E
- EagerFormParsingHandler - Class in io.undertow.server.handlers.form
-
Handler that eagerly parses form data.
- EagerFormParsingHandler() - Constructor for class io.undertow.server.handlers.form.EagerFormParsingHandler
- EagerFormParsingHandler(FormParserFactory) - Constructor for class io.undertow.server.handlers.form.EagerFormParsingHandler
- EagerFormParsingHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.form.EagerFormParsingHandler
- EagerFormParsingHandler.Builder - Class in io.undertow.server.handlers.form
- element() - Method in class io.undertow.util.FastConcurrentDirectDeque
- element() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- ELSE - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- EMPTY - Static variable in class io.undertow.util.HttpString
-
Deprecated.Empty HttpString instance.
- EMPTY_RESOURCE_MANAGER - Static variable in interface io.undertow.server.handlers.resource.ResourceManager
- emptyHostNameSni() - Method in class io.undertow.UndertowMessages_$bundle
- emptyHostNameSni() - Method in interface io.undertow.UndertowMessages
- emptyHostNameSni() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- emptyHostNameSni() - Method in interface io.undertow.util.UndertowConnectorMessages
- emptyHostNameSni$str() - Method in class io.undertow.UndertowMessages_$bundle
- emptyHostNameSni$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- enable() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- enabled() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- encode(byte[], int, int, byte[], int, int) - Method in class io.undertow.util.FlexBase64.Encoder
-
Encodes bytes read from source and writes them in base64 format to target.
- encode(ByteBuf, ByteBuf) - Method in class io.undertow.util.FlexBase64.Encoder
-
Encodes bytes read from source and writes them in base64 format to target.
- encodeBytes(byte[], int, int, boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte buffer into a Base64 byte array.
- encodeBytesURL(byte[], int, int, boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte buffer into a Base64url byte array.
- encodeString(byte[], boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte array into a Base64 String.
- encodeString(byte[], int, int, boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte array into a Base64 String.
- encodeString(ByteBuf, boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte buffer into a Base64 String.
- encodeStringURL(byte[], boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte array into a Base64url String.
- encodeStringURL(byte[], int, int, boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte array into a Base64url String.
- encodeStringURL(ByteBuf, boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte buffer into a Base64url String.
- END_CERT - Static variable in class io.undertow.util.Certificates
- endExchange() - Method in class io.undertow.server.HttpServerExchange
-
Ends the exchange by fully draining the request channel, and flushing the response channel.
- endExecutingHandlerChain() - Method in class io.undertow.server.HttpServerExchange
- endPart() - Method in interface io.undertow.server.handlers.form.MultipartParser.PartHandler
- entrySet() - Method in class io.undertow.util.CopyOnWriteMap
- equals(ExchangeAttribute[]) - Static method in class io.undertow.predicate.Predicates
-
Creates a procedure that returns true if the given ExchangeAttributes are equal.
- equals(HttpString) - Method in class io.undertow.util.HttpString
-
Deprecated.Determine if this
HttpStringis equal to another. - equals(Object) - Method in class io.undertow.server.handlers.form.FormData
- equals(Object) - Method in class io.undertow.server.session.InMemorySessionManager
- equals(Object) - Method in class io.undertow.util.AttachmentList
- equals(Object) - Method in class io.undertow.util.ETag
- equals(Object) - Method in class io.undertow.util.HttpString
-
Deprecated.Determine if this
HttpStringis equal to another. - equals(Object) - Method in class io.undertow.util.PathTemplate
- equals(Object) - Method in class io.undertow.util.QValueParser.QValueResult
- EqualsPredicate - Class in io.undertow.predicate
-
Returns true if all the provided arguments are equal to each other
- EqualsPredicate.Builder - Class in io.undertow.predicate
- equalToString(String) - Method in class io.undertow.util.HttpString
-
Deprecated.
- ERROR_PAGE - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- ERROR_RESPONSE - Static variable in interface io.undertow.UndertowLogger
- ERROR_RESPONSE - Static variable in interface io.undertow.util.UndertowConnectorLogger
- errorParsingPredicateString(String, String) - Method in class io.undertow.UndertowMessages_$bundle
- errorParsingPredicateString(String, String) - Method in interface io.undertow.UndertowMessages
- errorParsingPredicateString(String, String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- errorParsingPredicateString(String, String) - Method in interface io.undertow.util.UndertowConnectorMessages
- errorParsingPredicateString$str() - Method in class io.undertow.UndertowMessages_$bundle
- errorParsingPredicateString$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- errorRotatingAccessLog(IOException) - Method in class io.undertow.UndertowLogger_$logger
- errorRotatingAccessLog(IOException) - Method in interface io.undertow.UndertowLogger
- errorRotatingAccessLog(IOException) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- errorRotatingAccessLog(IOException) - Method in interface io.undertow.util.UndertowConnectorLogger
- errorRotatingAccessLog$str() - Method in class io.undertow.UndertowLogger_$logger
- errorRotatingAccessLog$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- errorWritingAccessLog(IOException) - Method in class io.undertow.UndertowLogger_$logger
- errorWritingAccessLog(IOException) - Method in interface io.undertow.UndertowLogger
- errorWritingAccessLog(IOException) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- errorWritingAccessLog(IOException) - Method in interface io.undertow.util.UndertowConnectorLogger
- errorWritingAccessLog$str() - Method in class io.undertow.UndertowLogger_$logger
- errorWritingAccessLog$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- errorWritingJDBCLog(Exception) - Method in class io.undertow.UndertowLogger_$logger
- errorWritingJDBCLog(Exception) - Method in interface io.undertow.UndertowLogger
- errorWritingJDBCLog(Exception) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- errorWritingJDBCLog(Exception) - Method in interface io.undertow.util.UndertowConnectorLogger
- errorWritingJDBCLog$str() - Method in class io.undertow.UndertowLogger_$logger
- errorWritingJDBCLog$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ETag - Class in io.undertow.util
- ETag(boolean, String) - Constructor for class io.undertow.util.ETag
- ETAG - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ETAG_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ETagUtils - Class in io.undertow.util
- ETagUtils() - Constructor for class io.undertow.util.ETagUtils
- EXCEPTION - Static variable in interface io.undertow.server.DefaultResponseListener
-
If the default response listener was invoked as a result of an exception being thrown then the exception will be available under this attachment key.
- exceptionGeneratingErrorPage(Exception, String) - Method in class io.undertow.UndertowLogger_$logger
- exceptionGeneratingErrorPage(Exception, String) - Method in interface io.undertow.UndertowLogger
- exceptionGeneratingErrorPage(Exception, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exceptionGeneratingErrorPage(Exception, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- exceptionGeneratingErrorPage$str() - Method in class io.undertow.UndertowLogger_$logger
- exceptionGeneratingErrorPage$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exceptionHandler(HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a handler that maps exceptions to additional handlers
- ExceptionHandler - Class in io.undertow.server.handlers
-
Handler that dispatches to a given handler and allows mapping exceptions to be handled by additional handlers.
- ExceptionHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.ExceptionHandler
- exceptionHandlingRequest(Throwable, String) - Method in class io.undertow.UndertowLogger_$logger
- exceptionHandlingRequest(Throwable, String) - Method in interface io.undertow.UndertowLogger
- exceptionHandlingRequest(Throwable, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exceptionHandlingRequest(Throwable, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- exceptionHandlingRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- exceptionHandlingRequest$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exceptionInvokingCloseListener(Object, Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exceptionInvokingCloseListener(Object, Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- exceptionInvokingCloseListener$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exceptionProcessingRequest(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- exceptionProcessingRequest(Throwable) - Method in interface io.undertow.UndertowLogger
- exceptionProcessingRequest(Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exceptionProcessingRequest(Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- exceptionProcessingRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- exceptionProcessingRequest$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- exchange - Variable in class io.undertow.security.impl.AbstractSecurityContext
- exchangeAlreadyComplete() - Method in class io.undertow.UndertowMessages_$bundle
- exchangeAlreadyComplete() - Method in interface io.undertow.UndertowMessages
- exchangeAlreadyComplete() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- exchangeAlreadyComplete() - Method in interface io.undertow.util.UndertowConnectorMessages
- exchangeAlreadyComplete$str() - Method in class io.undertow.UndertowMessages_$bundle
- exchangeAlreadyComplete$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ExchangeAttribute - Interface in io.undertow.attribute
-
Representation of a string attribute from a HTTP server exchange.
- ExchangeAttributeBuilder - Interface in io.undertow.attribute
-
An interface that knows how to build an exchange attribute from a textual representation.
- ExchangeAttributeParser - Class in io.undertow.attribute
-
Attribute parser for exchange attributes.
- ExchangeAttributes - Class in io.undertow.attribute
-
Utility class for retrieving exchange attributes
- ExchangeAttributeWrapper - Interface in io.undertow.attribute
-
Interface that can be used to wrap an exchange attribute.
- ExchangeCompletionListener - Interface in io.undertow.server
-
Listener interface for events that are run at the completion of a request/response cycle (i.e.
- exchangeEvent(HttpServerExchange) - Method in interface io.undertow.server.ExchangeCompletionListener
- execute(Runnable) - Method in class io.undertow.util.PipeliningExecutor
-
Deprecated.
- execute(Runnable) - Method in class io.undertow.util.SameThreadExecutor
- executeRootHandler(HttpHandler, HttpServerExchange) - Static method in class io.undertow.server.Connectors
- exists(ExchangeAttribute) - Static method in class io.undertow.predicate.Predicates
-
Return a predicate that will return true if the given attribute is not null and not empty.
- ExistsPredicate - Class in io.undertow.predicate
-
Returns true if the given attribute is not null and not an empty string
- ExistsPredicate.Builder - Class in io.undertow.predicate
- EXPECT - Static variable in class io.undertow.util.Headers
-
Deprecated.
- EXPECT_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- expectedClientHello() - Method in class io.undertow.UndertowMessages_$bundle
- expectedClientHello() - Method in interface io.undertow.UndertowMessages
- expectedClientHello() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- expectedClientHello() - Method in interface io.undertow.util.UndertowConnectorMessages
- expectedClientHello$str() - Method in class io.undertow.UndertowMessages_$bundle
- expectedClientHello$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- expectedContinuationFrame() - Method in class io.undertow.UndertowMessages_$bundle
- expectedContinuationFrame() - Method in interface io.undertow.UndertowMessages
- expectedContinuationFrame() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- expectedContinuationFrame() - Method in interface io.undertow.util.UndertowConnectorMessages
- expectedContinuationFrame$str() - Method in class io.undertow.UndertowMessages_$bundle
- expectedContinuationFrame$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- expectedServerHello() - Method in class io.undertow.UndertowMessages_$bundle
- expectedServerHello() - Method in interface io.undertow.UndertowMessages
- expectedServerHello() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- expectedServerHello() - Method in interface io.undertow.util.UndertowConnectorMessages
- expectedServerHello$str() - Method in class io.undertow.UndertowMessages_$bundle
- expectedServerHello$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- EXPIRES - Static variable in class io.undertow.util.Headers
-
Deprecated.
- EXPIRES_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- extendedAccessLogBadXParam() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogBadXParam() - Method in interface io.undertow.UndertowLogger
- extendedAccessLogBadXParam() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogBadXParam() - Method in interface io.undertow.util.UndertowConnectorLogger
- extendedAccessLogBadXParam$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogBadXParam$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogCannotDecode(String) - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecode(String) - Method in interface io.undertow.UndertowLogger
- extendedAccessLogCannotDecode(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogCannotDecode(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- extendedAccessLogCannotDecode$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecode$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogCannotDecodeXParamValue(String) - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecodeXParamValue(String) - Method in interface io.undertow.UndertowLogger
- extendedAccessLogCannotDecodeXParamValue(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogCannotDecodeXParamValue(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- extendedAccessLogCannotDecodeXParamValue$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecodeXParamValue$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogEmptyPattern() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogEmptyPattern() - Method in interface io.undertow.UndertowLogger
- extendedAccessLogEmptyPattern() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogEmptyPattern() - Method in interface io.undertow.util.UndertowConnectorLogger
- extendedAccessLogEmptyPattern$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogEmptyPattern$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ExtendedAccessLogHeaderGenerator(String) - Constructor for class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.ExtendedAccessLogHeaderGenerator
- extendedAccessLogMissingClosing() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogMissingClosing() - Method in interface io.undertow.UndertowLogger
- extendedAccessLogMissingClosing() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogMissingClosing() - Method in interface io.undertow.util.UndertowConnectorLogger
- extendedAccessLogMissingClosing$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogMissingClosing$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ExtendedAccessLogParser - Class in io.undertow.server.handlers.accesslog
-
Parser that transforms an extended access log format string into a Undertow access log format string.
- ExtendedAccessLogParser(ClassLoader) - Constructor for class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- ExtendedAccessLogParser.ExtendedAccessLogHeaderGenerator - Class in io.undertow.server.handlers.accesslog
- extendedAccessLogPatternParseError(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogPatternParseError(Throwable) - Method in interface io.undertow.UndertowLogger
- extendedAccessLogPatternParseError(Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogPatternParseError(Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- extendedAccessLogPatternParseError$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogPatternParseError$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogUnknownToken(String) - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogUnknownToken(String) - Method in interface io.undertow.UndertowLogger
- extendedAccessLogUnknownToken(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- extendedAccessLogUnknownToken(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- extendedAccessLogUnknownToken$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogUnknownToken$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- EXTERNAL_AUTHENTICATION_TYPE - Static variable in class io.undertow.security.impl.ExternalAuthenticationMechanism
- EXTERNAL_PRINCIPAL - Static variable in class io.undertow.security.impl.ExternalAuthenticationMechanism
- ExternalAuthenticationMechanism - Class in io.undertow.security.impl
-
Authentication mechanism that uses an externally provided principal.
- ExternalAuthenticationMechanism() - Constructor for class io.undertow.security.impl.ExternalAuthenticationMechanism
- ExternalAuthenticationMechanism(String) - Constructor for class io.undertow.security.impl.ExternalAuthenticationMechanism
- ExternalAuthenticationMechanism(String, IdentityManager) - Constructor for class io.undertow.security.impl.ExternalAuthenticationMechanism
- ExternalAuthenticationMechanism.Factory - Class in io.undertow.security.impl
- ExternalCredential - Class in io.undertow.security.idm
-
Representation of an external credential.
- extractQuotedValueFromHeader(String, String) - Static method in class io.undertow.util.Headers
-
Deprecated.Extracts a quoted value from a header that has a given key.
- extractQuotedValueFromHeaderWithEncoding(String, String) - Static method in class io.undertow.util.Headers
-
Deprecated.Extracts a quoted value from a header that has a given key.
- extractTokenFromHeader(String, String) - Static method in class io.undertow.util.Headers
-
Deprecated.
- extraDataWrittenAfterChunkEnd() - Method in class io.undertow.UndertowMessages_$bundle
- extraDataWrittenAfterChunkEnd() - Method in interface io.undertow.UndertowMessages
- extraDataWrittenAfterChunkEnd() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- extraDataWrittenAfterChunkEnd() - Method in interface io.undertow.util.UndertowConnectorMessages
- extraDataWrittenAfterChunkEnd$str() - Method in class io.undertow.UndertowMessages_$bundle
- extraDataWrittenAfterChunkEnd$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
F
- Factory() - Constructor for class io.undertow.security.impl.BasicAuthenticationMechanism.Factory
- Factory() - Constructor for class io.undertow.security.impl.ClientCertAuthenticationMechanism.Factory
- Factory() - Constructor for class io.undertow.security.impl.DigestAuthenticationMechanism.Factory
- Factory() - Constructor for class io.undertow.security.impl.ExternalAuthenticationMechanism.Factory
- Factory() - Constructor for class io.undertow.security.impl.GenericHeaderAuthenticationMechanism.Factory
- Factory(IdentityManager) - Constructor for class io.undertow.security.impl.BasicAuthenticationMechanism.Factory
-
Deprecated.
- Factory(IdentityManager) - Constructor for class io.undertow.security.impl.ClientCertAuthenticationMechanism.Factory
-
Deprecated.
- Factory(IdentityManager) - Constructor for class io.undertow.security.impl.DigestAuthenticationMechanism.Factory
-
Deprecated.
- Factory(IdentityManager) - Constructor for class io.undertow.security.impl.ExternalAuthenticationMechanism.Factory
-
Deprecated.
- Factory(IdentityManager) - Constructor for class io.undertow.security.impl.GenericHeaderAuthenticationMechanism.Factory
-
Deprecated.
- FACTORY - Static variable in class io.undertow.security.impl.BasicAuthenticationMechanism
- FACTORY - Static variable in class io.undertow.security.impl.ClientCertAuthenticationMechanism
- FACTORY - Static variable in class io.undertow.security.impl.DigestAuthenticationMechanism
- FACTORY - Static variable in class io.undertow.security.impl.ExternalAuthenticationMechanism
- FACTORY - Static variable in class io.undertow.security.impl.GenericHeaderAuthenticationMechanism
- FAILED_AUTHENTICATION - Enum constant in enum io.undertow.security.api.SecurityNotification.EventType
- failedToAcceptSSLRequest(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToAcceptSSLRequest(Exception) - Method in interface io.undertow.UndertowLogger
- failedToAcceptSSLRequest(Exception) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToAcceptSSLRequest(Exception) - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToAcceptSSLRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToAcceptSSLRequest$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToDecodeURL(String, String, Exception) - Method in class io.undertow.UndertowMessages_$bundle
- failedToDecodeURL(String, String, Exception) - Method in interface io.undertow.UndertowMessages
- failedToDecodeURL(String, String, Exception) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- failedToDecodeURL(String, String, Exception) - Method in interface io.undertow.util.UndertowConnectorMessages
- failedToDecodeURL$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToDecodeURL$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- failedToParsePath() - Method in class io.undertow.UndertowMessages_$bundle
- failedToParsePath() - Method in interface io.undertow.UndertowMessages
- failedToParsePath() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- failedToParsePath() - Method in interface io.undertow.util.UndertowConnectorMessages
- failedToParsePath$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToParsePath$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- failedToParseRequest(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- failedToParseRequest(Throwable) - Method in interface io.undertow.UndertowLogger
- failedToParseRequest(Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToParseRequest(Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToParseRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToParseRequest$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToProcessManagementReq(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToProcessManagementReq(Exception) - Method in interface io.undertow.UndertowLogger
- failedToProcessManagementReq(Exception) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToProcessManagementReq(Exception) - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToProcessManagementReq$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToProcessManagementReq$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToRunTask(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- failedToRunTask(Throwable) - Method in interface io.undertow.UndertowLogger
- failedToRunTask$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToSendAfterBeingSafe() - Method in class io.undertow.UndertowMessages_$bundle
- failedToSendAfterBeingSafe() - Method in interface io.undertow.UndertowMessages
- failedToSendAfterBeingSafe() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- failedToSendAfterBeingSafe() - Method in interface io.undertow.util.UndertowConnectorMessages
- failedToSendAfterBeingSafe$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToSendAfterBeingSafe$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- failedToSendPingResponse(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToSendPingResponse(Exception) - Method in interface io.undertow.UndertowLogger
- failedToSendPingResponse(Exception) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToSendPingResponse(Exception) - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToSendPingResponse$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToSendPingResponse$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToSendPingResponseDBG(Exception, String, String) - Method in class io.undertow.UndertowLogger_$logger
- failedToSendPingResponseDBG(Exception, String, String) - Method in interface io.undertow.UndertowLogger
- failedToSendPingResponseDBG(Exception, String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToSendPingResponseDBG(Exception, String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToSendPingResponseDBG$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToSendPingResponseDBG$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToUseServerOrder(ReflectiveOperationException) - Method in class io.undertow.UndertowLogger_$logger
- failedToUseServerOrder(ReflectiveOperationException) - Method in interface io.undertow.UndertowLogger
- failedToUseServerOrder(ReflectiveOperationException) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToUseServerOrder(ReflectiveOperationException) - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToUseServerOrder$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToUseServerOrder$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToWriteJdbcAccessLog(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToWriteJdbcAccessLog(Exception) - Method in interface io.undertow.UndertowLogger
- failedToWriteJdbcAccessLog(Exception) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToWriteJdbcAccessLog(Exception) - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToWriteJdbcAccessLog$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToWriteJdbcAccessLog$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToWritePreCachedFile() - Method in class io.undertow.UndertowLogger_$logger
- failedToWritePreCachedFile() - Method in interface io.undertow.UndertowLogger
- failedToWritePreCachedFile() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- failedToWritePreCachedFile() - Method in interface io.undertow.util.UndertowConnectorLogger
- failedToWritePreCachedFile$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToWritePreCachedFile$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- FALSE - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- falsePredicate() - Static method in class io.undertow.predicate.Predicates
-
Predicate which always returns false.
- FalsePredicate - Class in io.undertow.predicate
- FalsePredicate() - Constructor for class io.undertow.predicate.FalsePredicate
- FastConcurrentDirectDeque<E> - Class in io.undertow.util
-
A modified version of ConcurrentLinkedDeque which includes direct removal.
- FastConcurrentDirectDeque() - Constructor for class io.undertow.util.FastConcurrentDirectDeque
-
Constructs an empty deque.
- FastConcurrentDirectDeque(Collection<? extends E>) - Constructor for class io.undertow.util.FastConcurrentDirectDeque
-
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
- FILE_CSS - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FILE_CSS_BUFFER - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FILE_CSS_ETAG - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FILE_CSS_ETAG_QUOTED - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FILE_JS - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FILE_JS_BUFFER - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FILE_JS_ETAG - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FILE_JS_ETAG_QUOTED - Static variable in class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- FileItem(byte[]) - Constructor for class io.undertow.server.handlers.form.FormData.FileItem
- FileItem(Path) - Constructor for class io.undertow.server.handlers.form.FormData.FileItem
- FileResource - Class in io.undertow.server.handlers.resource
-
A file resource
- FileResource(File, FileResourceManager, String) - Constructor for class io.undertow.server.handlers.resource.FileResource
- FileResourceManager - Class in io.undertow.server.handlers.resource
-
Serves files from the file system.
- FileResourceManager(long, boolean, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.FileResourceManager
- FileResourceManager(File) - Constructor for class io.undertow.server.handlers.resource.FileResourceManager
- FileResourceManager(File, long) - Constructor for class io.undertow.server.handlers.resource.FileResourceManager
- FileResourceManager(File, long, boolean) - Constructor for class io.undertow.server.handlers.resource.FileResourceManager
- FileResourceManager(File, long, boolean, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.FileResourceManager
- FileResourceManager(File, long, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.FileResourceManager
- FileTooLargeException() - Constructor for exception io.undertow.server.handlers.form.MultiPartParserDefinition.FileTooLargeException
- FileTooLargeException(String) - Constructor for exception io.undertow.server.handlers.form.MultiPartParserDefinition.FileTooLargeException
- FileTooLargeException(String, Throwable) - Constructor for exception io.undertow.server.handlers.form.MultiPartParserDefinition.FileTooLargeException
- FileTooLargeException(Throwable) - Constructor for exception io.undertow.server.handlers.form.MultiPartParserDefinition.FileTooLargeException
- FileUtils - Class in io.undertow.util
- findSessionId(HttpServerExchange) - Method in class io.undertow.server.session.PathParameterSessionConfig
- findSessionId(HttpServerExchange) - Method in interface io.undertow.server.session.SessionConfig
-
Retrieves a session id of an existing session from an exchange.
- findSessionId(HttpServerExchange) - Method in class io.undertow.server.session.SessionCookieConfig
- findSessionId(HttpServerExchange) - Method in class io.undertow.server.session.SslSessionConfig
- findSingleSignOn(String) - Method in class io.undertow.security.impl.InMemorySingleSignOnManager
- findSingleSignOn(String) - Method in interface io.undertow.security.impl.SingleSignOnManager
- fixedLengthOverflow() - Method in class io.undertow.UndertowMessages_$bundle
- fixedLengthOverflow() - Method in interface io.undertow.UndertowMessages
- fixedLengthOverflow() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- fixedLengthOverflow() - Method in interface io.undertow.util.UndertowConnectorMessages
- fixedLengthOverflow$str() - Method in class io.undertow.UndertowMessages_$bundle
- fixedLengthOverflow$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- flattenCookies(HttpServerExchange) - Static method in class io.undertow.server.Connectors
-
Flattens the exchange cookie map into the response header map.
- FlexBase64 - Class in io.undertow.util
-
An efficient and flexible Base64 implementation.
- FlexBase64() - Constructor for class io.undertow.util.FlexBase64
- FlexBase64.Decoder - Class in io.undertow.util
-
Controls the decoding process.
- FlexBase64.DecoderInputStream - Class in io.undertow.util
-
An input stream which decodes bytes as they are read from a stream with Base64 encoded data.
- FlexBase64.DecoderOutputStream - Class in io.undertow.util
-
An output stream which decodes base64 data written to it, and writes the decoded output to the wrapped inner stream.
- FlexBase64.Encoder - Class in io.undertow.util
-
Controls the encoding process.
- FlexBase64.EncoderInputStream - Class in io.undertow.util
-
An input stream which encodes bytes as they are read from a stream.
- FlexBase64.EncoderOutputStream - Class in io.undertow.util
-
An output stream which base64 encodes all passed data and writes it to the wrapped target output stream.
- flush() - Method in class io.undertow.util.FlexBase64.DecoderOutputStream
- flush() - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
- FOR - Static variable in class io.undertow.server.handlers.ForwardedHandler
- FORCE_RENEGOTIATION - Static variable in class io.undertow.security.impl.ClientCertAuthenticationMechanism
- FORM_DATA - Static variable in interface io.undertow.server.handlers.form.FormDataParser
-
When the form data is parsed it will be attached under this key.
- formatPossibleIpv6Address(String) - Static method in class io.undertow.util.NetworkUtils
- FormAuthenticationMechanism - Class in io.undertow.security.impl
- FormAuthenticationMechanism(FormParserFactory, String, String, String) - Constructor for class io.undertow.security.impl.FormAuthenticationMechanism
- FormAuthenticationMechanism(FormParserFactory, String, String, String, IdentityManager) - Constructor for class io.undertow.security.impl.FormAuthenticationMechanism
- FormAuthenticationMechanism(FormParserFactory, String, String, String, String) - Constructor for class io.undertow.security.impl.FormAuthenticationMechanism
- FormAuthenticationMechanism(FormParserFactory, String, String, String, String, IdentityManager) - Constructor for class io.undertow.security.impl.FormAuthenticationMechanism
- FormAuthenticationMechanism(String, String, String) - Constructor for class io.undertow.security.impl.FormAuthenticationMechanism
- FormAuthenticationMechanism(String, String, String, String) - Constructor for class io.undertow.security.impl.FormAuthenticationMechanism
- FormData - Class in io.undertow.server.handlers.form
-
Representation of form data.
- FormData(int) - Constructor for class io.undertow.server.handlers.form.FormData
- FormData.FileItem - Class in io.undertow.server.handlers.form
- FormData.FormValue - Interface in io.undertow.server.handlers.form
- FormDataParser - Interface in io.undertow.server.handlers.form
-
Parser for form data.
- FormEncodedDataDefinition - Class in io.undertow.server.handlers.form
-
Parser definition for form encoded data.
- FormEncodedDataDefinition() - Constructor for class io.undertow.server.handlers.form.FormEncodedDataDefinition
- FormParserFactory - Class in io.undertow.server.handlers.form
-
Factory class that can create a form data parser for a given request.
- FormParserFactory.Builder - Class in io.undertow.server.handlers.form
- FormParserFactory.ParserDefinition<T> - Interface in io.undertow.server.handlers.form
- formValueIsAFile() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsAFile() - Method in interface io.undertow.UndertowMessages
- formValueIsAFile() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- formValueIsAFile() - Method in interface io.undertow.util.UndertowConnectorMessages
- formValueIsAFile$str() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsAFile$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- formValueIsAString() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsAString() - Method in interface io.undertow.UndertowMessages
- formValueIsAString() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- formValueIsAString() - Method in interface io.undertow.util.UndertowConnectorMessages
- formValueIsAString$str() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsAString$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- formValueIsInMemoryFile() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsInMemoryFile() - Method in interface io.undertow.UndertowMessages
- formValueIsInMemoryFile() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- formValueIsInMemoryFile() - Method in interface io.undertow.util.UndertowConnectorMessages
- formValueIsInMemoryFile$str() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsInMemoryFile$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- forName(String) - Static method in enum io.undertow.security.idm.DigestAlgorithm
- forName(String) - Static method in enum io.undertow.security.impl.DigestQop
- FORWARD - Enum constant in enum io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
- FORWARD - Enum constant in enum io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
- FORWARD_AND_REVERSE - Enum constant in enum io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
- FORWARD_AND_REVERSE - Enum constant in enum io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
- FORWARDED - Static variable in class io.undertow.util.Headers
-
Deprecated.
- FORWARDED_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ForwardedHandler - Class in io.undertow.server.handlers
-
Handler that implements rfc7239 Forwarded header
- ForwardedHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.ForwardedHandler
- ForwardedHandler.Builder - Class in io.undertow.server.handlers
- free() - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool.PooledByteBuffer
- free(ByteBuffer) - Static method in class io.undertow.util.DirectByteBufferDeallocator
-
Attempts to deallocate the underlying direct memory.
- FROM - Static variable in class io.undertow.util.Headers
-
Deprecated.
- FROM_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- fromCache(String) - Static method in class io.undertow.util.Headers
-
Deprecated.
- fromString(String) - Static method in class io.undertow.util.Methods
-
Deprecated.
G
- generate(Path) - Method in interface io.undertow.server.handlers.resource.PathResourceManager.ETagFunction
- generateHeader() - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser.ExtendedAccessLogHeaderGenerator
- generateHeader() - Method in interface io.undertow.server.handlers.accesslog.LogFileHeaderGenerator
- GenericHeaderAuthenticationMechanism - Class in io.undertow.security.impl
-
A authentication mechanism that requires the presence of two headers in the request.
- GenericHeaderAuthenticationMechanism(String, List<String>, List<String>, IdentityManager) - Constructor for class io.undertow.security.impl.GenericHeaderAuthenticationMechanism
- GenericHeaderAuthenticationMechanism.Factory - Class in io.undertow.security.impl
- get(int) - Method in class io.undertow.util.AttachmentList
- get(Object) - Method in class io.undertow.server.handlers.cache.DirectBufferCache
- get(Object) - Method in class io.undertow.util.CopyOnWriteMap
- get(String) - Method in class io.undertow.server.handlers.form.FormData
- get(String) - Method in class io.undertow.util.PathTemplateMatcher
- get(String) - Method in class io.undertow.util.SubstringMap
- get(String, int) - Method in class io.undertow.util.SubstringMap
- get(String, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- get(String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- get(K) - Method in class io.undertow.server.handlers.cache.LRUCache
- GET - Static variable in class io.undertow.util.Methods
-
Deprecated.
- GET_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- getAccount() - Method in class io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession
- getAccount() - Method in class io.undertow.security.api.SecurityNotification
- getAccount() - Method in interface io.undertow.security.impl.SingleSignOn
-
Returns the account associated with this SSO.
- getActiveConnections() - Method in class io.undertow.server.AggregateConnectorStatistics
- getActiveConnections() - Method in interface io.undertow.server.ConnectorStatistics
- getActiveConnections() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getActiveRequests() - Method in class io.undertow.server.AggregateConnectorStatistics
- getActiveRequests() - Method in interface io.undertow.server.ConnectorStatistics
- getActiveRequests() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getActiveSessionCount() - Method in class io.undertow.server.session.InMemorySessionManager
- getActiveSessionCount() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getActiveSessions() - Method in class io.undertow.server.session.InMemorySessionManager
- getActiveSessions() - Method in interface io.undertow.server.session.SessionManager
-
Returns the identifiers of those sessions that are active on this node, excluding passivated sessions
- getAddress() - Method in class io.undertow.Undertow.ListenerInfo
- getAlgorithm() - Method in enum io.undertow.security.idm.DigestAlgorithm
- getAlgorithm() - Method in interface io.undertow.security.idm.DigestCredential
-
Obtain the selected
DigestAlgorithmfor the request being authenticated. - getAllKeys() - Method in class io.undertow.server.handlers.cache.DirectBufferCache
-
Returns a set of all the keys in the cache.
- getAllowed() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- getAllowedMethods() - Method in class io.undertow.server.handlers.AllowedMethodsHandler
- getAllowedOrigins() - Method in class io.undertow.server.handlers.OriginHandler
- getAllSessions() - Method in class io.undertow.server.session.InMemorySessionManager
- getAllSessions() - Method in interface io.undertow.server.session.SessionManager
-
Returns the identifiers of all sessions, including both active and passive
- getAttachment(AttachmentKey<T>) - Method in class io.undertow.util.AbstractAttachable
-
Get an attachment value.
- getAttachment(AttachmentKey<T>) - Method in interface io.undertow.util.Attachable
-
Get an attachment value.
- getAttachmentList(AttachmentKey<? extends List<T>>) - Method in class io.undertow.util.AbstractAttachable
-
Gets a list attachment value.
- getAttachmentList(AttachmentKey<? extends List<T>>) - Method in interface io.undertow.util.Attachable
-
Gets a list attachment value.
- getAttribute() - Method in class io.undertow.predicate.ContainsPredicate
- getAttribute(String) - Method in interface io.undertow.server.session.Session
-
Returns the object bound with the specified name in this session, or
nullif no object is bound under the name. - getAttributeNames() - Method in interface io.undertow.server.session.Session
-
Returns an
SetofStringobjects containing the names of all the objects bound to this session. - getAuthenticatedAccount() - Method in interface io.undertow.security.api.SecurityContext
-
Obtain the
Accountfor the currently authenticated identity. - getAuthenticatedAccount() - Method in class io.undertow.security.impl.AbstractSecurityContext
- getAuthenticationMechanisms() - Method in interface io.undertow.security.api.SecurityContext
-
Deprecated.Obtaining lists of mechanisms is discouraged, however there should not be a need to call this anyway.
- getAuthenticationMechanisms() - Method in class io.undertow.security.impl.SecurityContextImpl
-
Deprecated.
- getAverageSessionAliveTime() - Method in class io.undertow.server.session.InMemorySessionManager
- getAverageSessionAliveTime() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getBase() - Method in class io.undertow.server.handlers.resource.FileResourceManager
- getBase() - Method in class io.undertow.util.PathTemplate
- getBasePath() - Method in class io.undertow.server.handlers.resource.PathResourceManager
- getBindAddress() - Method in class io.undertow.server.ListenerRegistry.Listener
-
The address that this listener is bound to
- getBuffer() - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool.PooledByteBuffer
- getBufferPool() - Method in interface io.undertow.server.OpenListener
- getBufferSize() - Method in class io.undertow.server.HttpServerExchange
- getBytesField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getBytesReceived() - Method in class io.undertow.server.AggregateConnectorStatistics
- getBytesReceived() - Method in interface io.undertow.server.ConnectorStatistics
- getBytesReceived() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getBytesSent() - Method in class io.undertow.server.AggregateConnectorStatistics
- getBytesSent() - Method in interface io.undertow.server.ConnectorStatistics
- getBytesSent() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getCacheKey() - Method in class io.undertow.server.handlers.resource.CachedResource
- getCacheKey() - Method in class io.undertow.server.handlers.resource.PathResource
- getCacheKey() - Method in interface io.undertow.server.handlers.resource.Resource
- getCacheKey() - Method in class io.undertow.server.handlers.resource.URLResource
- getCertificate() - Method in class io.undertow.security.idm.X509CertificateCredential
- getCipherSuite() - Method in class io.undertow.server.BasicSSLSessionInfo
- getClientToServerElement(ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- getComment() - Method in interface io.undertow.server.handlers.Cookie
- getComment() - Method in class io.undertow.server.handlers.CookieImpl
- getComment() - Method in class io.undertow.server.session.SessionCookieConfig
- getConnectorStatistics() - Method in interface io.undertow.server.OpenListener
- getContentLength() - Method in class io.undertow.server.handlers.resource.CachedResource
- getContentLength() - Method in class io.undertow.server.handlers.resource.PathResource
- getContentLength() - Method in interface io.undertow.server.handlers.resource.Resource
- getContentLength() - Method in class io.undertow.server.handlers.resource.URLResource
- getContentLength() - Method in class io.undertow.util.ByteRange.RangeResponseResult
- getContentRange() - Method in class io.undertow.util.ByteRange.RangeResponseResult
- getContentType(MimeMappings) - Method in class io.undertow.server.handlers.resource.CachedResource
- getContentType(MimeMappings) - Method in class io.undertow.server.handlers.resource.PathResource
- getContentType(MimeMappings) - Method in interface io.undertow.server.handlers.resource.Resource
-
Return the resources content type.
- getContentType(MimeMappings) - Method in class io.undertow.server.handlers.resource.URLResource
- getContextInformation(String) - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- getContextInformation(String) - Method in class io.undertow.server.ListenerRegistry.Listener
- getContextKeys() - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- getContextKeys() - Method in class io.undertow.server.ListenerRegistry.Listener
- getCookieName() - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- getCookieName() - Method in class io.undertow.server.session.SessionCookieConfig
- getCreatedSessionCount() - Method in class io.undertow.server.session.InMemorySessionManager
- getCreatedSessionCount() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getCreationTime() - Method in interface io.undertow.server.session.Session
-
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
- getCurrentDateTime(HttpServerExchange) - Static method in class io.undertow.util.DateUtils
- getDefaultCharset() - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- getDefaultEncoding() - Method in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- getDefaultEncoding() - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- getDefaultHandler() - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- getDelegate() - Method in class io.undertow.server.HttpServerExchange
- getDenyResponseCode() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- getDeploymentName() - Method in class io.undertow.server.session.InMemorySessionManager
- getDeploymentName() - Method in interface io.undertow.server.session.SessionManager
-
Uniquely identifies this session manager
- getDesiredResponseCode() - Method in class io.undertow.security.api.AuthenticationMechanism.ChallengeResult
-
Obtain the response code desired by this mechanism for the challenge.
- getDestinationAddress() - Method in class io.undertow.server.HttpServerExchange
-
Get the destination address of the HTTP request.
- getDispatchExecutor() - Method in class io.undertow.server.HttpServerExchange
-
Gets the current executor that is used for dispatch operations.
- getDomain() - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- getDomain() - Method in interface io.undertow.server.handlers.Cookie
- getDomain() - Method in class io.undertow.server.handlers.CookieImpl
- getDomain() - Method in class io.undertow.server.session.SessionCookieConfig
- getElseHandler() - Method in class io.undertow.server.handlers.builder.PredicatedHandler
- getEnd() - Method in class io.undertow.util.ByteRange.Range
- getEnd() - Method in class io.undertow.util.ByteRange.RangeResponseResult
- getEnd(int) - Method in class io.undertow.util.ByteRange
-
Gets the end of the specified range segment, or the number of bytes if this is a suffix range segment
- getErrorCount() - Method in class io.undertow.server.AggregateConnectorStatistics
- getErrorCount() - Method in interface io.undertow.server.ConnectorStatistics
- getErrorCount() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getETag() - Method in class io.undertow.server.handlers.resource.CachedResource
- getETag() - Method in class io.undertow.server.handlers.resource.PathResource
- getETag() - Method in interface io.undertow.server.handlers.resource.Resource
- getETag() - Method in class io.undertow.server.handlers.resource.URLResource
- getETag(HttpServerExchange) - Static method in class io.undertow.util.ETagUtils
- getEventType() - Method in class io.undertow.security.api.SecurityNotification
- getExactPath(String) - Method in class io.undertow.util.PathMatcher
- getExchange() - Method in class io.undertow.security.api.SecurityNotification
- getExecutor() - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- getExpiredSessionCount() - Method in class io.undertow.server.session.InMemorySessionManager
- getExpiredSessionCount() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getExpires() - Method in class io.undertow.server.handlers.cache.LRUCache.CacheEntry
- getExpires() - Method in interface io.undertow.server.handlers.Cookie
- getExpires() - Method in class io.undertow.server.handlers.CookieImpl
- getFailureHandler() - Method in class io.undertow.server.handlers.RequestLimit
- getFallbackHandler() - Method in class io.undertow.server.RoutingHandler
- getFalseHandler() - Method in class io.undertow.server.handlers.PredicateHandler
- getFile() - Method in class io.undertow.server.handlers.form.FormData.FileItem
- getFile() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
-
Deprecated.
- getFile() - Method in class io.undertow.server.handlers.resource.CachedResource
- getFile() - Method in class io.undertow.server.handlers.resource.PathResource
- getFile() - Method in interface io.undertow.server.handlers.resource.Resource
- getFile() - Method in class io.undertow.server.handlers.resource.URLResource
- getFileItem() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- getFileName() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- getFilePath() - Method in class io.undertow.server.handlers.resource.CachedResource
- getFilePath() - Method in class io.undertow.server.handlers.resource.PathResource
- getFilePath() - Method in interface io.undertow.server.handlers.resource.Resource
- getFilePath() - Method in class io.undertow.server.handlers.resource.URLResource
- getFileResource(Path, String, Path, String) - Method in class io.undertow.server.handlers.resource.PathResourceManager
-
Apply security check for case insensitive file systems.
- getFileSize() - Method in class io.undertow.server.handlers.form.FormData.FileItem
- getFirst() - Method in class io.undertow.util.FastConcurrentDirectDeque
- getFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- getFirst(String) - Method in class io.undertow.server.handlers.form.FormData
- getFullVersionString() - Static method in class io.undertow.Version
- getGssContext() - Method in class io.undertow.security.idm.GSSContextCredential
- getHandler() - Method in class io.undertow.server.handlers.BlockingHandler
- getHandler() - Method in class io.undertow.server.handlers.builder.PredicatedHandler
- getHeader() - Method in class io.undertow.server.handlers.SetHeaderHandler
- getHeaders() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- getHighestSessionCount() - Method in class io.undertow.server.session.InMemorySessionManager
- getHighestSessionCount() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getHost() - Method in class io.undertow.Undertow.ListenerBuilder
- getHostAndPort() - Method in class io.undertow.server.HttpServerExchange
-
Return the host, and also the port if this request was sent to a non-standard port.
- getHostName() - Method in class io.undertow.server.HttpServerExchange
-
Return the host that this request was sent to, in general this will be the value of the Host header, minus the port specifier.
- getHostPort() - Method in class io.undertow.server.HttpServerExchange
-
Return the port that this request was sent to.
- getHosts() - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- getHttpUpgradeMetadata() - Method in class io.undertow.server.ListenerRegistry.Listener
- getId() - Method in interface io.undertow.security.impl.SingleSignOn
-
Returns the unique identifier for this SSO.
- getId() - Method in interface io.undertow.server.session.Session
-
Returns a string containing the unique identifier assigned to this session.
- getIdentityManager() - Method in interface io.undertow.security.api.SecurityContext
-
Deprecated.Authentication mechanisms that rely on the
IdentityManagershould instead hold their own reference to it. - getIdentityManager() - Method in class io.undertow.security.impl.SecurityContextImpl
-
Deprecated.
- getInputChannel() - Method in class io.undertow.server.HttpServerExchange
- getInputStream() - Method in class io.undertow.server.handlers.form.FormData.FileItem
- getInputStream() - Method in class io.undertow.server.HttpServerExchange
- getInstance() - Method in class io.undertow.server.handlers.AttachmentHandler
- getInvalidMethodHandler() - Method in class io.undertow.server.RoutingHandler
- getIoThread() - Method in class io.undertow.server.HttpServerExchange
- getKey() - Method in class io.undertow.util.SubstringMap.SubstringMatch
- getKeyStore() - Method in class io.undertow.Undertow.ListenerBuilder
- getKeyStorePassword() - Method in class io.undertow.Undertow.ListenerBuilder
- getLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- getLast() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- getLast(String) - Method in class io.undertow.server.handlers.form.FormData
- getLastAccessedTime() - Method in interface io.undertow.server.session.Session
-
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
- getLastInputPosition() - Method in class io.undertow.util.FlexBase64.Decoder
-
Gets the last position where decoding left off in the last byte array that was used for reading.
- getLastInputPosition() - Method in class io.undertow.util.FlexBase64.Encoder
-
Gets the last position where encoding left off in the last byte array that was used.
- getLastModified() - Method in class io.undertow.server.handlers.resource.CachedResource
- getLastModified() - Method in class io.undertow.server.handlers.resource.PathResource
- getLastModified() - Method in interface io.undertow.server.handlers.resource.Resource
- getLastModified() - Method in class io.undertow.server.handlers.resource.URLResource
- getLastModifiedString() - Method in class io.undertow.server.handlers.resource.CachedResource
- getLastModifiedString() - Method in class io.undertow.server.handlers.resource.PathResource
- getLastModifiedString() - Method in interface io.undertow.server.handlers.resource.Resource
- getLastModifiedString() - Method in class io.undertow.server.handlers.resource.URLResource
- getLength() - Method in class io.undertow.server.session.SecureRandomSessionIdGenerator
- getListener(String) - Method in class io.undertow.server.ListenerRegistry
- getListenerInfo() - Method in class io.undertow.Undertow
- getLocaleFromString(String) - Static method in class io.undertow.util.LocaleUtils
- getLocalesFromHeader(String) - Static method in class io.undertow.util.LocaleUtils
-
Parse a header string and return the list of locales that were found.
- getLocalesFromHeader(List<String>) - Static method in class io.undertow.util.LocaleUtils
-
Parse a header string and return the list of locales that were found.
- getLogBaseName() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getLogElement(String, ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- getLogFileHeaderGenerator() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getLoggingLocale() - Method in class io.undertow.UndertowLogger_$logger
- getLoggingLocale() - Method in class io.undertow.UndertowMessages_$bundle
- getLoggingLocale() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- getLoggingLocale() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- getLogNameSuffix() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getLogWriteExecutor() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getMatched() - Method in class io.undertow.util.PathMatcher.PathMatch
- getMatchedTemplate() - Method in class io.undertow.server.handlers.PathTemplateHandler.PathTemplateMatch
-
Deprecated.
- getMatchedTemplate() - Method in class io.undertow.util.PathTemplateMatch
- getMaxActiveConnections() - Method in class io.undertow.server.AggregateConnectorStatistics
- getMaxActiveConnections() - Method in interface io.undertow.server.ConnectorStatistics
- getMaxActiveConnections() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getMaxActiveRequests() - Method in class io.undertow.server.AggregateConnectorStatistics
- getMaxActiveRequests() - Method in interface io.undertow.server.ConnectorStatistics
- getMaxActiveRequests() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getMaxActiveSessions() - Method in class io.undertow.server.session.InMemorySessionManager
- getMaxActiveSessions() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getMaxAge() - Method in interface io.undertow.server.handlers.Cookie
- getMaxAge() - Method in class io.undertow.server.handlers.CookieImpl
- getMaxAge() - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- getMaxAge() - Method in class io.undertow.server.session.SessionCookieConfig
- getMaxEntitySize() - Method in class io.undertow.server.HttpServerExchange
- getMaxFileSize() - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- getMaximumConcurrentRequests() - Method in class io.undertow.server.handlers.RequestLimit
-
Get the maximum concurrent requests.
- getMaxInactiveInterval() - Method in interface io.undertow.server.session.Session
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
- getMaxIndividualFileSize() - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- getMaxProcessingTime() - Method in class io.undertow.server.AggregateConnectorStatistics
- getMaxProcessingTime() - Method in interface io.undertow.server.ConnectorStatistics
- getMaxProcessingTime() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getMaxRequestTime() - Method in class io.undertow.server.handlers.MetricsHandler.MetricResult
- getMaxSessionAliveTime() - Method in class io.undertow.server.session.InMemorySessionManager
- getMaxSessionAliveTime() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getMechanism() - Method in class io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession
- getMechanism() - Method in class io.undertow.security.api.SecurityNotification
- getMechanismName() - Method in interface io.undertow.security.api.SecurityContext
- getMechanismName() - Method in class io.undertow.security.impl.AbstractSecurityContext
- getMechanismName() - Method in interface io.undertow.security.impl.SingleSignOn
-
Returns the authentication mechanism used to create the account associated with this SSO.
- getMessage() - Method in class io.undertow.security.api.SecurityNotification
- getMessageDigest() - Method in enum io.undertow.security.idm.DigestAlgorithm
- getMethodField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getMetrics() - Method in class io.undertow.server.handlers.MetricsHandler
- getMetricsStartDate() - Method in class io.undertow.server.handlers.MetricsHandler.MetricResult
- getMimeMappings() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- getMimeType(String) - Method in class io.undertow.util.MimeMappings
- getMinRequestTime() - Method in class io.undertow.server.handlers.MetricsHandler.MetricResult
- getName() - Method in enum io.undertow.security.impl.AuthenticationInfoToken
- getName() - Method in enum io.undertow.security.impl.DigestAuthorizationToken
- getName() - Method in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- getName() - Method in interface io.undertow.server.handlers.Cookie
- getName() - Method in class io.undertow.server.handlers.CookieImpl
- getName() - Method in class io.undertow.server.handlers.resource.CachedResource
- getName() - Method in class io.undertow.server.handlers.resource.PathResource
- getName() - Method in interface io.undertow.server.handlers.resource.Resource
- getName() - Method in class io.undertow.server.handlers.resource.URLResource
- getName() - Method in class io.undertow.server.ListenerRegistry.Listener
-
The optional listener name;
- getName() - Method in interface io.undertow.util.HeaderToken
- getNext() - Method in class io.undertow.predicate.PredicatesHandler
- getNext() - Method in class io.undertow.security.handlers.AuthenticationMechanismsHandler
- getNext() - Method in class io.undertow.server.handlers.AccessControlListHandler
- getNext() - Method in class io.undertow.server.handlers.AttachmentHandler
- getNext() - Method in class io.undertow.server.handlers.CanonicalPathHandler
- getNext() - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- getNext() - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler
- getNext() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- getNext() - Method in class io.undertow.server.handlers.OriginHandler
- getNext() - Method in class io.undertow.server.session.SessionAttachmentHandler
- getObject() - Method in interface io.undertow.util.PooledObject
- getOptions() - Method in class io.undertow.Undertow.ListenerBuilder
- getOrCreateSession(HttpServerExchange) - Static method in class io.undertow.util.Sessions
-
Gets the active session, creating a new one if one does not exist
- getOriginFailedHandler() - Method in class io.undertow.server.handlers.OriginHandler
- getOutputChannel() - Method in class io.undertow.server.HttpServerExchange
- getOutputDirectory() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getOutputStream() - Method in class io.undertow.server.HttpServerExchange
- getParameterNames() - Method in class io.undertow.util.PathTemplate
- getParameters() - Method in class io.undertow.server.handlers.PathTemplateHandler.PathTemplateMatch
-
Deprecated.
- getParameters() - Method in class io.undertow.util.PathTemplateMatch
- getParsers() - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- getPassword() - Method in class io.undertow.security.idm.PasswordCredential
- getPath() - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- getPath() - Method in interface io.undertow.server.handlers.Cookie
- getPath() - Method in class io.undertow.server.handlers.CookieImpl
- getPath() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
-
Deprecated.
- getPath() - Method in class io.undertow.server.handlers.resource.CachedResource
- getPath() - Method in class io.undertow.server.handlers.resource.PathResource
- getPath() - Method in interface io.undertow.server.handlers.resource.Resource
- getPath() - Method in class io.undertow.server.handlers.resource.URLResource
- getPath() - Method in class io.undertow.server.session.SessionCookieConfig
- getPathParameters() - Method in class io.undertow.server.HttpServerExchange
-
Returns a mutable map of path parameters
- getPaths() - Method in class io.undertow.util.PathMatcher
- getPathTemplates() - Method in class io.undertow.util.PathTemplateMatcher
- getPeerCertificateChain() - Method in class io.undertow.server.BasicSSLSessionInfo
- getPeerCertificates() - Method in class io.undertow.server.BasicSSLSessionInfo
- getPort() - Method in class io.undertow.Undertow.ListenerBuilder
- getPredicate() - Method in class io.undertow.server.handlers.builder.PredicatedHandler
- getPredicate() - Method in class io.undertow.server.handlers.PredicateHandler
- getPrefixPath(String) - Method in class io.undertow.util.PathMatcher
- getPrincipal() - Method in interface io.undertow.security.idm.Account
- getProcessingTime() - Method in class io.undertow.server.AggregateConnectorStatistics
- getProcessingTime() - Method in interface io.undertow.server.ConnectorStatistics
- getProcessingTime() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getProtcol() - Method in class io.undertow.Undertow.ListenerInfo
- getProtocol() - Method in class io.undertow.server.HttpServerExchange
-
Get the request getProtocol string.
- getProtocol() - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- getProtocol() - Method in class io.undertow.server.ListenerRegistry.Listener
-
The getProtocol that this listener is using
- getProxyElement(ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- getQueryField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getQueryParamEncoding(HttpServerExchange) - Static method in class io.undertow.util.QueryParameterUtils
- getQueryParameters() - Method in class io.undertow.server.HttpServerExchange
-
Returns a mutable map of query parameters.
- getQueryString() - Method in class io.undertow.server.HttpServerExchange
- getQvalue() - Method in class io.undertow.util.QValueParser.QValueResult
- getRanges() - Method in class io.undertow.util.ByteRange
- getRealm() - Method in interface io.undertow.security.idm.DigestCredential
-
Get the realm name the credential is being validated against.
- getRedirectURI(HttpServerExchange) - Method in class io.undertow.security.handlers.AbstractConfidentialityHandler
-
All sub-classes are required to provide an implementation of this method, using the HttpServerExchange for the current request return the address to use for a redirect should confidentiality be required and the request not be confidential.
- getRedirectURI(HttpServerExchange) - Method in class io.undertow.security.handlers.SinglePortConfidentialityHandler
- getRedirectURI(HttpServerExchange, int) - Method in class io.undertow.security.handlers.SinglePortConfidentialityHandler
- getRefererField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getRejectedSessions() - Method in class io.undertow.server.session.InMemorySessionManager
- getRejectedSessions() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getRelativePath() - Method in class io.undertow.server.HttpServerExchange
-
Get the request relative path.
- getRemaining() - Method in class io.undertow.util.PathMatcher.PathMatch
- getRemoteHostField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getRequestContentLength() - Method in class io.undertow.server.HttpServerExchange
- getRequestCookies() - Method in class io.undertow.server.HttpServerExchange
- getRequestCount() - Method in class io.undertow.server.AggregateConnectorStatistics
- getRequestCount() - Method in interface io.undertow.server.ConnectorStatistics
- getRequestCount() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getRequestHeader(String) - Method in class io.undertow.server.HttpServerExchange
- getRequestHeaderNames() - Method in class io.undertow.server.HttpServerExchange
- getRequestHeaders(String) - Method in class io.undertow.server.HttpServerExchange
- getRequestId() - Method in class io.undertow.server.HttpServerExchange
- getRequestLimit() - Method in class io.undertow.server.handlers.RequestLimitingHandler
- getRequestMethod() - Method in class io.undertow.server.HttpServerExchange
-
Get the HTTP request method.
- getRequestPath() - Method in class io.undertow.server.HttpServerExchange
-
The request path.
- getRequestScheme() - Method in class io.undertow.server.HttpServerExchange
-
Get the request URI scheme.
- getRequestStartTime() - Method in class io.undertow.server.HttpServerExchange
- getRequestURI() - Method in class io.undertow.server.HttpServerExchange
-
The original request URI.
- getRequestURL() - Method in class io.undertow.server.HttpServerExchange
-
Reconstructs the complete URL as seen by the user.
- getResolvedPath() - Method in class io.undertow.server.HttpServerExchange
-
Get the resolved path.
- getResource() - Method in class io.undertow.server.handlers.resource.ResourceChangeEvent
- getResource(HttpServerExchange, String) - Method in class io.undertow.server.handlers.resource.DefaultResourceSupplier
- getResource(HttpServerExchange, String) - Method in class io.undertow.server.handlers.resource.PreCompressedResourceSupplier
- getResource(HttpServerExchange, String) - Method in interface io.undertow.server.handlers.resource.ResourceSupplier
- getResource(String) - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- getResource(String) - Method in class io.undertow.server.handlers.resource.ClassPathResourceManager
- getResource(String) - Method in class io.undertow.server.handlers.resource.PathResourceManager
- getResource(String) - Method in interface io.undertow.server.handlers.resource.ResourceManager
-
Returns a resource for the given path.
- getResourceManager() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- getResourceManagerRoot() - Method in class io.undertow.server.handlers.resource.CachedResource
- getResourceManagerRoot() - Method in class io.undertow.server.handlers.resource.PathResource
- getResourceManagerRoot() - Method in interface io.undertow.server.handlers.resource.Resource
-
Returns the resource manager root.
- getResourceManagerRoot() - Method in class io.undertow.server.handlers.resource.URLResource
- getResourceManagerRootPath() - Method in class io.undertow.server.handlers.resource.CachedResource
- getResourceManagerRootPath() - Method in class io.undertow.server.handlers.resource.PathResource
- getResourceManagerRootPath() - Method in interface io.undertow.server.handlers.resource.Resource
-
Returns the resource manager root.
- getResourceManagerRootPath() - Method in class io.undertow.server.handlers.resource.URLResource
- getResourceSupplier() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- getResponseBytesSent() - Method in class io.undertow.server.HttpServerExchange
- getResponseCodes() - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- getResponseContentLength() - Method in class io.undertow.server.HttpServerExchange
- getResponseCookies() - Method in class io.undertow.server.HttpServerExchange
- getResponseHeader(String) - Method in class io.undertow.server.HttpServerExchange
- getResponseHeaderNames() - Method in class io.undertow.server.HttpServerExchange
- getResponseHeaders(String) - Method in class io.undertow.server.HttpServerExchange
- getResponseResult(long, String, Date, String) - Method in class io.undertow.util.ByteRange
-
Returns a representation of the range result.
- getRoles() - Method in interface io.undertow.security.idm.Account
-
Returns the users roles.
- getRootHandler() - Method in interface io.undertow.server.OpenListener
- getRootHandler() - Method in class io.undertow.Undertow.ListenerBuilder
- getSameSiteMode() - Method in interface io.undertow.server.handlers.Cookie
- getSameSiteMode() - Method in class io.undertow.server.handlers.CookieImpl
- getSecurityContext() - Method in class io.undertow.server.HttpServerExchange
- getServerName() - Method in class io.undertow.server.ListenerRegistry.Listener
-
The server name
- getServerToClientElement(ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- getServletRequestElement(String) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- getSession(HttpServerExchange) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- getSession(HttpServerExchange) - Static method in class io.undertow.util.Sessions
-
Gets the active session, returning null if one is not present.
- getSession(HttpServerExchange, SessionConfig) - Method in class io.undertow.server.session.InMemorySessionManager
- getSession(HttpServerExchange, SessionConfig) - Method in interface io.undertow.server.session.SessionManager
- getSession(SessionManager) - Method in interface io.undertow.security.impl.SingleSignOn
-
Returns the session associated with the deployment of the specified session manager
- getSession(String) - Method in class io.undertow.server.session.InMemorySessionManager
- getSession(String) - Method in interface io.undertow.server.session.SessionManager
-
Retrieves a session with the given session id
- getSessionData() - Method in interface io.undertow.security.idm.DigestCredential
-
If the algorithm is session based return the session data to be included when generating the ha1.
- getSessionId() - Method in class io.undertow.server.BasicSSLSessionInfo
- getSessionManager() - Method in interface io.undertow.server.session.Session
- getSessionManager() - Method in class io.undertow.server.session.SessionAttachmentHandler
- getSourceAddress() - Method in class io.undertow.server.HttpServerExchange
-
Get the source address of the HTTP request.
- getSslContext() - Method in class io.undertow.Undertow.ListenerInfo
- getSSLSession() - Method in class io.undertow.server.BasicSSLSessionInfo
- getSslSessionInfo() - Method in class io.undertow.server.HttpServerExchange
- getStart() - Method in class io.undertow.util.ByteRange.Range
- getStart() - Method in class io.undertow.util.ByteRange.RangeResponseResult
- getStart(int) - Method in class io.undertow.util.ByteRange
-
Gets the start of the specified range segment, of -1 if this is a suffix range segment
- getStartTime() - Method in class io.undertow.server.session.InMemorySessionManager
- getStartTime() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getStatistics() - Method in class io.undertow.server.session.InMemorySessionManager
- getStatistics() - Method in interface io.undertow.server.session.SessionManager
-
Returns the statistics for this session manager, or null, if statistics are not supported.
- getStatusCode() - Method in class io.undertow.server.HttpServerExchange
-
Get the status code.
- getStatusCode() - Method in class io.undertow.util.ByteRange.RangeResponseResult
- getStatusField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getStuckThreadIds() - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler
- getSubjectForHost(String) - Method in interface io.undertow.security.api.GSSAPIServerSubjectFactory
-
Obtain the Subject to use for the specified host.
- getSubProtocol() - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- getTableName() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getTag() - Method in class io.undertow.util.ETag
- getTempFileLocation() - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- getTemplateString() - Method in class io.undertow.util.PathTemplate
- getThreshold() - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler
- getTimestampField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getToken() - Method in enum io.undertow.security.idm.DigestAlgorithm
- getToken() - Method in enum io.undertow.security.impl.DigestQop
- getToken() - Method in interface io.undertow.server.handlers.builder.PredicatedHandlersParser.Node
- getTotalErrors() - Method in class io.undertow.server.handlers.MetricsHandler.MetricResult
- getTotalRequests() - Method in class io.undertow.server.handlers.MetricsHandler.MetricResult
- getTotalRequestTime() - Method in class io.undertow.server.handlers.MetricsHandler.MetricResult
- getTransferMinSize() - Method in class io.undertow.server.handlers.resource.PathResourceManager
- getTransientSessions() - Method in class io.undertow.server.session.InMemorySessionManager
- getTransientSessions() - Method in interface io.undertow.server.session.SessionManager
-
Returns the identifiers of those sessions that would be lost upon shutdown of this node
- getTrueHandler() - Method in class io.undertow.server.handlers.PredicateHandler
- getTrustStore() - Method in class io.undertow.Undertow.ListenerBuilder
- getTrustStorePassword() - Method in class io.undertow.Undertow.ListenerBuilder
- getType() - Method in class io.undertow.server.handlers.resource.ResourceChangeEvent
- getType() - Method in class io.undertow.Undertow.ListenerBuilder
- getUndertowOptions() - Method in class io.undertow.server.HttpServerExchange
- getUndertowOptions() - Method in interface io.undertow.server.OpenListener
- getUrl() - Method in class io.undertow.server.handlers.resource.CachedResource
- getUrl() - Method in class io.undertow.server.handlers.resource.PathResource
- getUrl() - Method in interface io.undertow.server.handlers.resource.Resource
- getUrl() - Method in class io.undertow.server.handlers.resource.URLResource
- getUserAgentField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getUserField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getValue() - Method in class io.undertow.server.handlers.cache.LRUCache.CacheEntry
- getValue() - Method in interface io.undertow.server.handlers.Cookie
- getValue() - Method in class io.undertow.server.handlers.CookieImpl
- getValue() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- getValue() - Method in class io.undertow.server.handlers.SetHeaderHandler
- getValue() - Method in class io.undertow.util.PathMatcher.PathMatch
- getValue() - Method in class io.undertow.util.PathTemplateMatcher.PathMatchResult
- getValue() - Method in class io.undertow.util.QValueParser.QValueResult
- getValue() - Method in class io.undertow.util.SubstringMap.SubstringMatch
- getValueClass() - Method in class io.undertow.util.AttachmentList
- getValues() - Method in class io.undertow.predicate.ContainsPredicate
- getVersion() - Method in interface io.undertow.server.handlers.Cookie
- getVersion() - Method in class io.undertow.server.handlers.CookieImpl
- getVersionString() - Static method in class io.undertow.Version
- getVirtualHostField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getWorker() - Method in class io.undertow.server.HttpServerExchange
- getWorker() - Method in class io.undertow.Undertow
- getXParameterElement(ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- gracefulShutdown(HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a new handler that can be used to wait for all requests to finish before shutting down the server gracefully.
- GracefulShutdownHandler - Class in io.undertow.server.handlers
-
Handler that allows for graceful server shutdown.
- GracefulShutdownHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.GracefulShutdownHandler
- GracefulShutdownHandler.ShutdownListener - Interface in io.undertow.server.handlers
-
A listener which can be registered with the handler to be notified when all pending requests have finished.
- GSSAPIAuthenticationMechanism - Class in io.undertow.security.impl
-
AuthenticationMechanismfor GSSAPI / SPNEGO based authentication. - GSSAPIAuthenticationMechanism(GSSAPIServerSubjectFactory) - Constructor for class io.undertow.security.impl.GSSAPIAuthenticationMechanism
- GSSAPIAuthenticationMechanism(GSSAPIServerSubjectFactory, IdentityManager, Oid...) - Constructor for class io.undertow.security.impl.GSSAPIAuthenticationMechanism
- GSSAPIAuthenticationMechanism(GSSAPIServerSubjectFactory, Oid...) - Constructor for class io.undertow.security.impl.GSSAPIAuthenticationMechanism
- GSSAPIServerSubjectFactory - Interface in io.undertow.security.api
-
The GSSAPIServerSubjectFactory is a factory responsible for returning the
Subjectthat should be used for handing the GSSAPI based authentication for a specific request. - GSSContextCredential - Class in io.undertow.security.idm
-
A
Credentialto wrap an established GSSContext. - GSSContextCredential(GSSContext) - Constructor for class io.undertow.security.idm.GSSContextCredential
- GZIP - Static variable in class io.undertow.util.Headers
-
Deprecated.
H
- handle(HttpExchange) - Method in class io.undertow.server.DefaultExchangeHandler
- HANDLE_200 - Static variable in class io.undertow.server.handlers.ResponseCodeHandler
-
A handler which sets a 200 code.
- HANDLE_403 - Static variable in class io.undertow.server.handlers.ResponseCodeHandler
-
A handler which sets a 403 code.
- HANDLE_404 - Static variable in class io.undertow.server.handlers.ResponseCodeHandler
-
A handler which sets a 404 code.
- HANDLE_405 - Static variable in class io.undertow.server.handlers.ResponseCodeHandler
-
A handler which sets a 405 code.
- HANDLE_406 - Static variable in class io.undertow.server.handlers.ResponseCodeHandler
-
A handler which sets a 406 code.
- HANDLE_500 - Static variable in class io.undertow.server.handlers.ResponseCodeHandler
-
A handler which sets a 500 code.
- handleDefaultResponse(HttpServerExchange) - Method in interface io.undertow.server.DefaultResponseListener
- handleIfMatch(HttpServerExchange, ETag, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-match header.
- handleIfMatch(HttpServerExchange, List<ETag>, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-match header.
- handleIfMatch(String, ETag, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-match header.
- handleIfMatch(String, List<ETag>, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-match header.
- handleIfModifiedSince(HttpServerExchange, Date) - Static method in class io.undertow.util.DateUtils
-
Handles the if-modified-since header.
- handleIfModifiedSince(String, Date) - Static method in class io.undertow.util.DateUtils
-
Handles the if-modified-since header.
- handleIfNoneMatch(HttpServerExchange, ETag, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-none-match header.
- handleIfNoneMatch(HttpServerExchange, List<ETag>, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-none-match header.
- handleIfNoneMatch(String, ETag, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-none-match header.
- handleIfNoneMatch(String, List<ETag>, boolean) - Static method in class io.undertow.util.ETagUtils
-
Handles the if-none-match header.
- handleIfUnmodifiedSince(HttpServerExchange, Date) - Static method in class io.undertow.util.DateUtils
-
Handles the if-unmodified-since header.
- handleIfUnmodifiedSince(String, Date) - Static method in class io.undertow.util.DateUtils
-
Handles the if-unmodified-since header.
- handleNotification(SecurityNotification) - Method in interface io.undertow.security.api.NotificationReceiver
-
Handle a security related notification.
- HandlerBuilder - Interface in io.undertow.server.handlers.builder
-
Interface that provides a way of providing a textual representation of a handler.
- handlerCannotBeNull() - Method in class io.undertow.UndertowMessages_$bundle
- handlerCannotBeNull() - Method in interface io.undertow.UndertowMessages
- handlerCannotBeNull() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- handlerCannotBeNull() - Method in interface io.undertow.util.UndertowConnectorMessages
- handlerCannotBeNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- handlerCannotBeNull$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- handleRedirectBack(HttpServerExchange) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- handleRequest(HttpServerExchange) - Method in class io.undertow.predicate.PredicatesHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.security.handlers.AbstractConfidentialityHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.security.handlers.AuthenticationCallHandler
-
Only allow the request through if successfully authenticated or if authentication is not required.
- handleRequest(HttpServerExchange) - Method in class io.undertow.security.handlers.AuthenticationConstraintHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.security.handlers.AuthenticationMechanismsHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.security.handlers.CachedAuthenticatedSessionHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.security.handlers.NotificationReceiverHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.AccessControlListHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.AllowedMethodsHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.AttachmentHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.BlockingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ByteRangeHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.CanonicalPathHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ConfiguredPushHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.DateHandler
-
Deprecated.
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.DisableCacheHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.DisallowedMethodsHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ExceptionHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ForwardedHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.GracefulShutdownHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.HttpContinueReadHandler
-
Deprecated.
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.HttpTraceHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.JDBCLogHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.LocalNameResolvingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.MetricsHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.OriginHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.PathHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.PathSeparatorHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.PathTemplateHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.PeerNameResolvingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.PredicateContextHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.PredicateHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ProxyPeerAddressHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.RedirectHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.RequestDumpingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.RequestLimitingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ResponseCodeHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ResponseRateLimitingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.SameSiteCookieHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.SecureCookieHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.SetAttributeHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.SetHeaderHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.SSLHeaderHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.StoredResponseHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler
-
Handle the request.
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.URLDecodingHandler
- handleRequest(HttpServerExchange) - Method in interface io.undertow.server.HttpHandler
-
Handle the request.
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.JvmRouteHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.RoutingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.session.SessionAttachmentHandler
- handleRequest(HttpServerExchange, HttpHandler) - Method in class io.undertow.server.handlers.RequestLimit
- handlerNotNull(HttpHandler) - Static method in class io.undertow.Handlers
- handlerNotShutdown() - Method in class io.undertow.UndertowMessages_$bundle
- handlerNotShutdown() - Method in interface io.undertow.UndertowMessages
- handlerNotShutdown() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- handlerNotShutdown() - Method in interface io.undertow.util.UndertowConnectorMessages
- handlerNotShutdown$str() - Method in class io.undertow.UndertowMessages_$bundle
- handlerNotShutdown$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- HandlerParser - Class in io.undertow.server.handlers.builder
-
Parser that can build a handler from a string representation.
- HandlerParser() - Constructor for class io.undertow.server.handlers.builder.HandlerParser
- Handlers - Class in io.undertow
-
Utility class with convenience methods for dealing with handlers
- HandlerWrapper - Interface in io.undertow.server
-
Interface that can be used to wrap the handler chains, adding additional handlers.
- handleUnexpectedFailure(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- handleUnexpectedFailure(Throwable) - Method in interface io.undertow.UndertowLogger
- handleUnexpectedFailure(Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- handleUnexpectedFailure(Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- handleUnexpectedFailure$str() - Method in class io.undertow.UndertowLogger_$logger
- handleUnexpectedFailure$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- handleUpgrade(HttpServerExchange) - Method in interface io.undertow.server.handlers.HttpUpgradeHandshake
-
Validates an upgrade request and returns any extra headers that should be added to the response.
- hashAlgorithmNotFound(String) - Method in class io.undertow.UndertowMessages_$bundle
- hashAlgorithmNotFound(String) - Method in interface io.undertow.UndertowMessages
- hashAlgorithmNotFound(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- hashAlgorithmNotFound(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- hashAlgorithmNotFound$str() - Method in class io.undertow.UndertowMessages_$bundle
- hashAlgorithmNotFound$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- hashCode() - Method in class io.undertow.server.handlers.form.FormData
- hashCode() - Method in class io.undertow.server.session.InMemorySessionManager
- hashCode() - Method in class io.undertow.util.AttachmentList
- hashCode() - Method in class io.undertow.util.ETag
- hashCode() - Method in class io.undertow.util.HttpString
-
Deprecated.Get the hash code.
- hashCode() - Method in class io.undertow.util.PathTemplate
- hashCode() - Method in class io.undertow.util.QValueParser.QValueResult
- HEAD - Static variable in class io.undertow.util.Methods
-
Deprecated.
- HEAD_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- header(HttpHandler, String, ExchangeAttribute) - Static method in class io.undertow.Handlers
-
Returns a handler that sets a response header
- header(HttpHandler, String, String) - Static method in class io.undertow.Handlers
-
Returns a handler that sets a response header
- headerBlockTooLarge() - Method in class io.undertow.UndertowMessages_$bundle
- headerBlockTooLarge() - Method in interface io.undertow.UndertowMessages
- headerBlockTooLarge() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- headerBlockTooLarge() - Method in interface io.undertow.util.UndertowConnectorMessages
- headerBlockTooLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- headerBlockTooLarge$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- Headers - Class in io.undertow.util
-
Deprecated.
- headerSizeToLarge() - Method in class io.undertow.UndertowMessages_$bundle
- headerSizeToLarge() - Method in interface io.undertow.UndertowMessages
- headerSizeToLarge() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- headerSizeToLarge() - Method in interface io.undertow.util.UndertowConnectorMessages
- headerSizeToLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- headerSizeToLarge$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- headersStreamCanOnlyBeCreatedByClient() - Method in class io.undertow.UndertowMessages_$bundle
- headersStreamCanOnlyBeCreatedByClient() - Method in interface io.undertow.UndertowMessages
- headersStreamCanOnlyBeCreatedByClient() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- headersStreamCanOnlyBeCreatedByClient() - Method in interface io.undertow.util.UndertowConnectorMessages
- headersStreamCanOnlyBeCreatedByClient$str() - Method in class io.undertow.UndertowMessages_$bundle
- headersStreamCanOnlyBeCreatedByClient$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- HeaderToken - Interface in io.undertow.util
-
Representation of a token allowed within a header.
- HeaderTokenParser<E extends HeaderToken> - Class in io.undertow.util
-
Utility to parse the tokens contained within a HTTP header.
- HeaderTokenParser(Map<String, E>) - Constructor for class io.undertow.util.HeaderTokenParser
- HexConverter - Class in io.undertow.util
-
A utility class for mapping between byte arrays and their hex representation and back again.
- HexConverter() - Constructor for class io.undertow.util.HexConverter
- hit() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- hit() - Method in class io.undertow.server.handlers.cache.LRUCache.CacheEntry
- HOST - Static variable in class io.undertow.server.handlers.ForwardedHandler
- HOST - Static variable in class io.undertow.util.Headers
-
Deprecated.
- HOST_AND_PORT - Static variable in class io.undertow.attribute.HostAndPortAttribute
- HOST_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- hostAlreadyRegistered(Object) - Method in class io.undertow.UndertowMessages_$bundle
- hostAlreadyRegistered(Object) - Method in interface io.undertow.UndertowMessages
- hostAlreadyRegistered(Object) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- hostAlreadyRegistered(Object) - Method in interface io.undertow.util.UndertowConnectorMessages
- hostAlreadyRegistered$str() - Method in class io.undertow.UndertowMessages_$bundle
- hostAlreadyRegistered$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- HostAndPortAttribute - Class in io.undertow.attribute
-
The request scheme
- HostAndPortAttribute.Builder - Class in io.undertow.attribute
- hostHasNotBeenRegistered(Object) - Method in class io.undertow.UndertowMessages_$bundle
- hostHasNotBeenRegistered(Object) - Method in interface io.undertow.UndertowMessages
- hostHasNotBeenRegistered(Object) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- hostHasNotBeenRegistered(Object) - Method in interface io.undertow.util.UndertowConnectorMessages
- hostHasNotBeenRegistered$str() - Method in class io.undertow.UndertowMessages_$bundle
- hostHasNotBeenRegistered$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- HTAB - Static variable in class io.undertow.server.handlers.form.MultipartParser
-
The Horizontal Tab ASCII character value;
- HTTP - Enum constant in enum io.undertow.Undertow.ListenerType
- HTTP_0_9 - Static variable in class io.undertow.util.Protocols
-
Deprecated.
- HTTP_0_9_STRING - Static variable in class io.undertow.util.Protocols
-
Deprecated.HTTP 0.9.
- HTTP_1_0 - Static variable in class io.undertow.util.Protocols
-
Deprecated.HTTP 1.0.
- HTTP_1_0_STRING - Static variable in class io.undertow.util.Protocols
-
Deprecated.HTTP 1.0.
- HTTP_1_1 - Static variable in class io.undertow.util.Protocols
-
Deprecated.HTTP 1.1.
- HTTP_1_1_STRING - Static variable in class io.undertow.util.Protocols
-
Deprecated.HTTP 1.1.
- HTTP_2_0 - Static variable in class io.undertow.util.Protocols
-
Deprecated.HTTP 2.0.
- HTTP_2_0_STRING - Static variable in class io.undertow.util.Protocols
-
Deprecated.HTTP 1.1.
- http2ContinuationFrameNotExpected() - Method in class io.undertow.UndertowMessages_$bundle
- http2ContinuationFrameNotExpected() - Method in interface io.undertow.UndertowMessages
- http2ContinuationFrameNotExpected() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2ContinuationFrameNotExpected() - Method in interface io.undertow.util.UndertowConnectorMessages
- http2ContinuationFrameNotExpected$str() - Method in class io.undertow.UndertowMessages_$bundle
- http2ContinuationFrameNotExpected$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2FrameTooLarge() - Method in class io.undertow.UndertowMessages_$bundle
- http2FrameTooLarge() - Method in interface io.undertow.UndertowMessages
- http2FrameTooLarge() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2FrameTooLarge() - Method in interface io.undertow.util.UndertowConnectorMessages
- http2FrameTooLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- http2FrameTooLarge$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2PriRequestFailed() - Method in class io.undertow.UndertowMessages_$bundle
- http2PriRequestFailed() - Method in interface io.undertow.UndertowMessages
- http2PriRequestFailed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2PriRequestFailed() - Method in interface io.undertow.util.UndertowConnectorMessages
- http2PriRequestFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- http2PriRequestFailed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2StreamWasReset() - Method in class io.undertow.UndertowMessages_$bundle
- http2StreamWasReset() - Method in interface io.undertow.UndertowMessages
- http2StreamWasReset() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2StreamWasReset() - Method in interface io.undertow.util.UndertowConnectorMessages
- http2StreamWasReset$str() - Method in class io.undertow.UndertowMessages_$bundle
- http2StreamWasReset$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2TrailerToLargeForSingleBuffer() - Method in class io.undertow.UndertowMessages_$bundle
- http2TrailerToLargeForSingleBuffer() - Method in interface io.undertow.UndertowMessages
- http2TrailerToLargeForSingleBuffer() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- http2TrailerToLargeForSingleBuffer() - Method in interface io.undertow.util.UndertowConnectorMessages
- http2TrailerToLargeForSingleBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- http2TrailerToLargeForSingleBuffer$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- HttpAttachments - Class in io.undertow.util
-
Exchange attachments that have specific meaning when using the HTTP getProtocol
- HttpAttachments() - Constructor for class io.undertow.util.HttpAttachments
- httpClientPingTask(URI) - Method in class io.undertow.UndertowLogger_$logger
- httpClientPingTask(URI) - Method in interface io.undertow.UndertowLogger
- httpClientPingTask(URI) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- httpClientPingTask(URI) - Method in interface io.undertow.util.UndertowConnectorLogger
- httpClientPingTask$str() - Method in class io.undertow.UndertowLogger_$logger
- httpClientPingTask$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- HttpContinue - Class in io.undertow.server
-
Class that provides support for dealing with HTTP 100 (Continue) responses.
- HttpContinue() - Constructor for class io.undertow.server.HttpContinue
- HttpContinueAcceptingHandler - Class in io.undertow.server.handlers
-
Handler that provides support for HTTP/1.1 continue responses.
- HttpContinueAcceptingHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.HttpContinueAcceptingHandler
- HttpContinueAcceptingHandler(HttpHandler, Predicate) - Constructor for class io.undertow.server.handlers.HttpContinueAcceptingHandler
- HttpContinueAcceptingHandler.Builder - Class in io.undertow.server.handlers
- HttpContinueAcceptingHandler.Wrapper - Class in io.undertow.server.handlers
- httpContinueRead(HttpHandler) - Static method in class io.undertow.Handlers
-
Deprecated.
- HttpContinueReadHandler - Class in io.undertow.server.handlers
-
Deprecated.
- HttpContinueReadHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.HttpContinueReadHandler
-
Deprecated.
- HttpHandler - Interface in io.undertow.server
-
A handler for an HTTP request.
- httpPingDataMustBeLength8() - Method in class io.undertow.UndertowMessages_$bundle
- httpPingDataMustBeLength8() - Method in interface io.undertow.UndertowMessages
- httpPingDataMustBeLength8() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- httpPingDataMustBeLength8() - Method in interface io.undertow.util.UndertowConnectorMessages
- httpPingDataMustBeLength8$str() - Method in class io.undertow.UndertowMessages_$bundle
- httpPingDataMustBeLength8$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- HTTPS - Enum constant in enum io.undertow.Undertow.ListenerType
- HTTPS - Static variable in class io.undertow.server.handlers.SSLHeaderHandler
- HttpServerExchange - Class in io.undertow.server
-
An HTTP server request/response exchange.
- HttpServerExchange(HttpExchange, long) - Constructor for class io.undertow.server.HttpServerExchange
- HttpString - Class in io.undertow.util
-
Deprecated.
- HttpString(byte[]) - Constructor for class io.undertow.util.HttpString
-
Deprecated.Construct a new instance.
- HttpString(byte[], int, int) - Constructor for class io.undertow.util.HttpString
-
Deprecated.Construct a new instance.
- HttpString(String) - Constructor for class io.undertow.util.HttpString
-
Deprecated.Construct a new instance from a
String. - HttpString(ByteBuffer) - Constructor for class io.undertow.util.HttpString
-
Deprecated.Construct a new instance by reading the remaining bytes from a buffer.
- HttpTokens - Class in io.undertow.util
-
TODO: this should not be required, delete this
- HttpTokens() - Constructor for class io.undertow.util.HttpTokens
- HttpTraceHandler - Class in io.undertow.server.handlers
-
A handler that handles HTTP trace requests
- HttpTraceHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.HttpTraceHandler
- HttpTraceHandler.Builder - Class in io.undertow.server.handlers
- HttpUpgradeHandshake - Interface in io.undertow.server.handlers
-
Server side upgrade handler.
- HttpUpgradeMetadata(String, String) - Constructor for class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
I
- IdempotentPredicate - Class in io.undertow.predicate
-
A predicate that returns true if the request is idempotent according to the HTTP RFC.
- IdempotentPredicate() - Constructor for class io.undertow.predicate.IdempotentPredicate
- IdempotentPredicate.Builder - Class in io.undertow.predicate
- IDENT_USERNAME - Static variable in class io.undertow.attribute.IdentUsernameAttribute
- IDENTITY - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IDENTITY_HEADER - Static variable in class io.undertow.security.impl.GenericHeaderAuthenticationMechanism
- IdentityManager - Interface in io.undertow.security.idm
-
The IdentityManager interface to be implemented by an identity manager implementation providing user verification and identity loading to Undertow.
- IdentUsernameAttribute - Class in io.undertow.attribute
-
The ident username, not used, included for apache access log compatibility
- IdentUsernameAttribute.Builder - Class in io.undertow.attribute
- IF_MATCH - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_MATCH_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_MODIFIED_SINCE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_MODIFIED_SINCE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_NONE_MATCH - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_NONE_MATCH_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_RANGE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_RANGE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_UNMODIFIED_SINCE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- IF_UNMODIFIED_SINCE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ignoringAjpRequestWithPrefixCode(byte) - Method in class io.undertow.UndertowLogger_$logger
- ignoringAjpRequestWithPrefixCode(byte) - Method in interface io.undertow.UndertowLogger
- ignoringAjpRequestWithPrefixCode(byte) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ignoringAjpRequestWithPrefixCode(byte) - Method in interface io.undertow.util.UndertowConnectorLogger
- ignoringAjpRequestWithPrefixCode$str() - Method in class io.undertow.UndertowLogger_$logger
- ignoringAjpRequestWithPrefixCode$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ImmediateAuthenticationMechanismFactory - Class in io.undertow.util
-
AuthenticationMechanismFactorythat simply returns a pre configuredAuthenticationMechanism - ImmediateAuthenticationMechanismFactory(AuthenticationMechanism) - Constructor for class io.undertow.util.ImmediateAuthenticationMechanismFactory
- incorrectFrameSize() - Method in class io.undertow.UndertowMessages_$bundle
- incorrectFrameSize() - Method in interface io.undertow.UndertowMessages
- incorrectFrameSize() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- incorrectFrameSize() - Method in interface io.undertow.util.UndertowConnectorMessages
- incorrectFrameSize$str() - Method in class io.undertow.UndertowMessages_$bundle
- incorrectFrameSize$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- incorrectHttp2Preface() - Method in class io.undertow.UndertowMessages_$bundle
- incorrectHttp2Preface() - Method in interface io.undertow.UndertowMessages
- incorrectHttp2Preface() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- incorrectHttp2Preface() - Method in interface io.undertow.util.UndertowConnectorMessages
- incorrectHttp2Preface$str() - Method in class io.undertow.UndertowMessages_$bundle
- incorrectHttp2Preface$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- incrementConnectionCount() - Method in class io.undertow.server.ConnectorStatisticsImpl
- indexOf(Object) - Method in class io.undertow.util.AttachmentList
- InMemorySessionManager - Class in io.undertow.server.session
-
The default in memory session manager.
- InMemorySessionManager(SessionIdGenerator, String, int, boolean) - Constructor for class io.undertow.server.session.InMemorySessionManager
- InMemorySessionManager(SessionIdGenerator, String, int, boolean, boolean) - Constructor for class io.undertow.server.session.InMemorySessionManager
- InMemorySessionManager(String) - Constructor for class io.undertow.server.session.InMemorySessionManager
- InMemorySessionManager(String, int) - Constructor for class io.undertow.server.session.InMemorySessionManager
- InMemorySessionManager(String, int, boolean) - Constructor for class io.undertow.server.session.InMemorySessionManager
- InMemorySingleSignOnManager - Class in io.undertow.security.impl
- InMemorySingleSignOnManager() - Constructor for class io.undertow.security.impl.InMemorySingleSignOnManager
- instance() - Static method in class io.undertow.predicate.FalsePredicate
- instance() - Static method in class io.undertow.predicate.TruePredicate
- INSTANCE - Enum constant in enum io.undertow.server.SecureCookieCommitListener
- INSTANCE - Static variable in class io.undertow.attribute.AuthenticationTypeExchangeAttribute
- INSTANCE - Static variable in class io.undertow.attribute.DateTimeAttribute
- INSTANCE - Static variable in class io.undertow.attribute.HostAndPortAttribute
- INSTANCE - Static variable in class io.undertow.attribute.IdentUsernameAttribute
- INSTANCE - Static variable in class io.undertow.attribute.LocalIPAttribute
- INSTANCE - Static variable in class io.undertow.attribute.LocalPortAttribute
- INSTANCE - Static variable in class io.undertow.attribute.LocalServerNameAttribute
- INSTANCE - Static variable in class io.undertow.attribute.NullAttribute
- INSTANCE - Static variable in class io.undertow.attribute.QueryStringAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RelativePathAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RemoteHostAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RemoteIPAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RemoteUserAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RequestLineAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RequestMethodAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RequestPathAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RequestProtocolAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RequestSchemeAttribute
- INSTANCE - Static variable in class io.undertow.attribute.RequestURLAttribute
- INSTANCE - Static variable in class io.undertow.attribute.ResolvedPathAttribute
- INSTANCE - Static variable in class io.undertow.attribute.ResponseCodeAttribute
- INSTANCE - Static variable in class io.undertow.attribute.SecureExchangeAttribute
- INSTANCE - Static variable in class io.undertow.attribute.SslCipherAttribute
- INSTANCE - Static variable in class io.undertow.attribute.SslClientCertAttribute
- INSTANCE - Static variable in class io.undertow.attribute.SslSessionIdAttribute
- INSTANCE - Static variable in class io.undertow.attribute.ThreadNameAttribute
- INSTANCE - Static variable in class io.undertow.attribute.TransportProtocolAttribute
- INSTANCE - Static variable in class io.undertow.predicate.AuthenticationRequiredPredicate
- INSTANCE - Static variable in class io.undertow.predicate.FalsePredicate
- INSTANCE - Static variable in class io.undertow.predicate.IdempotentPredicate
- INSTANCE - Static variable in class io.undertow.predicate.SecurePredicate
- INSTANCE - Static variable in class io.undertow.predicate.TruePredicate
- INSTANCE - Static variable in class io.undertow.security.idm.ExternalCredential
- INSTANCE - Static variable in class io.undertow.security.impl.SecurityContextFactoryImpl
- INSTANCE - Static variable in class io.undertow.UndertowMessages_$bundle
- INSTANCE - Static variable in class io.undertow.util.SameThreadExecutor
- INSTANCE - Static variable in class io.undertow.util.UndertowConnectorMessages_$bundle
- intBitMask(int, int) - Static method in class io.undertow.util.Bits
-
Get an integer bit mask consisting of 1 bits in the given range.
- intFromBytesBE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 32-bit signed big-endian int value from a byte array.
- intFromBytesLE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 32-bit signed little-endian int value from a byte array.
- invalidAclRule(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidAclRule(String) - Method in interface io.undertow.UndertowMessages
- invalidAclRule(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidAclRule(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidAclRule$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidAclRule$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidate() - Method in class io.undertow.server.handlers.resource.CachedResource
- invalidate(HttpServerExchange) - Method in interface io.undertow.server.session.Session
-
Invalidates this session then unbinds any objects bound to it.
- invalidate(String) - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- INVALIDATED - Enum constant in enum io.undertow.server.session.SessionListener.SessionDestroyedReason
- invalidBase64Token(IOException) - Method in class io.undertow.UndertowMessages_$bundle
- invalidBase64Token(IOException) - Method in interface io.undertow.UndertowMessages
- invalidBase64Token(IOException) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidBase64Token(IOException) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidBase64Token$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidBase64Token$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCharacterInRequestTarget(char) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCharacterInRequestTarget(char) - Method in interface io.undertow.UndertowMessages
- invalidCharacterInRequestTarget(char) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCharacterInRequestTarget(char) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidCharacterInRequestTarget$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCharacterInRequestTarget$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidControlCharacter(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidControlCharacter(String) - Method in interface io.undertow.UndertowMessages
- invalidControlCharacter(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidControlCharacter(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidControlCharacter$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidControlCharacter$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCookieDomain(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieDomain(String) - Method in interface io.undertow.UndertowMessages
- invalidCookieDomain(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCookieDomain(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidCookieDomain$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieDomain$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCookiePath(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookiePath(String) - Method in interface io.undertow.UndertowMessages
- invalidCookiePath(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCookiePath(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidCookiePath$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookiePath$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCookieValue(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieValue(String) - Method in interface io.undertow.UndertowMessages
- invalidCookieValue(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidCookieValue(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidCookieValue$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieValue$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidEscapeCharacter() - Method in class io.undertow.UndertowMessages_$bundle
- invalidEscapeCharacter() - Method in interface io.undertow.UndertowMessages
- invalidEscapeCharacter() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidEscapeCharacter() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidEscapeCharacter$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidEscapeCharacter$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidGZIPFooter() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGZIPFooter() - Method in interface io.undertow.UndertowMessages
- invalidGZIPFooter() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidGZIPFooter() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidGZIPFooter$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGZIPFooter$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidGzipHeader() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGzipHeader() - Method in interface io.undertow.UndertowMessages
- invalidGzipHeader() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidGzipHeader() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidGzipHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGzipHeader$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidHandshakeRecord() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHandshakeRecord() - Method in interface io.undertow.UndertowMessages
- invalidHandshakeRecord() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidHandshakeRecord() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidHandshakeRecord$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHandshakeRecord$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidHeader() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeader() - Method in interface io.undertow.UndertowMessages
- invalidHeader() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidHeader() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeader$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidHeaders() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeaders() - Method in interface io.undertow.UndertowMessages
- invalidHeaders() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidHeaders() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidHeaders$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeaders$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidIpAddress(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidIpAddress(String) - Method in interface io.undertow.UndertowMessages
- invalidIpAddress(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidIpAddress(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidIpAddress$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidIpAddress$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidNonceReceived() - Method in class io.undertow.UndertowMessages_$bundle
- invalidNonceReceived() - Method in interface io.undertow.UndertowMessages
- invalidNonceReceived() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidNonceReceived() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidNonceReceived$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidNonceReceived$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidPingSize() - Method in class io.undertow.UndertowMessages_$bundle
- invalidPingSize() - Method in interface io.undertow.UndertowMessages
- invalidPingSize() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidPingSize() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidPingSize$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidPingSize$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidProxyHeader() - Method in class io.undertow.UndertowMessages_$bundle
- invalidProxyHeader() - Method in interface io.undertow.UndertowMessages
- invalidProxyHeader() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidProxyHeader() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidProxyHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidProxyHeader$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidSameSiteMode(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidSameSiteMode(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidSameSiteMode(String, String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidSameSiteMode(String, String) - Method in interface io.undertow.UndertowMessages
- invalidSameSiteMode$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidSameSiteMode$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidTlsExt() - Method in class io.undertow.UndertowMessages_$bundle
- invalidTlsExt() - Method in interface io.undertow.UndertowMessages
- invalidTlsExt() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidTlsExt() - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidTlsExt$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidTlsExt$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidToken(byte) - Method in class io.undertow.UndertowMessages_$bundle
- invalidToken(byte) - Method in interface io.undertow.UndertowMessages
- invalidToken(byte) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidToken(byte) - Method in interface io.undertow.util.UndertowConnectorMessages
- invalidToken$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidToken$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- invalidTokenReceived(String, String) - Method in class io.undertow.UndertowLogger_$logger
- invalidTokenReceived(String, String) - Method in interface io.undertow.UndertowLogger
- invalidTokenReceived(String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- invalidTokenReceived(String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- invalidTokenReceived$str() - Method in class io.undertow.UndertowLogger_$logger
- invalidTokenReceived$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- io.undertow - package io.undertow
- io.undertow.attribute - package io.undertow.attribute
- io.undertow.predicate - package io.undertow.predicate
- io.undertow.security.api - package io.undertow.security.api
- io.undertow.security.handlers - package io.undertow.security.handlers
- io.undertow.security.idm - package io.undertow.security.idm
- io.undertow.security.impl - package io.undertow.security.impl
- io.undertow.server - package io.undertow.server
- io.undertow.server.handlers - package io.undertow.server.handlers
- io.undertow.server.handlers.accesslog - package io.undertow.server.handlers.accesslog
- io.undertow.server.handlers.builder - package io.undertow.server.handlers.builder
- io.undertow.server.handlers.cache - package io.undertow.server.handlers.cache
- io.undertow.server.handlers.error - package io.undertow.server.handlers.error
- io.undertow.server.handlers.form - package io.undertow.server.handlers.form
- io.undertow.server.handlers.resource - package io.undertow.server.handlers.resource
- io.undertow.server.session - package io.undertow.server.session
- io.undertow.util - package io.undertow.util
- ioException(IOException) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ioException(IOException) - Method in interface io.undertow.util.UndertowConnectorLogger
- ioException(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- ioException(Throwable) - Method in interface io.undertow.UndertowLogger
- ioException$str() - Method in class io.undertow.UndertowLogger_$logger
- ioException$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ioExceptionReadingFromChannel(IOException) - Method in class io.undertow.UndertowLogger_$logger
- ioExceptionReadingFromChannel(IOException) - Method in interface io.undertow.UndertowLogger
- ioExceptionReadingFromChannel(IOException) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ioExceptionReadingFromChannel(IOException) - Method in interface io.undertow.util.UndertowConnectorLogger
- ioExceptionReadingFromChannel$str() - Method in class io.undertow.UndertowLogger_$logger
- ioExceptionReadingFromChannel$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- IoUtils - Class in io.undertow.util
-
General I/O utility methods.
- IoUtils() - Constructor for class io.undertow.util.IoUtils
- ipAccessControl(HttpHandler, boolean) - Static method in class io.undertow.Handlers
-
Returns a new handler that can allow or deny access to a resource based on IP address
- IPAddressAccessControlHandler - Class in io.undertow.server.handlers
-
Handler that can accept or reject a request based on the IP address of the remote peer.
- IPAddressAccessControlHandler() - Constructor for class io.undertow.server.handlers.IPAddressAccessControlHandler
- IPAddressAccessControlHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.IPAddressAccessControlHandler
- IPAddressAccessControlHandler(HttpHandler, int) - Constructor for class io.undertow.server.handlers.IPAddressAccessControlHandler
- IPAddressAccessControlHandler.Builder - Class in io.undertow.server.handlers
- isAbsoluteUrl(String) - Static method in class io.undertow.util.URLUtils
-
Test if provided location is an absolute URI or not.
- isAllowQuoted() - Method in enum io.undertow.security.impl.AuthenticationInfoToken
- isAllowQuoted() - Method in enum io.undertow.security.impl.DigestAuthorizationToken
- isAllowQuoted() - Method in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- isAllowQuoted() - Method in interface io.undertow.util.HeaderToken
- isAuthenticated() - Method in interface io.undertow.security.api.SecurityContext
- isAuthenticated() - Method in class io.undertow.security.impl.AbstractSecurityContext
- isAuthenticationRequired() - Method in interface io.undertow.security.api.SecurityContext
-
Returns true if authentication is required
- isAuthenticationRequired() - Method in class io.undertow.security.impl.AbstractSecurityContext
- isAuthenticationRequired(HttpServerExchange) - Method in class io.undertow.security.handlers.AuthenticationConstraintHandler
-
Evaluate the current request and indicate if authentication is required for the current request.
- isCachingRequired() - Method in class io.undertow.security.api.SecurityNotification
- isCanonicalizePaths() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- isChallengeSent() - Method in class io.undertow.security.api.AuthenticationMechanism.ChallengeResult
-
Check if the mechanism did send a challenge.
- isComplete() - Method in class io.undertow.server.handlers.form.MultipartParser.ParseState
- isComplete() - Method in class io.undertow.server.HttpServerExchange
- isConfidential(HttpServerExchange) - Method in class io.undertow.security.handlers.AbstractConfidentialityHandler
-
Use the HttpServerExchange supplied to check if this request is already 'sufficiently' confidential.
- isDefaultAllow() - Method in class io.undertow.server.handlers.AccessControlListHandler
- isDefaultAllow() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- isDirectory() - Method in class io.undertow.server.handlers.resource.CachedResource
- isDirectory() - Method in class io.undertow.server.handlers.resource.PathResource
- isDirectory() - Method in interface io.undertow.server.handlers.resource.Resource
- isDirectory() - Method in class io.undertow.server.handlers.resource.URLResource
- isDirectoryListingEnabled() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- isDiscard() - Method in interface io.undertow.server.handlers.Cookie
- isDiscard() - Method in class io.undertow.server.handlers.CookieImpl
- isDiscard() - Method in class io.undertow.server.session.SessionCookieConfig
- isDispatched() - Method in class io.undertow.server.HttpServerExchange
- isEmpty() - Method in class io.undertow.util.AttachmentList
- isEmpty() - Method in class io.undertow.util.CopyOnWriteMap
- isEmpty() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns
trueif this collection contains no elements. - isEmpty() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns
trueif this collection contains no elements. - isFile() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
-
Deprecated.
- isFileItem() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- isForceCreation() - Method in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- isHostIncludedInRequestURI() - Method in class io.undertow.server.HttpServerExchange
-
If a request was submitted to the server with a full URI instead of just a path this will return true.
- isHttpOnly() - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- isHttpOnly() - Method in interface io.undertow.server.handlers.Cookie
- isHttpOnly() - Method in class io.undertow.server.handlers.CookieImpl
- isHttpOnly() - Method in class io.undertow.server.session.SessionCookieConfig
- isInIoThread() - Method in class io.undertow.server.HttpServerExchange
- isInMemory() - Method in class io.undertow.server.handlers.form.FormData.FileItem
- isMessageIntegrity() - Method in enum io.undertow.security.impl.DigestQop
- isPersistent() - Method in class io.undertow.server.HttpServerExchange
- isProgramatic() - Method in class io.undertow.security.api.SecurityNotification
- isPushSupported() - Method in class io.undertow.server.HttpServerExchange
- isQValueZero() - Method in class io.undertow.util.QValueParser.QValueResult
- isRangeSupported() - Method in class io.undertow.server.handlers.resource.CachedResource
- isRangeSupported() - Method in class io.undertow.server.handlers.resource.PathResource
- isRangeSupported() - Method in interface io.undertow.server.handlers.resource.RangeAwareResource
-
It is possible that some resources managers may only support range requests on a subset of their resources,
- isRangeSupported() - Method in class io.undertow.server.handlers.resource.URLResource
- isReadable() - Method in class io.undertow.server.HttpServerExchange
- isRequestComplete() - Method in class io.undertow.server.HttpServerExchange
- isRequestTrailerFieldsSupported() - Method in class io.undertow.server.HttpServerExchange
- isRequireAllOrigins() - Method in class io.undertow.server.handlers.OriginHandler
- isRequireOriginHeader() - Method in class io.undertow.server.handlers.OriginHandler
- isResponseComplete() - Method in class io.undertow.server.HttpServerExchange
- isResponseStarted() - Method in class io.undertow.server.HttpServerExchange
- isRotate() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- isRunningHandlerChain(HttpServerExchange) - Static method in class io.undertow.server.Connectors
- isSameSite() - Method in interface io.undertow.server.handlers.Cookie
- isSameSite() - Method in class io.undertow.server.handlers.CookieImpl
- isSameSiteNoneIncompatible(String) - Static method in class io.undertow.util.SameSiteNoneIncompatibleClientChecker
- isSecure() - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- isSecure() - Method in interface io.undertow.server.handlers.Cookie
- isSecure() - Method in class io.undertow.server.handlers.CookieImpl
- isSecure() - Method in class io.undertow.server.HttpServerExchange
- isSecure() - Method in class io.undertow.server.session.SessionCookieConfig
- isSession() - Method in enum io.undertow.security.idm.DigestAlgorithm
- isUseLongContentLength() - Method in class io.undertow.server.handlers.JDBCLogHandler
- isValidTokenCharacter(byte) - Static method in class io.undertow.util.HttpTokens
-
Returns true if the token character is valid according to rfc7230
- isWeak() - Method in class io.undertow.util.ETag
- iterator() - Method in class io.undertow.server.handlers.form.FormData
- iterator() - Method in class io.undertow.util.AttachmentList
- iterator() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in proper sequence.
J
- JBossLoggingAccessLogReceiver - Class in io.undertow.server.handlers.accesslog
-
Access log receiver that logs messages at INFO level.
- JBossLoggingAccessLogReceiver() - Constructor for class io.undertow.server.handlers.accesslog.JBossLoggingAccessLogReceiver
- JBossLoggingAccessLogReceiver(String) - Constructor for class io.undertow.server.handlers.accesslog.JBossLoggingAccessLogReceiver
- JDBCLogHandler - Class in io.undertow.server.handlers
- JDBCLogHandler(HttpHandler, String, DataSource) - Constructor for class io.undertow.server.handlers.JDBCLogHandler
- JDBCLogHandler(HttpHandler, Executor, String, DataSource) - Constructor for class io.undertow.server.handlers.JDBCLogHandler
-
Deprecated.
- JDBCLogHandler.Builder - Class in io.undertow.server.handlers
- jvmRoute(String, String, HttpHandler) - Static method in class io.undertow.Handlers
-
Handler that appends the JVM route to the session cookie
- JvmRouteHandler - Class in io.undertow.server
-
Handler that appends the JVM route to the session id.
- JvmRouteHandler(HttpHandler, String, String) - Constructor for class io.undertow.server.JvmRouteHandler
- JvmRouteHandler.Builder - Class in io.undertow.server
K
- KEEP_ALIVE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- key() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- key() - Method in class io.undertow.server.handlers.cache.LRUCache.CacheEntry
- keys() - Method in class io.undertow.util.SubstringMap
- keySet() - Method in class io.undertow.util.CopyOnWriteMap
L
- LABEL - Static variable in class io.undertow.util.Methods
-
Deprecated.
- LABEL_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- LAST_MODIFIED - Static variable in class io.undertow.util.Headers
-
Deprecated.
- LAST_MODIFIED_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- lastIndexOf(Object) - Method in class io.undertow.util.AttachmentList
- LAX - Enum constant in enum io.undertow.server.handlers.CookieSameSiteMode
-
Same-site cookies are withheld on cross-site subrequests, such as calls to load images or frames, but will be sent when a user navigates to the URL from an external site; for example, by following a link.
- LEGACY_INCORRECT_TOKEN - Static variable in class io.undertow.attribute.SecureExchangeAttribute
- LegacyCookieSupport - Class in io.undertow.util
-
Class that contains static constants and utility methods for legacy Set-Cookie format.
- length() - Method in class io.undertow.util.HttpString
-
Deprecated.Get the string length.
- LF - Static variable in class io.undertow.server.handlers.form.MultipartParser
-
The Line Feed ASCII character value.
- LimitedBufferSlicePool - Class in io.undertow.server.handlers.cache
-
A limited buffer pooled allocator.
- LimitedBufferSlicePool(int, int) - Constructor for class io.undertow.server.handlers.cache.LimitedBufferSlicePool
-
Construct a new instance, using a direct buffer allocator.
- LimitedBufferSlicePool(ByteBufAllocator, int, int) - Constructor for class io.undertow.server.handlers.cache.LimitedBufferSlicePool
-
Construct a new instance.
- LimitedBufferSlicePool(ByteBufAllocator, int, int, int) - Constructor for class io.undertow.server.handlers.cache.LimitedBufferSlicePool
-
Construct a new instance.
- LimitedBufferSlicePool.PooledByteBuffer - Class in io.undertow.server.handlers.cache
- list() - Method in class io.undertow.server.handlers.resource.CachedResource
- list() - Method in class io.undertow.server.handlers.resource.PathResource
- list() - Method in interface io.undertow.server.handlers.resource.Resource
- list() - Method in class io.undertow.server.handlers.resource.URLResource
- Listener(String, String, String, InetSocketAddress) - Constructor for class io.undertow.server.ListenerRegistry.Listener
- listenerAlreadyRegistered(String) - Method in class io.undertow.UndertowMessages_$bundle
- listenerAlreadyRegistered(String) - Method in interface io.undertow.UndertowMessages
- listenerAlreadyRegistered(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- listenerAlreadyRegistered(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- listenerAlreadyRegistered$str() - Method in class io.undertow.UndertowMessages_$bundle
- listenerAlreadyRegistered$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ListenerBuilder() - Constructor for class io.undertow.Undertow.ListenerBuilder
- ListenerInfo(String, SocketAddress) - Constructor for class io.undertow.Undertow.ListenerInfo
- listenerNotProgressing() - Method in class io.undertow.UndertowLogger_$logger
- listenerNotProgressing() - Method in interface io.undertow.UndertowLogger
- listenerNotProgressing() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- listenerNotProgressing() - Method in interface io.undertow.util.UndertowConnectorLogger
- listenerNotProgressing$str() - Method in class io.undertow.UndertowLogger_$logger
- listenerNotProgressing$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- ListenerRegistry - Class in io.undertow.server
-
A registry of listeners, and the services that are exposed via these listeners.
- ListenerRegistry() - Constructor for class io.undertow.server.ListenerRegistry
- ListenerRegistry.HttpUpgradeMetadata - Class in io.undertow.server
- ListenerRegistry.Listener - Class in io.undertow.server
- listIterator() - Method in class io.undertow.util.AttachmentList
- listIterator(int) - Method in class io.undertow.util.AttachmentList
- LOCAL_IP - Static variable in class io.undertow.attribute.LocalIPAttribute
- LOCAL_IP_SHORT - Static variable in class io.undertow.attribute.LocalIPAttribute
- LOCAL_PORT - Static variable in class io.undertow.attribute.LocalPortAttribute
- LOCAL_PORT_SHORT - Static variable in class io.undertow.attribute.LocalPortAttribute
- LOCAL_SERVER_NAME - Static variable in class io.undertow.attribute.LocalServerNameAttribute
- LOCAL_SERVER_NAME_SHORT - Static variable in class io.undertow.attribute.LocalServerNameAttribute
- LocaleUtils - Class in io.undertow.util
-
Utility methods for getting the locale from a request.
- LocaleUtils() - Constructor for class io.undertow.util.LocaleUtils
- localIp() - Static method in class io.undertow.attribute.ExchangeAttributes
- LocalIPAttribute - Class in io.undertow.attribute
-
The local IP address
- LocalIPAttribute.Builder - Class in io.undertow.attribute
- LocalNameResolvingHandler - Class in io.undertow.server.handlers
-
A handler that performs DNS lookup to resolve a local address.
- LocalNameResolvingHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.LocalNameResolvingHandler
- LocalNameResolvingHandler(HttpHandler, LocalNameResolvingHandler.ResolveType) - Constructor for class io.undertow.server.handlers.LocalNameResolvingHandler
- LocalNameResolvingHandler.Builder - Class in io.undertow.server.handlers
- LocalNameResolvingHandler.ResolveType - Enum in io.undertow.server.handlers
- localPort() - Static method in class io.undertow.attribute.ExchangeAttributes
- LocalPortAttribute - Class in io.undertow.attribute
-
The local port
- LocalPortAttribute.Builder - Class in io.undertow.attribute
- localServerName() - Static method in class io.undertow.attribute.ExchangeAttributes
- LocalServerNameAttribute - Class in io.undertow.attribute
-
The local server name
- LocalServerNameAttribute.Builder - Class in io.undertow.attribute
- LOCATION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- LOCATION_ATTRIBUTE - Static variable in class io.undertow.security.impl.FormAuthenticationMechanism
- LOCATION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- LOCK - Static variable in class io.undertow.util.Methods
-
Deprecated.
- LOCK_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- LogFileHeaderGenerator - Interface in io.undertow.server.handlers.accesslog
-
Interface that generates the header for an access log.
- LOGGED_OUT - Enum constant in enum io.undertow.security.api.SecurityNotification.EventType
- login(String, String) - Method in interface io.undertow.security.api.SecurityContext
-
Attempts to log the user in using the provided credentials.
- login(String, String) - Method in class io.undertow.security.impl.SecurityContextImpl
- LOGIN_PAGE - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- logMessage(String) - Method in interface io.undertow.server.handlers.accesslog.AccessLogReceiver
- logMessage(String) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- logMessage(String) - Method in class io.undertow.server.handlers.accesslog.JBossLoggingAccessLogReceiver
- logMessage(String, HttpServerExchange) - Method in class io.undertow.server.handlers.JDBCLogHandler
- logout() - Method in interface io.undertow.security.api.SecurityContext
-
de-authenticates the current exchange.
- logout() - Method in class io.undertow.security.impl.AbstractSecurityContext
- logout() - Method in class io.undertow.security.impl.SecurityContextImpl
- longBitMask(int, int) - Static method in class io.undertow.util.Bits
-
Get a long bit mask consisting of 1 bits in the given range.
- longFromBytesBE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 64-bit signed big-endian long value from a byte array.
- longFromBytesLE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 64-bit signed little-endian long value from a byte array.
- lookupHash(String) - Method in interface io.undertow.security.api.SessionNonceManager
-
Retrieve the existing hash associated with the nonce specified.
- lookupHash(String) - Method in class io.undertow.security.impl.SimpleNonceManager
- lookupModeString(String) - Static method in enum io.undertow.server.handlers.CookieSameSiteMode
-
lookup from the specified value and return a correct SameSiteMode string.
- lookupSession(HttpServerExchange) - Method in interface io.undertow.security.api.AuthenticatedSessionManager
- LRUCache<K,
V> - Class in io.undertow.server.handlers.cache -
A non-blocking cache where entries are indexed by a key.
- LRUCache(int, int) - Constructor for class io.undertow.server.handlers.cache.LRUCache
- LRUCache(int, int, boolean) - Constructor for class io.undertow.server.handlers.cache.LRUCache
- LRUCache.CacheEntry<K,
V> - Class in io.undertow.server.handlers.cache
M
- main(String[]) - Static method in class io.undertow.util.HexConverter
- MalformedMessageException - Exception in io.undertow.util
-
Exception that is thrown when multipart parsing cannot parse a request
- MalformedMessageException() - Constructor for exception io.undertow.util.MalformedMessageException
- match(String) - Method in class io.undertow.util.PathMatcher
-
Matches a path against the registered handlers.
- match(String) - Method in class io.undertow.util.PathTemplateMatcher
- matcherAlreadyContainsTemplate(String, String) - Method in class io.undertow.UndertowMessages_$bundle
- matcherAlreadyContainsTemplate(String, String) - Method in interface io.undertow.UndertowMessages
- matcherAlreadyContainsTemplate(String, String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- matcherAlreadyContainsTemplate(String, String) - Method in interface io.undertow.util.UndertowConnectorMessages
- matcherAlreadyContainsTemplate$str() - Method in class io.undertow.UndertowMessages_$bundle
- matcherAlreadyContainsTemplate$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- matches(String, Map<String, String>) - Method in class io.undertow.util.PathTemplate
-
Check if the given uri matches the template.
- MAX_FORWARDS - Static variable in class io.undertow.util.Headers
-
Deprecated.
- MAX_FORWARDS_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- maxContentSize(long) - Static method in class io.undertow.predicate.Predicates
-
Predicate that returns true if the Content-Size of a request is above a given value.
- MaxContentSizePredicate - Class in io.undertow.predicate
-
Predicate that returns true if the Content-Size of a request is above a given value.
- MaxContentSizePredicate.Builder - Class in io.undertow.predicate
- maxFileSizeExceeded(long) - Method in class io.undertow.UndertowMessages_$bundle
- maxFileSizeExceeded(long) - Method in interface io.undertow.UndertowMessages
- maxFileSizeExceeded$str() - Method in class io.undertow.UndertowMessages_$bundle
- maximumConcurrentRequestsMustBeLargerThanZero() - Method in class io.undertow.UndertowMessages_$bundle
- maximumConcurrentRequestsMustBeLargerThanZero() - Method in interface io.undertow.UndertowMessages
- maximumConcurrentRequestsMustBeLargerThanZero() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- maximumConcurrentRequestsMustBeLargerThanZero() - Method in interface io.undertow.util.UndertowConnectorMessages
- maximumConcurrentRequestsMustBeLargerThanZero$str() - Method in class io.undertow.UndertowMessages_$bundle
- maximumConcurrentRequestsMustBeLargerThanZero$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- maxRestartsExceeded(int) - Method in class io.undertow.UndertowLogger_$logger
- maxRestartsExceeded(int) - Method in interface io.undertow.UndertowLogger
- maxRestartsExceeded(int) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- maxRestartsExceeded(int) - Method in interface io.undertow.util.UndertowConnectorLogger
- maxRestartsExceeded$str() - Method in class io.undertow.UndertowLogger_$logger
- maxRestartsExceeded$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- maybeQuote(StringBuilder, String) - Static method in class io.undertow.util.LegacyCookieSupport
-
Quotes values if required.
- mcmpHandlerCreated() - Method in class io.undertow.UndertowLogger_$logger
- mcmpHandlerCreated() - Method in interface io.undertow.UndertowLogger
- mcmpHandlerCreated() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- mcmpHandlerCreated() - Method in interface io.undertow.util.UndertowConnectorLogger
- mcmpHandlerCreated$str() - Method in class io.undertow.UndertowLogger_$logger
- mcmpHandlerCreated$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- mcmpKeyValue(HttpString, String) - Method in class io.undertow.UndertowLogger_$logger
- mcmpKeyValue(HttpString, String) - Method in interface io.undertow.UndertowLogger
- mcmpKeyValue(HttpString, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- mcmpKeyValue(HttpString, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- mcmpKeyValue$str() - Method in class io.undertow.UndertowLogger_$logger
- mcmpKeyValue$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- mcmpMessageRejectedDueToSuspiciousCharacters(String) - Method in class io.undertow.UndertowMessages_$bundle
- mcmpMessageRejectedDueToSuspiciousCharacters(String) - Method in interface io.undertow.UndertowMessages
- mcmpMessageRejectedDueToSuspiciousCharacters(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- mcmpMessageRejectedDueToSuspiciousCharacters(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- mcmpMessageRejectedDueToSuspiciousCharacters$str() - Method in class io.undertow.UndertowMessages_$bundle
- mcmpMessageRejectedDueToSuspiciousCharacters$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- mcmpProcessingError(String, String) - Method in class io.undertow.UndertowLogger_$logger
- mcmpProcessingError(String, String) - Method in interface io.undertow.UndertowLogger
- mcmpProcessingError(String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- mcmpProcessingError(String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- mcmpProcessingError$str() - Method in class io.undertow.UndertowLogger_$logger
- mcmpProcessingError$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- MD5 - Enum constant in enum io.undertow.security.idm.DigestAlgorithm
- MD5_SESS - Enum constant in enum io.undertow.security.idm.DigestAlgorithm
- mediumFromBytesBE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 24-bit signed big-endian int value from a byte array.
- mediumFromBytesLE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 24-bit signed little-endian int value from a byte array.
- MERGE - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MERGE_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- mergeQueryParametersWithNewQueryString(Map<String, Deque<String>>, String) - Static method in class io.undertow.util.QueryParameterUtils
-
Deprecated.
- mergeQueryParametersWithNewQueryString(Map<String, Deque<String>>, String, String) - Static method in class io.undertow.util.QueryParameterUtils
- MESSAGE_QOP - Enum constant in enum io.undertow.security.impl.AuthenticationInfoToken
- MESSAGE_QOP - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- MESSAGE_QOP - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- MESSAGES - Static variable in interface io.undertow.UndertowMessages
- MESSAGES - Static variable in interface io.undertow.util.UndertowConnectorMessages
- MethodPredicate - Class in io.undertow.predicate
- MethodPredicate.Builder - Class in io.undertow.predicate
- Methods - Class in io.undertow.util
-
Deprecated.
- MetricResult(MetricsHandler.MetricResult) - Constructor for class io.undertow.server.handlers.MetricsHandler.MetricResult
- MetricResult(Date) - Constructor for class io.undertow.server.handlers.MetricsHandler.MetricResult
- MetricsHandler - Class in io.undertow.server.handlers
-
Handler that records some metrics
- MetricsHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.MetricsHandler
- MetricsHandler.MetricResult - Class in io.undertow.server.handlers
- MimeMappings - Class in io.undertow.util
- MimeMappings.Builder - Class in io.undertow.util
- minContentSize(long) - Static method in class io.undertow.predicate.Predicates
-
Predicate that returns true if the Content-Size of a request is below a given value.
- MinContentSizePredicate - Class in io.undertow.predicate
-
Predicate that returns true if the Content-Size of a request is below a given value.
- MinContentSizePredicate.Builder - Class in io.undertow.predicate
- mismatchedBraces(String) - Method in class io.undertow.UndertowMessages_$bundle
- mismatchedBraces(String) - Method in interface io.undertow.UndertowMessages
- mismatchedBraces(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- mismatchedBraces(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- mismatchedBraces$str() - Method in class io.undertow.UndertowMessages_$bundle
- mismatchedBraces$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- missingAuthorizationToken(String) - Method in class io.undertow.UndertowLogger_$logger
- missingAuthorizationToken(String) - Method in interface io.undertow.UndertowLogger
- missingAuthorizationToken(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- missingAuthorizationToken(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- missingAuthorizationToken$str() - Method in class io.undertow.UndertowLogger_$logger
- missingAuthorizationToken$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- MKACTIVITY - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MKACTIVITY_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MKCOL - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MKCOL_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MKWORKSPACE - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MKWORKSPACE_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MODIFIED - Enum constant in enum io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
A file was modified in a directory.
- moreThanOneHandlerWithName(String, Class<?>, Class<?>) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- moreThanOneHandlerWithName(String, Class<?>, Class<?>) - Method in interface io.undertow.util.UndertowConnectorMessages
- moreThanOneHandlerWithName(String, Class<? extends HandlerBuilder>, Class<? extends HandlerBuilder>) - Method in class io.undertow.UndertowMessages_$bundle
- moreThanOneHandlerWithName(String, Class<? extends HandlerBuilder>, Class<? extends HandlerBuilder>) - Method in interface io.undertow.UndertowMessages
- moreThanOneHandlerWithName$str() - Method in class io.undertow.UndertowMessages_$bundle
- moreThanOneHandlerWithName$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- moreThanOneHostHeader() - Method in class io.undertow.UndertowMessages_$bundle
- moreThanOneHostHeader() - Method in interface io.undertow.UndertowMessages
- moreThanOneHostHeader() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- moreThanOneHostHeader() - Method in interface io.undertow.util.UndertowConnectorMessages
- moreThanOneHostHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- moreThanOneHostHeader$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- moreThanOnePredicateWithName(String, Class<?>, Class<?>) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- moreThanOnePredicateWithName(String, Class<?>, Class<?>) - Method in interface io.undertow.util.UndertowConnectorMessages
- moreThanOnePredicateWithName(String, Class<? extends PredicateBuilder>, Class<? extends PredicateBuilder>) - Method in class io.undertow.UndertowMessages_$bundle
- moreThanOnePredicateWithName(String, Class<? extends PredicateBuilder>, Class<? extends PredicateBuilder>) - Method in interface io.undertow.UndertowMessages
- moreThanOnePredicateWithName$str() - Method in class io.undertow.UndertowMessages_$bundle
- moreThanOnePredicateWithName$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- MOVE - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MOVE_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- MULTIPART_FORM_DATA - Static variable in class io.undertow.server.handlers.form.MultiPartParserDefinition
- MultipartParser - Class in io.undertow.server.handlers.form
- MultipartParser() - Constructor for class io.undertow.server.handlers.form.MultipartParser
- MultipartParser.ParseState - Class in io.undertow.server.handlers.form
- MultipartParser.PartHandler - Interface in io.undertow.server.handlers.form
- MultiPartParserDefinition - Class in io.undertow.server.handlers.form
- MultiPartParserDefinition() - Constructor for class io.undertow.server.handlers.form.MultiPartParserDefinition
- MultiPartParserDefinition(Path) - Constructor for class io.undertow.server.handlers.form.MultiPartParserDefinition
- MultiPartParserDefinition.FileTooLargeException - Exception in io.undertow.server.handlers.form
- multiRecordSSLHandshake() - Method in class io.undertow.UndertowMessages_$bundle
- multiRecordSSLHandshake() - Method in interface io.undertow.UndertowMessages
- multiRecordSSLHandshake() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- multiRecordSSLHandshake() - Method in interface io.undertow.util.UndertowConnectorMessages
- multiRecordSSLHandshake$str() - Method in class io.undertow.UndertowMessages_$bundle
- multiRecordSSLHandshake$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
N
- name() - Method in class io.undertow.attribute.AuthenticationTypeExchangeAttribute.Builder
- name() - Method in class io.undertow.attribute.BytesSentAttribute.Builder
- name() - Method in class io.undertow.attribute.CookieAttribute.Builder
- name() - Method in class io.undertow.attribute.DateTimeAttribute.Builder
- name() - Method in interface io.undertow.attribute.ExchangeAttributeBuilder
-
The string representation of the attribute name.
- name() - Method in class io.undertow.attribute.HostAndPortAttribute.Builder
- name() - Method in class io.undertow.attribute.IdentUsernameAttribute.Builder
- name() - Method in class io.undertow.attribute.LocalIPAttribute.Builder
- name() - Method in class io.undertow.attribute.LocalPortAttribute.Builder
- name() - Method in class io.undertow.attribute.LocalServerNameAttribute.Builder
- name() - Method in class io.undertow.attribute.NullAttribute.Builder
- name() - Method in class io.undertow.attribute.PathParameterAttribute.Builder
- name() - Method in class io.undertow.attribute.PredicateContextAttribute.Builder
- name() - Method in class io.undertow.attribute.QueryParameterAttribute.Builder
- name() - Method in class io.undertow.attribute.QueryStringAttribute.Builder
- name() - Method in class io.undertow.attribute.RelativePathAttribute.Builder
- name() - Method in class io.undertow.attribute.RemoteHostAttribute.Builder
- name() - Method in class io.undertow.attribute.RemoteIPAttribute.Builder
- name() - Method in class io.undertow.attribute.RemoteUserAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestHeaderAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestLineAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestMethodAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestPathAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestProtocolAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestSchemeAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestURLAttribute.Builder
- name() - Method in class io.undertow.attribute.ResolvedPathAttribute.Builder
- name() - Method in class io.undertow.attribute.ResponseCodeAttribute.Builder
- name() - Method in class io.undertow.attribute.ResponseHeaderAttribute.Builder
- name() - Method in class io.undertow.attribute.ResponseTimeAttribute.Builder
- name() - Method in class io.undertow.attribute.SecureExchangeAttribute.Builder
- name() - Method in class io.undertow.attribute.SslCipherAttribute.Builder
- name() - Method in class io.undertow.attribute.SslClientCertAttribute.Builder
- name() - Method in class io.undertow.attribute.SslSessionIdAttribute.Builder
- name() - Method in class io.undertow.attribute.ThreadNameAttribute.Builder
- name() - Method in class io.undertow.attribute.TransportProtocolAttribute.Builder
- name() - Method in class io.undertow.predicate.AuthenticationRequiredPredicate.Builder
- name() - Method in class io.undertow.predicate.ContainsPredicate.Builder
- name() - Method in class io.undertow.predicate.EqualsPredicate.Builder
- name() - Method in class io.undertow.predicate.ExistsPredicate.Builder
- name() - Method in class io.undertow.predicate.IdempotentPredicate.Builder
- name() - Method in class io.undertow.predicate.MaxContentSizePredicate.Builder
- name() - Method in class io.undertow.predicate.MethodPredicate.Builder
- name() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
- name() - Method in class io.undertow.predicate.PathMatchPredicate.Builder
- name() - Method in class io.undertow.predicate.PathPrefixPredicate.Builder
- name() - Method in class io.undertow.predicate.PathSuffixPredicate.Builder
- name() - Method in class io.undertow.predicate.PathTemplatePredicate.Builder
- name() - Method in interface io.undertow.predicate.PredicateBuilder
-
The string representation of the predicate name.
- name() - Method in class io.undertow.predicate.PredicatesHandler.DoneHandlerBuilder
- name() - Method in class io.undertow.predicate.PredicatesHandler.RestartHandlerBuilder
- name() - Method in class io.undertow.predicate.RegularExpressionPredicate.Builder
- name() - Method in class io.undertow.predicate.SecurePredicate.Builder
- name() - Method in class io.undertow.server.handlers.AccessControlListHandler.Builder
- name() - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler.Builder
- name() - Method in class io.undertow.server.handlers.AllowedMethodsHandler.Builder
- name() - Method in class io.undertow.server.handlers.BlockingHandler.Builder
- name() - Method in interface io.undertow.server.handlers.builder.HandlerBuilder
-
The string representation of the handler name.
- name() - Method in class io.undertow.server.handlers.builder.ResponseCodeHandlerBuilder
- name() - Method in class io.undertow.server.handlers.builder.RewriteHandlerBuilder
- name() - Method in class io.undertow.server.handlers.ByteRangeHandler.Builder
- name() - Method in class io.undertow.server.handlers.CanonicalPathHandler.Builder
- name() - Method in class io.undertow.server.handlers.DisableCacheHandler.Builder
- name() - Method in class io.undertow.server.handlers.DisallowedMethodsHandler.Builder
- name() - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler.Builder
- name() - Method in class io.undertow.server.handlers.ForwardedHandler.Builder
- name() - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler.Builder
- name() - Method in class io.undertow.server.handlers.HttpTraceHandler.Builder
- name() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler.Builder
- name() - Method in class io.undertow.server.handlers.JDBCLogHandler.Builder
- name() - Method in class io.undertow.server.handlers.LocalNameResolvingHandler.Builder
- name() - Method in class io.undertow.server.handlers.PathSeparatorHandler.Builder
- name() - Method in class io.undertow.server.handlers.PeerNameResolvingHandler.Builder
- name() - Method in class io.undertow.server.handlers.ProxyPeerAddressHandler.Builder
- name() - Method in class io.undertow.server.handlers.RedirectHandler.Builder
- name() - Method in class io.undertow.server.handlers.RequestDumpingHandler.Builder
- name() - Method in class io.undertow.server.handlers.RequestLimitingHandler.Builder
- name() - Method in class io.undertow.server.handlers.resource.ResourceHandler.Builder
- name() - Method in class io.undertow.server.handlers.ResponseRateLimitingHandler.Builder
- name() - Method in class io.undertow.server.handlers.SameSiteCookieHandler.Builder
- name() - Method in class io.undertow.server.handlers.SecureCookieHandler.Builder
- name() - Method in class io.undertow.server.handlers.SetAttributeHandler.Builder
- name() - Method in class io.undertow.server.handlers.SetAttributeHandler.ClearBuilder
- name() - Method in class io.undertow.server.handlers.SetHeaderHandler.Builder
- name() - Method in class io.undertow.server.handlers.SSLHeaderHandler.Builder
- name() - Method in class io.undertow.server.handlers.StoredResponseHandler.Builder
- name() - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler.Builder
- name() - Method in class io.undertow.server.handlers.URLDecodingHandler.Builder
- name() - Method in class io.undertow.server.JvmRouteHandler.Builder
- NAME - Static variable in class io.undertow.attribute.NullAttribute
- NAME - Static variable in class io.undertow.security.impl.ExternalAuthenticationMechanism
- NAME - Static variable in class io.undertow.security.impl.GenericHeaderAuthenticationMechanism
- NameVirtualHostHandler - Class in io.undertow.server.handlers
-
A
HttpHandlerthat implements virtual hosts based on theHost:http header header. - NameVirtualHostHandler() - Constructor for class io.undertow.server.handlers.NameVirtualHostHandler
- NEGOTIATE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- NetworkUtils - Class in io.undertow.util
- newInstance() - Static method in class io.undertow.util.ConcurrentDirectDeque
- NewInstanceObjectPool<T> - Class in io.undertow.util
- NewInstanceObjectPool(Supplier<T>, Consumer<T>) - Constructor for class io.undertow.util.NewInstanceObjectPool
- newlineNotSupportedInHttpString(String) - Method in class io.undertow.UndertowMessages_$bundle
- newlineNotSupportedInHttpString(String) - Method in interface io.undertow.UndertowMessages
- newlineNotSupportedInHttpString(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- newlineNotSupportedInHttpString(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- newlineNotSupportedInHttpString$str() - Method in class io.undertow.UndertowMessages_$bundle
- newlineNotSupportedInHttpString$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- NEXT_NONCE - Enum constant in enum io.undertow.security.impl.AuthenticationInfoToken
- NEXT_NONCE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- nextNonce(String, HttpServerExchange) - Method in interface io.undertow.security.api.NonceManager
-
Select the next nonce to be sent from the server taking into account the last valid nonce.
- nextNonce(String, HttpServerExchange) - Method in class io.undertow.security.impl.SimpleNonceManager
- NO_ID_CHANGE_REQUIRED - Static variable in class io.undertow.security.handlers.CachedAuthenticatedSessionHandler
- noALPNFallback(SocketAddress) - Method in class io.undertow.UndertowLogger_$logger
- noALPNFallback(SocketAddress) - Method in interface io.undertow.UndertowLogger
- noALPNFallback(SocketAddress) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- noALPNFallback(SocketAddress) - Method in interface io.undertow.util.UndertowConnectorLogger
- noALPNFallback$str() - Method in class io.undertow.UndertowLogger_$logger
- noALPNFallback$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- noContextForSslConnection() - Method in class io.undertow.UndertowMessages_$bundle
- noContextForSslConnection() - Method in interface io.undertow.UndertowMessages
- noContextForSslConnection() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- noContextForSslConnection() - Method in interface io.undertow.util.UndertowConnectorMessages
- noContextForSslConnection$str() - Method in class io.undertow.UndertowMessages_$bundle
- noContextForSslConnection$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- nodeConfigCreated(URI, String, String, String, boolean, int, int, long, int, int, int, int, boolean) - Method in class io.undertow.UndertowLogger_$logger
- nodeConfigCreated(URI, String, String, String, boolean, int, int, long, int, int, int, int, boolean) - Method in interface io.undertow.UndertowLogger
- nodeConfigCreated(URI, String, String, String, boolean, int, int, long, int, int, int, int, boolean) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- nodeConfigCreated(URI, String, String, String, boolean, int, int, long, int, int, int, int, boolean) - Method in interface io.undertow.util.UndertowConnectorLogger
- nodeConfigCreated$str() - Method in class io.undertow.UndertowLogger_$logger
- nodeConfigCreated$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- nodeIsInError(String) - Method in class io.undertow.UndertowLogger_$logger
- nodeIsInError(String) - Method in interface io.undertow.UndertowLogger
- nodeIsInError(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- nodeIsInError(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- nodeIsInError$str() - Method in class io.undertow.UndertowLogger_$logger
- nodeIsInError$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- noHostInHttp11Request() - Method in class io.undertow.UndertowMessages_$bundle
- noHostInHttp11Request() - Method in interface io.undertow.UndertowMessages
- noHostInHttp11Request() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- noHostInHttp11Request() - Method in interface io.undertow.util.UndertowConnectorMessages
- noHostInHttp11Request$str() - Method in class io.undertow.UndertowMessages_$bundle
- noHostInHttp11Request$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- NONCE - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- NONCE - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- NONCE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- NONCE_COUNT - Enum constant in enum io.undertow.security.impl.AuthenticationInfoToken
- NONCE_COUNT - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- NONCE_COUNT - Static variable in class io.undertow.util.Headers
-
Deprecated.
- NonceManager - Interface in io.undertow.security.api
-
A NonceManager is used by the HTTP Digest authentication mechanism to request nonces and to validate the nonces sent from the client.
- NONE - Enum constant in enum io.undertow.server.handlers.CookieSameSiteMode
-
The browser will send cookies with both cross-site requests and same-site requests.
- NONE - Enum constant in enum io.undertow.server.session.SessionConfig.SessionCookieSource
- noRequestActive() - Method in class io.undertow.UndertowMessages_$bundle
- noRequestActive() - Method in interface io.undertow.UndertowMessages
- noRequestActive() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- noRequestActive() - Method in interface io.undertow.util.UndertowConnectorMessages
- noRequestActive$str() - Method in class io.undertow.UndertowMessages_$bundle
- noRequestActive$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- normalizeSlashes(String) - Static method in class io.undertow.util.URLUtils
-
Adds a '/' prefix to the beginning of a path if one isn't present and removes trailing slashes if any are present.
- noSessionData() - Method in class io.undertow.UndertowMessages_$bundle
- noSessionData() - Method in interface io.undertow.UndertowMessages
- noSessionData() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- noSessionData() - Method in interface io.undertow.util.UndertowConnectorMessages
- noSessionData$str() - Method in class io.undertow.UndertowMessages_$bundle
- noSessionData$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- not(Predicate) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if the given predicate returns false.
- NOT - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- NOT_ATTEMPTED - Enum constant in enum io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
-
The mechanism did not attempt authentication on this request, most likely due to not discovering any applicable security tokens for this mechanisms in the request.
- NOT_AUTHENTICATED - Enum constant in enum io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
-
The mechanism attempted authentication but it did not complete, this could either be due to a failure validating the tokens from the client or it could be due to the mechanism requiring at least one additional round trip with the client - either way the request will return challenges to the client.
- NOT_SENT - Static variable in class io.undertow.security.api.AuthenticationMechanism.ChallengeResult
- notAConnectRequest() - Method in class io.undertow.UndertowMessages_$bundle
- notAConnectRequest() - Method in interface io.undertow.UndertowMessages
- notAConnectRequest() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notAConnectRequest() - Method in interface io.undertow.util.UndertowConnectorMessages
- notAConnectRequest$str() - Method in class io.undertow.UndertowMessages_$bundle
- notAConnectRequest$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notAnUpgradeRequest() - Method in class io.undertow.UndertowMessages_$bundle
- notAnUpgradeRequest() - Method in interface io.undertow.UndertowMessages
- notAnUpgradeRequest() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notAnUpgradeRequest() - Method in interface io.undertow.util.UndertowConnectorMessages
- notAnUpgradeRequest$str() - Method in class io.undertow.UndertowMessages_$bundle
- notAnUpgradeRequest$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notAValidIpPattern(String) - Method in class io.undertow.UndertowMessages_$bundle
- notAValidIpPattern(String) - Method in interface io.undertow.UndertowMessages
- notAValidIpPattern(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notAValidIpPattern(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- notAValidIpPattern$str() - Method in class io.undertow.UndertowMessages_$bundle
- notAValidIpPattern$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notAValidRegularExpressionPattern(String) - Method in class io.undertow.UndertowMessages_$bundle
- notAValidRegularExpressionPattern(String) - Method in interface io.undertow.UndertowMessages
- notAValidRegularExpressionPattern(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notAValidRegularExpressionPattern(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- notAValidRegularExpressionPattern$str() - Method in class io.undertow.UndertowMessages_$bundle
- notAValidRegularExpressionPattern$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notEnoughData() - Method in class io.undertow.UndertowMessages_$bundle
- notEnoughData() - Method in interface io.undertow.UndertowMessages
- notEnoughData() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notEnoughData() - Method in interface io.undertow.util.UndertowConnectorMessages
- notEnoughData$str() - Method in class io.undertow.UndertowMessages_$bundle
- notEnoughData$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notHandshakeRecord() - Method in class io.undertow.UndertowMessages_$bundle
- notHandshakeRecord() - Method in interface io.undertow.UndertowMessages
- notHandshakeRecord() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- notHandshakeRecord() - Method in interface io.undertow.util.UndertowConnectorMessages
- notHandshakeRecord$str() - Method in class io.undertow.UndertowMessages_$bundle
- notHandshakeRecord$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- NotificationReceiver - Interface in io.undertow.security.api
-
The interface to be interested by classes interested in processing security related notifications.
- NotificationReceiverHandler - Class in io.undertow.security.handlers
-
A
HttpHandlerto register a list ofNotificationReceiverinstances with the currentSecurityContext. - NotificationReceiverHandler(HttpHandler, Collection<NotificationReceiver>) - Constructor for class io.undertow.security.handlers.NotificationReceiverHandler
- NotPredicate - Class in io.undertow.predicate
- NullAttribute - Class in io.undertow.attribute
-
A cookie
- NullAttribute.Builder - Class in io.undertow.attribute
- nullParameter(String) - Method in class io.undertow.UndertowLogger_$logger
- nullParameter(String) - Method in interface io.undertow.UndertowLogger
- nullParameter(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- nullParameter(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- nullParameter$str() - Method in class io.undertow.UndertowLogger_$logger
- nullParameter$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
O
- objectIsClosed() - Method in class io.undertow.UndertowMessages_$bundle
- objectIsClosed() - Method in interface io.undertow.UndertowMessages
- objectIsClosed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- objectIsClosed() - Method in interface io.undertow.util.UndertowConnectorMessages
- objectIsClosed$str() - Method in class io.undertow.UndertowMessages_$bundle
- objectIsClosed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ObjectPool<T> - Interface in io.undertow.util
-
A pool of objects.
- objectWasFreed() - Method in class io.undertow.UndertowMessages_$bundle
- objectWasFreed() - Method in interface io.undertow.UndertowMessages
- objectWasFreed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- objectWasFreed() - Method in interface io.undertow.util.UndertowConnectorMessages
- objectWasFreed$str() - Method in class io.undertow.UndertowMessages_$bundle
- objectWasFreed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- offer(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- offer(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- offerFirst(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- offerFirst(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- offerFirstAndReturnToken(E) - Method in class io.undertow.util.ConcurrentDirectDeque
- offerFirstAndReturnToken(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
- offerFirstAndReturnToken(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
- offerLast(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- offerLast(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- offerLastAndReturnToken(E) - Method in class io.undertow.util.ConcurrentDirectDeque
- offerLastAndReturnToken(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
- offerLastAndReturnToken(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
- oldStylePredicateSyntax(String) - Method in class io.undertow.UndertowLogger_$logger
- oldStylePredicateSyntax(String) - Method in interface io.undertow.UndertowLogger
- oldStylePredicateSyntax(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- oldStylePredicateSyntax(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- oldStylePredicateSyntax$str() - Method in class io.undertow.UndertowLogger_$logger
- oldStylePredicateSyntax$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- OPAQUE - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- OPAQUE - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- OPAQUE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- OpenListener - Interface in io.undertow.server
-
Interface that represents an open listener, aka a connector.
- OPTIONS - Static variable in class io.undertow.util.Methods
-
Deprecated.
- OPTIONS_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- or(Predicate...) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if any of the given predicates return true.
- OR - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- ORIGIN - Static variable in class io.undertow.util.Headers
-
Deprecated.
- ORIGIN_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- OriginHandler - Class in io.undertow.server.handlers
-
A handler for the HTTP Origin (RFC 6454) header.
- OriginHandler() - Constructor for class io.undertow.server.handlers.OriginHandler
- OTHER - Enum constant in enum io.undertow.server.session.SessionConfig.SessionCookieSource
- outOfBandResponseNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- outOfBandResponseNotSupported() - Method in interface io.undertow.UndertowMessages
- outOfBandResponseNotSupported() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- outOfBandResponseNotSupported() - Method in interface io.undertow.util.UndertowConnectorMessages
- outOfBandResponseNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- outOfBandResponseNotSupported$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- outOfBandResponseOnlyAllowedFor100Continue() - Method in class io.undertow.UndertowMessages_$bundle
- outOfBandResponseOnlyAllowedFor100Continue() - Method in interface io.undertow.UndertowMessages
- outOfBandResponseOnlyAllowedFor100Continue() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- outOfBandResponseOnlyAllowedFor100Continue() - Method in interface io.undertow.util.UndertowConnectorMessages
- outOfBandResponseOnlyAllowedFor100Continue$str() - Method in class io.undertow.UndertowMessages_$bundle
- outOfBandResponseOnlyAllowedFor100Continue$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
P
- ParameterLimitException - Exception in io.undertow.util
-
Exception that is thrown if the max query or path parameter limit is exceeded
- ParameterLimitException(String) - Constructor for exception io.undertow.util.ParameterLimitException
- parameters() - Method in class io.undertow.predicate.AuthenticationRequiredPredicate.Builder
- parameters() - Method in class io.undertow.predicate.ContainsPredicate.Builder
- parameters() - Method in class io.undertow.predicate.EqualsPredicate.Builder
- parameters() - Method in class io.undertow.predicate.ExistsPredicate.Builder
- parameters() - Method in class io.undertow.predicate.IdempotentPredicate.Builder
- parameters() - Method in class io.undertow.predicate.MaxContentSizePredicate.Builder
- parameters() - Method in class io.undertow.predicate.MethodPredicate.Builder
- parameters() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
- parameters() - Method in class io.undertow.predicate.PathMatchPredicate.Builder
- parameters() - Method in class io.undertow.predicate.PathPrefixPredicate.Builder
- parameters() - Method in class io.undertow.predicate.PathSuffixPredicate.Builder
- parameters() - Method in class io.undertow.predicate.PathTemplatePredicate.Builder
- parameters() - Method in interface io.undertow.predicate.PredicateBuilder
-
Returns a map of parameters and their types.
- parameters() - Method in class io.undertow.predicate.PredicatesHandler.DoneHandlerBuilder
- parameters() - Method in class io.undertow.predicate.PredicatesHandler.RestartHandlerBuilder
- parameters() - Method in class io.undertow.predicate.RegularExpressionPredicate.Builder
- parameters() - Method in class io.undertow.predicate.SecurePredicate.Builder
- parameters() - Method in class io.undertow.server.handlers.AccessControlListHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.AllowedMethodsHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.BlockingHandler.Builder
- parameters() - Method in interface io.undertow.server.handlers.builder.HandlerBuilder
-
Returns a map of parameters and their types.
- parameters() - Method in class io.undertow.server.handlers.builder.ResponseCodeHandlerBuilder
- parameters() - Method in class io.undertow.server.handlers.builder.RewriteHandlerBuilder
- parameters() - Method in class io.undertow.server.handlers.ByteRangeHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.CanonicalPathHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.DisableCacheHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.DisallowedMethodsHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.ForwardedHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.HttpTraceHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.JDBCLogHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.LocalNameResolvingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.PathSeparatorHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.PeerNameResolvingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.ProxyPeerAddressHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.RedirectHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.RequestDumpingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.RequestLimitingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.resource.ResourceHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.ResponseRateLimitingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.SameSiteCookieHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.SecureCookieHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.SetAttributeHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.SetAttributeHandler.ClearBuilder
- parameters() - Method in class io.undertow.server.handlers.SetHeaderHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.SSLHeaderHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.StoredResponseHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.URLDecodingHandler.Builder
- parameters() - Method in class io.undertow.server.JvmRouteHandler.Builder
- parse(ByteBuf) - Method in class io.undertow.server.handlers.form.MultipartParser.ParseState
- parse(HttpHandler) - Method in interface io.undertow.server.handlers.form.FormDataParser
-
Parse the form data asynchronously.
- parse(File, ClassLoader) - Static method in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- parse(InputStream, ClassLoader) - Static method in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- parse(String) - Method in class io.undertow.attribute.ExchangeAttributeParser
-
Parses the provided value string, and turns it into a list of exchange attributes.
- parse(String) - Static method in class io.undertow.predicate.Predicates
-
parses the predicate string, and returns the result, using the TCCL to load predicate definitions
- parse(String) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- parse(String) - Static method in class io.undertow.util.ByteRange
-
Attempts to parse a range request.
- parse(String, ClassLoader) - Static method in class io.undertow.predicate.PredicateParser
- parse(String, ClassLoader) - Static method in class io.undertow.predicate.Predicates
-
parses the predicate string, and returns the result
- parse(String, ClassLoader) - Static method in class io.undertow.server.handlers.builder.HandlerParser
- parse(String, ClassLoader) - Static method in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- parse(Path, ClassLoader) - Static method in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- parse(List<String>) - Static method in class io.undertow.util.QValueParser
-
Parses a set of headers that take q values to determine the most preferred one.
- parseBlocking() - Method in interface io.undertow.server.handlers.form.FormDataParser
-
Parse the data, blocking the current thread until parsing is complete.
- parseDate(String) - Static method in class io.undertow.util.DateUtils
-
Attempts to pass a HTTP date.
- parseETagList(String) - Static method in class io.undertow.util.ETagUtils
- parseHandler(String, ClassLoader) - Static method in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- parseHeader(String) - Static method in enum io.undertow.security.impl.AuthenticationInfoToken
- parseHeader(String) - Static method in enum io.undertow.security.impl.DigestAuthorizationToken
- parseHeader(String) - Static method in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- parseHeader(String) - Method in class io.undertow.util.HeaderTokenParser
- parseIpv4Address(String) - Static method in class io.undertow.util.NetworkUtils
- parseIpv6Address(String) - Static method in class io.undertow.util.NetworkUtils
- parsePathParams(String, HttpServerExchange, String, boolean, int) - Static method in class io.undertow.util.URLUtils
- parsePathParms(String, HttpServerExchange, String, boolean, int) - Static method in class io.undertow.util.URLUtils
-
Deprecated.
- parsePredicate(String, ClassLoader) - Static method in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- parseQueryString(String) - Static method in class io.undertow.util.QueryParameterUtils
-
Deprecated.
- parseQueryString(String, HttpServerExchange, String, boolean, int) - Static method in class io.undertow.util.URLUtils
- parseQueryString(String, String) - Static method in class io.undertow.util.QueryParameterUtils
-
Parses a query string into a map
- parser(ClassLoader) - Static method in class io.undertow.attribute.ExchangeAttributes
- parser(ClassLoader, ExchangeAttributeWrapper...) - Static method in class io.undertow.attribute.ExchangeAttributes
- parserDidNotMakeProgress() - Method in class io.undertow.UndertowMessages_$bundle
- parserDidNotMakeProgress() - Method in interface io.undertow.UndertowMessages
- parserDidNotMakeProgress() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- parserDidNotMakeProgress() - Method in interface io.undertow.util.UndertowConnectorMessages
- parserDidNotMakeProgress$str() - Method in class io.undertow.UndertowMessages_$bundle
- parserDidNotMakeProgress$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- parseRequestCookies(int, boolean, List<String>) - Static method in class io.undertow.util.Cookies
-
/** Parses the cookies from a list of "Cookie:" header values.
- parseRequestTimedOut(SocketAddress) - Method in class io.undertow.UndertowLogger_$logger
- parseRequestTimedOut(SocketAddress) - Method in interface io.undertow.UndertowLogger
- parseRequestTimedOut(SocketAddress) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- parseRequestTimedOut(SocketAddress) - Method in interface io.undertow.util.UndertowConnectorLogger
- parseRequestTimedOut$str() - Method in class io.undertow.UndertowLogger_$logger
- parseRequestTimedOut$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- parseSetCookieHeader(String) - Static method in class io.undertow.util.Cookies
-
Parses a "Set-Cookie:" response header value into its cookie representation.
- parseSingleToken(String) - Method in class io.undertow.attribute.ExchangeAttributeParser
- ParseState(BufferAllocator, MultipartParser.PartHandler, String, byte[]) - Constructor for class io.undertow.server.handlers.form.MultipartParser.ParseState
- PasswordCredential - Class in io.undertow.security.idm
-
A Credential representing the password of an Account.
- PasswordCredential(char[]) - Constructor for class io.undertow.security.idm.PasswordCredential
- PATCH - Static variable in class io.undertow.util.Methods
-
Deprecated.
- PATCH_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- path() - Static method in class io.undertow.Handlers
-
Creates a new path handler
- path(HttpHandler) - Static method in class io.undertow.Handlers
-
Creates a new path handler, with the default handler specified
- path(String) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if the given path matches exactly.
- PATH - Static variable in class io.undertow.util.Cookies
- PATH_TEMPLATE_MATCH - Static variable in class io.undertow.server.handlers.PathTemplateHandler
-
Deprecated.
- PathHandler - Class in io.undertow.server.handlers
-
Handler that dispatches to a given handler based of a prefix match of the path.
- PathHandler() - Constructor for class io.undertow.server.handlers.PathHandler
- PathHandler(int) - Constructor for class io.undertow.server.handlers.PathHandler
- PathHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.PathHandler
- PathHandler(HttpHandler, int) - Constructor for class io.undertow.server.handlers.PathHandler
- PathMatch(String, String, T) - Constructor for class io.undertow.util.PathMatcher.PathMatch
- PathMatcher<T> - Class in io.undertow.util
-
Handler that dispatches to a given handler based of a prefix match of the path.
- PathMatcher() - Constructor for class io.undertow.util.PathMatcher
- PathMatcher(T) - Constructor for class io.undertow.util.PathMatcher
- PathMatcher.PathMatch<T> - Class in io.undertow.util
- PathMatchPredicate - Class in io.undertow.predicate
- PathMatchPredicate.Builder - Class in io.undertow.predicate
- PathMatchResult(Map<String, String>, String, T) - Constructor for class io.undertow.util.PathTemplateMatcher.PathMatchResult
- pathMustBeSpecified() - Method in class io.undertow.UndertowMessages_$bundle
- pathMustBeSpecified() - Method in interface io.undertow.UndertowMessages
- pathMustBeSpecified() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pathMustBeSpecified() - Method in interface io.undertow.util.UndertowConnectorMessages
- pathMustBeSpecified$str() - Method in class io.undertow.UndertowMessages_$bundle
- pathMustBeSpecified$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- PathParameterAttribute - Class in io.undertow.attribute
-
Path parameter
- PathParameterAttribute(String) - Constructor for class io.undertow.attribute.PathParameterAttribute
- PathParameterAttribute.Builder - Class in io.undertow.attribute
- PathParameterSessionConfig - Class in io.undertow.server.session
-
Session config that is based on a path parameter and URL rewriting
- PathParameterSessionConfig() - Constructor for class io.undertow.server.session.PathParameterSessionConfig
- PathParameterSessionConfig(String) - Constructor for class io.undertow.server.session.PathParameterSessionConfig
- PathPrefixPredicate - Class in io.undertow.predicate
- PathPrefixPredicate.Builder - Class in io.undertow.predicate
- PathResource - Class in io.undertow.server.handlers.resource
-
A path resource
- PathResource(Path, PathResourceManager, String) - Constructor for class io.undertow.server.handlers.resource.PathResource
- PathResource(Path, PathResourceManager, String, ETag) - Constructor for class io.undertow.server.handlers.resource.PathResource
- PathResourceManager - Class in io.undertow.server.handlers.resource
-
Serves files from the file system.
- PathResourceManager(long, boolean, boolean, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager(long, boolean, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager(Path) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager(Path, long) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager(Path, long, boolean) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager(Path, long, boolean, boolean, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager(Path, long, boolean, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager(Path, long, boolean, String...) - Constructor for class io.undertow.server.handlers.resource.PathResourceManager
- PathResourceManager.Builder - Class in io.undertow.server.handlers.resource
- PathResourceManager.ETagFunction - Interface in io.undertow.server.handlers.resource
- paths(String...) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if any of the given paths match exactly.
- PathSeparatorHandler - Class in io.undertow.server.handlers
-
A handler that translates non slash separator characters in the URL into a slash.
- PathSeparatorHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.PathSeparatorHandler
- PathSeparatorHandler.Builder - Class in io.undertow.server.handlers
- PathSuffixPredicate - Class in io.undertow.predicate
- PathSuffixPredicate.Builder - Class in io.undertow.predicate
- pathTemplate() - Static method in class io.undertow.Handlers
- pathTemplate(boolean) - Static method in class io.undertow.Handlers
- PathTemplate - Class in io.undertow.util
-
Represents a parsed web socket path template.
- PathTemplateHandler - Class in io.undertow.server.handlers
-
A handler that matches URI templates
- PathTemplateHandler() - Constructor for class io.undertow.server.handlers.PathTemplateHandler
- PathTemplateHandler(boolean) - Constructor for class io.undertow.server.handlers.PathTemplateHandler
- PathTemplateHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.PathTemplateHandler
- PathTemplateHandler(HttpHandler, boolean) - Constructor for class io.undertow.server.handlers.PathTemplateHandler
- PathTemplateHandler.PathTemplateMatch - Class in io.undertow.server.handlers
-
Deprecated.
- PathTemplateMatch - Class in io.undertow.util
-
The result of a path template match.
- PathTemplateMatch(String, Map<String, String>) - Constructor for class io.undertow.server.handlers.PathTemplateHandler.PathTemplateMatch
-
Deprecated.
- PathTemplateMatch(String, Map<String, String>) - Constructor for class io.undertow.util.PathTemplateMatch
- PathTemplateMatcher<T> - Class in io.undertow.util
-
Utility class that provides fast path matching of path templates.
- PathTemplateMatcher() - Constructor for class io.undertow.util.PathTemplateMatcher
- PathTemplateMatcher.PathMatchResult<T> - Class in io.undertow.util
- PathTemplatePredicate - Class in io.undertow.predicate
- PathTemplatePredicate(String, ExchangeAttribute) - Constructor for class io.undertow.predicate.PathTemplatePredicate
- PathTemplatePredicate.Builder - Class in io.undertow.predicate
- peek() - Method in class io.undertow.util.FastConcurrentDirectDeque
- peek() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- peekFirst() - Method in class io.undertow.util.FastConcurrentDirectDeque
- peekFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- peekLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- peekLast() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- PeerNameResolvingHandler - Class in io.undertow.server.handlers
-
A handler that performs reverse DNS lookup to resolve a peer address
- PeerNameResolvingHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.PeerNameResolvingHandler
- PeerNameResolvingHandler(HttpHandler, PeerNameResolvingHandler.ResolveType) - Constructor for class io.undertow.server.handlers.PeerNameResolvingHandler
- PeerNameResolvingHandler.Builder - Class in io.undertow.server.handlers
- PeerNameResolvingHandler.ResolveType - Enum in io.undertow.server.handlers
- peerUnverified() - Method in class io.undertow.UndertowMessages_$bundle
- peerUnverified() - Method in interface io.undertow.UndertowMessages
- peerUnverified() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- peerUnverified() - Method in interface io.undertow.util.UndertowConnectorMessages
- peerUnverified$str() - Method in class io.undertow.UndertowMessages_$bundle
- peerUnverified$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pingNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- pingNotSupported() - Method in interface io.undertow.UndertowMessages
- pingNotSupported() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pingNotSupported() - Method in interface io.undertow.util.UndertowConnectorMessages
- pingNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- pingNotSupported$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pingTimeout() - Method in class io.undertow.UndertowMessages_$bundle
- pingTimeout() - Method in interface io.undertow.UndertowMessages
- pingTimeout() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pingTimeout() - Method in interface io.undertow.util.UndertowConnectorMessages
- pingTimeout$str() - Method in class io.undertow.UndertowMessages_$bundle
- pingTimeout$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- PipeliningExecutor - Class in io.undertow.util
-
Deprecated.
- PipeliningExecutor(Executor) - Constructor for class io.undertow.util.PipeliningExecutor
-
Deprecated.
- poll() - Method in class io.undertow.util.FastConcurrentDirectDeque
- poll() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- pollFirst() - Method in class io.undertow.util.FastConcurrentDirectDeque
- pollFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- pollLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- pollLast() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- PooledObject<T> - Interface in io.undertow.util
-
Represents a generic pooled object
- poolIsClosed() - Method in class io.undertow.UndertowMessages_$bundle
- poolIsClosed() - Method in interface io.undertow.UndertowMessages
- poolIsClosed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- poolIsClosed() - Method in interface io.undertow.util.UndertowConnectorMessages
- poolIsClosed$str() - Method in class io.undertow.UndertowMessages_$bundle
- poolIsClosed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pop() - Method in class io.undertow.util.FastConcurrentDirectDeque
- pop() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- PortableConcurrentDirectDeque<E> - Class in io.undertow.util
-
A modified version of ConcurrentLinkedDequeue which includes direct removal and is portable accorss all JVMs.
- PortableConcurrentDirectDeque() - Constructor for class io.undertow.util.PortableConcurrentDirectDeque
-
Constructs an empty deque.
- PortableConcurrentDirectDeque(Collection<? extends E>) - Constructor for class io.undertow.util.PortableConcurrentDirectDeque
-
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
- post(String, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- post(String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- POST - Static variable in class io.undertow.util.Methods
-
Deprecated.
- POST_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- potentialCrossTalking(InetAddress, String, String) - Method in class io.undertow.UndertowLogger_$logger
- potentialCrossTalking(InetAddress, String, String) - Method in interface io.undertow.UndertowLogger
- potentialCrossTalking(InetAddress, String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- potentialCrossTalking(InetAddress, String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- potentialCrossTalking$str() - Method in class io.undertow.UndertowLogger_$logger
- potentialCrossTalking$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- PRAGMA - Static variable in class io.undertow.util.Headers
-
Deprecated.
- PRAGMA_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- PRE_CHUNKED_RESPONSE - Static variable in class io.undertow.util.HttpAttachments
-
If the value
trueis 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. - preCommit(HttpExchange) - Method in class io.undertow.server.HttpServerExchange
- PreCompressedResourceSupplier - Class in io.undertow.server.handlers.resource
-
A resource supplier that allows pre-compressed resources to be served if the client accepts the request.
- PreCompressedResourceSupplier(ResourceManager) - Constructor for class io.undertow.server.handlers.resource.PreCompressedResourceSupplier
- predicate(Predicate, HttpHandler, HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a new predicate handler, that will delegate to one of the two provided handlers based on the value of the provided predicate.
- Predicate - Interface in io.undertow.predicate
-
A predicate.
- PREDICATE_CONTEXT - Static variable in interface io.undertow.predicate.Predicate
-
Attachment key that can be used to store additional predicate context that allows the predicates to store additional information.
- PredicateBuilder - Interface in io.undertow.predicate
-
An interface that knows how to build a predicate from a textual representation.
- predicateContext(HttpHandler) - Static method in class io.undertow.Handlers
- PredicateContextAttribute - Class in io.undertow.attribute
- PredicateContextAttribute(String) - Constructor for class io.undertow.attribute.PredicateContextAttribute
- PredicateContextAttribute.Builder - Class in io.undertow.attribute
- PredicateContextHandler - Class in io.undertow.server.handlers
-
Handler that sets up the predicate context
- PredicateContextHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.PredicateContextHandler
- PredicatedHandler - Class in io.undertow.server.handlers.builder
- PredicatedHandler(Predicate, HandlerWrapper) - Constructor for class io.undertow.server.handlers.builder.PredicatedHandler
- PredicatedHandler(Predicate, HandlerWrapper, HandlerWrapper) - Constructor for class io.undertow.server.handlers.builder.PredicatedHandler
- PredicatedHandlersParser - Class in io.undertow.server.handlers.builder
-
Parser for the undertow-handlers.conf file.
- PredicatedHandlersParser() - Constructor for class io.undertow.server.handlers.builder.PredicatedHandlersParser
- PredicatedHandlersParser.Node - Interface in io.undertow.server.handlers.builder
- PredicateHandler - Class in io.undertow.server.handlers
- PredicateHandler(Predicate, HttpHandler, HttpHandler) - Constructor for class io.undertow.server.handlers.PredicateHandler
- PredicateParser - Class in io.undertow.predicate
-
Parser that can build a predicate from a string representation.
- PredicateParser() - Constructor for class io.undertow.predicate.PredicateParser
- predicates(List<PredicatedHandler>, HttpHandler) - Static method in class io.undertow.Handlers
- Predicates - Class in io.undertow.predicate
-
Utility class used for creating predicates
- PredicatesHandler - Class in io.undertow.predicate
-
Handler that can deal with a large number of predicates.
- PredicatesHandler(HttpHandler) - Constructor for class io.undertow.predicate.PredicatesHandler
- PredicatesHandler(HttpHandler, boolean) - Constructor for class io.undertow.predicate.PredicatesHandler
- PredicatesHandler.DoneHandlerBuilder - Class in io.undertow.predicate
- PredicatesHandler.RestartHandlerBuilder - Class in io.undertow.predicate
- PredicatesHandler.Wrapper - Class in io.undertow.predicate
- prefix(String) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if the given relative path starts with the provided prefix.
- prefixes(String...) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if the relative request path matches any of the provided prefixes.
- priority() - Method in class io.undertow.attribute.AuthenticationTypeExchangeAttribute.Builder
- priority() - Method in class io.undertow.attribute.BytesSentAttribute.Builder
- priority() - Method in class io.undertow.attribute.CookieAttribute.Builder
- priority() - Method in class io.undertow.attribute.DateTimeAttribute.Builder
- priority() - Method in interface io.undertow.attribute.ExchangeAttributeBuilder
-
The priority of the builder.
- priority() - Method in class io.undertow.attribute.HostAndPortAttribute.Builder
- priority() - Method in class io.undertow.attribute.IdentUsernameAttribute.Builder
- priority() - Method in class io.undertow.attribute.LocalIPAttribute.Builder
- priority() - Method in class io.undertow.attribute.LocalPortAttribute.Builder
- priority() - Method in class io.undertow.attribute.LocalServerNameAttribute.Builder
- priority() - Method in class io.undertow.attribute.NullAttribute.Builder
- priority() - Method in class io.undertow.attribute.PathParameterAttribute.Builder
- priority() - Method in class io.undertow.attribute.PredicateContextAttribute.Builder
- priority() - Method in class io.undertow.attribute.QueryParameterAttribute.Builder
- priority() - Method in class io.undertow.attribute.QueryStringAttribute.Builder
- priority() - Method in class io.undertow.attribute.RelativePathAttribute.Builder
- priority() - Method in class io.undertow.attribute.RemoteHostAttribute.Builder
- priority() - Method in class io.undertow.attribute.RemoteIPAttribute.Builder
- priority() - Method in class io.undertow.attribute.RemoteUserAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestHeaderAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestLineAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestMethodAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestPathAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestProtocolAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestSchemeAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestURLAttribute.Builder
- priority() - Method in class io.undertow.attribute.ResolvedPathAttribute.Builder
- priority() - Method in class io.undertow.attribute.ResponseCodeAttribute.Builder
- priority() - Method in class io.undertow.attribute.ResponseHeaderAttribute.Builder
- priority() - Method in class io.undertow.attribute.ResponseTimeAttribute.Builder
- priority() - Method in class io.undertow.attribute.SecureExchangeAttribute.Builder
- priority() - Method in class io.undertow.attribute.SslCipherAttribute.Builder
- priority() - Method in class io.undertow.attribute.SslClientCertAttribute.Builder
- priority() - Method in class io.undertow.attribute.SslSessionIdAttribute.Builder
- priority() - Method in class io.undertow.attribute.ThreadNameAttribute.Builder
- priority() - Method in class io.undertow.attribute.TransportProtocolAttribute.Builder
- PRO_ACTIVE - Enum constant in enum io.undertow.security.api.AuthenticationMode
-
Where the authentication mode is set to pro-active each request on arrival will be passed to the defined authentication mechanisms to eagerly perform authentication if there is sufficient information available in order to do so.
- PROPFIND - Static variable in class io.undertow.util.Methods
-
Deprecated.
- PROPFIND_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- PROPPATCH - Static variable in class io.undertow.util.Methods
-
Deprecated.
- PROPPATCH_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- PROTO - Static variable in class io.undertow.server.handlers.ForwardedHandler
- protocol(String) - Method in class io.undertow.server.HttpServerExchange
-
Sets the http getProtocol
- Protocols - Class in io.undertow.util
-
Deprecated.
- PROXY_AUTHENTICATE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- PROXY_AUTHENTICATE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- PROXY_AUTHORIZATION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- PROXY_AUTHORIZATION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- PROXY_REQUEST_LOGGER - Static variable in interface io.undertow.UndertowLogger
- PROXY_REQUEST_LOGGER - Static variable in interface io.undertow.util.UndertowConnectorLogger
- proxyAdvertiseCannotSendMessage(Exception, InetSocketAddress) - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertiseCannotSendMessage(Exception, InetSocketAddress) - Method in interface io.undertow.UndertowLogger
- proxyAdvertiseCannotSendMessage(Exception, InetSocketAddress) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyAdvertiseCannotSendMessage(Exception, InetSocketAddress) - Method in interface io.undertow.util.UndertowConnectorLogger
- proxyAdvertiseCannotSendMessage$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertiseCannotSendMessage$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyAdvertisementsStarted(String, int) - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertisementsStarted(String, int) - Method in interface io.undertow.UndertowLogger
- proxyAdvertisementsStarted(String, int) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyAdvertisementsStarted(String, int) - Method in interface io.undertow.util.UndertowConnectorLogger
- proxyAdvertisementsStarted$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertisementsStarted$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyAdvertiseMessagePayload(String) - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertiseMessagePayload(String) - Method in interface io.undertow.UndertowLogger
- proxyAdvertiseMessagePayload(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyAdvertiseMessagePayload(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- proxyAdvertiseMessagePayload$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertiseMessagePayload$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyConnectionFailed(int) - Method in class io.undertow.UndertowMessages_$bundle
- proxyConnectionFailed(int) - Method in interface io.undertow.UndertowMessages
- proxyConnectionFailed(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- proxyConnectionFailed(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- proxyConnectionFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- proxyConnectionFailed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- proxyFailedToConnectToBackend(String, URI) - Method in class io.undertow.UndertowLogger_$logger
- proxyFailedToConnectToBackend(String, URI) - Method in interface io.undertow.UndertowLogger
- proxyFailedToConnectToBackend(String, URI) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyFailedToConnectToBackend(String, URI) - Method in interface io.undertow.util.UndertowConnectorLogger
- proxyFailedToConnectToBackend$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyFailedToConnectToBackend$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyPeerAddress(HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a new handler that sets the peer address based on the X-Forwarded-For and X-Forwarded-Proto header
- ProxyPeerAddressHandler - Class in io.undertow.server.handlers
-
Handler that sets the peer address to the value of the X-Forwarded-For header.
- ProxyPeerAddressHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.ProxyPeerAddressHandler
- ProxyPeerAddressHandler.Builder - Class in io.undertow.server.handlers
- proxyRequestFailed(String, Exception) - Method in class io.undertow.UndertowLogger_$logger
- proxyRequestFailed(String, Exception) - Method in interface io.undertow.UndertowLogger
- proxyRequestFailed(String, Exception) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- proxyRequestFailed(String, Exception) - Method in interface io.undertow.util.UndertowConnectorLogger
- proxyRequestFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyRequestFailed$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- pseudoHeaderInWrongOrder(HttpString) - Method in class io.undertow.UndertowMessages_$bundle
- pseudoHeaderInWrongOrder(HttpString) - Method in interface io.undertow.UndertowMessages
- pseudoHeaderInWrongOrder(HttpString) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pseudoHeaderInWrongOrder(HttpString) - Method in interface io.undertow.util.UndertowConnectorMessages
- pseudoHeaderInWrongOrder$str() - Method in class io.undertow.UndertowMessages_$bundle
- pseudoHeaderInWrongOrder$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- push(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
- push(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
- pushPromiseCanOnlyBeCreatedByServer() - Method in class io.undertow.UndertowMessages_$bundle
- pushPromiseCanOnlyBeCreatedByServer() - Method in interface io.undertow.UndertowMessages
- pushPromiseCanOnlyBeCreatedByServer() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pushPromiseCanOnlyBeCreatedByServer() - Method in interface io.undertow.util.UndertowConnectorMessages
- pushPromiseCanOnlyBeCreatedByServer$str() - Method in class io.undertow.UndertowMessages_$bundle
- pushPromiseCanOnlyBeCreatedByServer$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- pushResource(String, String, Map<String, List<String>>) - Method in class io.undertow.server.HttpServerExchange
- put(String, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- put(String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- put(String, String, HttpHeaders) - Method in class io.undertow.server.handlers.form.FormData
- put(String, V) - Method in class io.undertow.util.SubstringMap
- put(K, V) - Method in class io.undertow.util.CopyOnWriteMap
- PUT - Static variable in class io.undertow.util.Methods
-
Deprecated.
- PUT_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- putAll(Map<? extends K, ? extends V>) - Method in class io.undertow.util.CopyOnWriteMap
- putAttachment(AttachmentKey<T>, T) - Method in class io.undertow.util.AbstractAttachable
-
Set an attachment value.
- putAttachment(AttachmentKey<T>, T) - Method in interface io.undertow.util.Attachable
-
Set an attachment value.
- putIfAbsent(K, V) - Method in class io.undertow.util.CopyOnWriteMap
Q
- QOP - Static variable in class io.undertow.util.Headers
-
Deprecated.
- QUERY_STRING - Static variable in class io.undertow.attribute.QueryStringAttribute
- QUERY_STRING_SHORT - Static variable in class io.undertow.attribute.QueryStringAttribute
- QueryParameterAttribute - Class in io.undertow.attribute
-
Query parameter
- QueryParameterAttribute(String) - Constructor for class io.undertow.attribute.QueryParameterAttribute
- QueryParameterAttribute.Builder - Class in io.undertow.attribute
- QueryParameterUtils - Class in io.undertow.util
-
Methods for dealing with the query string
- queryString() - Static method in class io.undertow.attribute.ExchangeAttributes
- QueryStringAttribute - Class in io.undertow.attribute
-
The query string
- QueryStringAttribute.Builder - Class in io.undertow.attribute
- QuotingExchangeAttribute - Class in io.undertow.attribute
-
Exchange attribute that wraps string attributes in quotes.
- QuotingExchangeAttribute(ExchangeAttribute) - Constructor for class io.undertow.attribute.QuotingExchangeAttribute
- QuotingExchangeAttribute.Wrapper - Class in io.undertow.attribute
- QValueParser - Class in io.undertow.util
-
Utility class for parsing headers that accept q values
- QValueParser.QValueResult - Class in io.undertow.util
- QValueResult() - Constructor for class io.undertow.util.QValueParser.QValueResult
R
- Range(long, long) - Constructor for class io.undertow.util.ByteRange.Range
- RANGE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- RANGE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- RangeAwareResource - Interface in io.undertow.server.handlers.resource
-
A resource implementation that
- RangeResponseResult(long, long, long, String, int) - Constructor for class io.undertow.util.ByteRange.RangeResponseResult
- read() - Method in class io.undertow.util.FlexBase64.DecoderInputStream
- read() - Method in class io.undertow.util.FlexBase64.EncoderInputStream
- read(byte[], int, int) - Method in class io.undertow.util.FlexBase64.DecoderInputStream
- read(byte[], int, int) - Method in class io.undertow.util.FlexBase64.EncoderInputStream
- readAsync() - Method in class io.undertow.server.HttpServerExchange
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.AuthenticationTypeExchangeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.BytesSentAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.CompositeExchangeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ConstantExchangeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.CookieAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.DateTimeAttribute
- readAttribute(HttpServerExchange) - Method in interface io.undertow.attribute.ExchangeAttribute
-
Resolve the attribute from the HTTP server exchange.
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.HostAndPortAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.IdentUsernameAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.LocalIPAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.LocalPortAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.LocalServerNameAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.NullAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.PathParameterAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.PredicateContextAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.QueryParameterAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.QueryStringAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.QuotingExchangeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RelativePathAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RemoteHostAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RemoteIPAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RemoteUserAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestHeaderAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestLineAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestMethodAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestPathAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestProtocolAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestSchemeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestURLAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ResolvedPathAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ResponseCodeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ResponseHeaderAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ResponseTimeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.SecureExchangeAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.SslCipherAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.SslClientCertAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.SslSessionIdAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.SubstituteEmptyWrapper.SubstituteEmptyAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ThreadNameAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.TransportProtocolAttribute
- readBlocking() - Method in class io.undertow.server.HttpServerExchange
-
Reads some data.
- readBytesAvailable() - Method in class io.undertow.server.HttpServerExchange
- readFile(InputStream) - Static method in class io.undertow.util.FileUtils
-
Reads the
fileand converting it tousing UTF-8 encoding. - readFile(Class<?>, String) - Static method in class io.undertow.util.FileUtils
- readFile(URL) - Static method in class io.undertow.util.FileUtils
- ReadOnlyAttributeException - Exception in io.undertow.attribute
-
An exception that is thrown when an attribute is read only
- ReadOnlyAttributeException() - Constructor for exception io.undertow.attribute.ReadOnlyAttributeException
- ReadOnlyAttributeException(String, String) - Constructor for exception io.undertow.attribute.ReadOnlyAttributeException
- readResolve() - Method in class io.undertow.UndertowMessages_$bundle
- readResolve() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- REALM - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- REALM - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- REALM - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- REALM - Static variable in class io.undertow.util.Headers
-
Deprecated.
- reasonPhraseToLargeForBuffer(String) - Method in class io.undertow.UndertowMessages_$bundle
- reasonPhraseToLargeForBuffer(String) - Method in interface io.undertow.UndertowMessages
- reasonPhraseToLargeForBuffer(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- reasonPhraseToLargeForBuffer(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- reasonPhraseToLargeForBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- reasonPhraseToLargeForBuffer$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- receivedAccumulator() - Method in class io.undertow.server.ConnectorStatisticsImpl
- receivedNodeLoad(String, String) - Method in class io.undertow.UndertowLogger_$logger
- receivedNodeLoad(String, String) - Method in interface io.undertow.UndertowLogger
- receivedNodeLoad(String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- receivedNodeLoad(String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- receivedNodeLoad$str() - Method in class io.undertow.UndertowLogger_$logger
- receivedNodeLoad$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- recursiveCallToFlushingSenders() - Method in class io.undertow.UndertowMessages_$bundle
- recursiveCallToFlushingSenders() - Method in interface io.undertow.UndertowMessages
- recursiveCallToFlushingSenders() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- recursiveCallToFlushingSenders() - Method in interface io.undertow.util.UndertowConnectorMessages
- recursiveCallToFlushingSenders$str() - Method in class io.undertow.UndertowMessages_$bundle
- recursiveCallToFlushingSenders$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- redirect(HttpServerExchange, String) - Static method in class io.undertow.util.RedirectBuilder
-
Redirects to a new relative path.
- redirect(HttpServerExchange, String, boolean) - Static method in class io.undertow.util.RedirectBuilder
-
Redirects to a new relative path.
- redirect(String) - Static method in class io.undertow.Handlers
-
Returns a new redirect handler
- RedirectBuilder - Class in io.undertow.util
-
Utility class for building redirects.
- RedirectHandler - Class in io.undertow.server.handlers
-
A redirect handler that redirects to the specified location via a 302 redirect.
- RedirectHandler(ExchangeAttribute) - Constructor for class io.undertow.server.handlers.RedirectHandler
- RedirectHandler(String) - Constructor for class io.undertow.server.handlers.RedirectHandler
- RedirectHandler(String, ClassLoader) - Constructor for class io.undertow.server.handlers.RedirectHandler
- RedirectHandler.Builder - Class in io.undertow.server.handlers
- reference() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- REFERER - Static variable in class io.undertow.util.Headers
-
Deprecated.
- REFERER_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- REFERRER_POLICY - Static variable in class io.undertow.util.Headers
-
Deprecated.
- REFERRER_POLICY_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- REFRESH - Static variable in class io.undertow.util.Headers
-
Deprecated.
- REFRESH_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- regex(ExchangeAttribute, String) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that matches the given attribute against a regex.
- regex(ExchangeAttribute, String, boolean) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that matches the given attribute against a regex.
- regex(String, String, ClassLoader, boolean) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that matches the given attribute against a regex.
- registeringContext(String, String) - Method in class io.undertow.UndertowLogger_$logger
- registeringContext(String, String) - Method in interface io.undertow.UndertowLogger
- registeringContext(String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- registeringContext(String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- registeringContext(String, String, List<String>) - Method in class io.undertow.UndertowLogger_$logger
- registeringContext(String, String, List<String>) - Method in interface io.undertow.UndertowLogger
- registeringContext(String, String, List<String>) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- registeringContext(String, String, List<String>) - Method in interface io.undertow.util.UndertowConnectorLogger
- registeringContext2$str() - Method in class io.undertow.UndertowLogger_$logger
- registeringContext2$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- registeringContext3$str() - Method in class io.undertow.UndertowLogger_$logger
- registeringContext3$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- registeringNode(String, URI) - Method in class io.undertow.UndertowLogger_$logger
- registeringNode(String, URI) - Method in interface io.undertow.UndertowLogger
- registeringNode(String, URI) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- registeringNode(String, URI) - Method in interface io.undertow.util.UndertowConnectorLogger
- registeringNode$str() - Method in class io.undertow.UndertowLogger_$logger
- registeringNode$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- registerNotificationReceiver(NotificationReceiver) - Method in interface io.undertow.security.api.SecurityContext
-
Register a
NotificationReceiverinterested in receiving notifications for security events that happen on this SecurityContext. - registerNotificationReceiver(NotificationReceiver) - Method in class io.undertow.security.impl.AbstractSecurityContext
- registerSessionListener(SessionListener) - Method in class io.undertow.server.session.InMemorySessionManager
- registerSessionListener(SessionListener) - Method in interface io.undertow.server.session.SessionManager
-
Registers a session listener for the session manager
- RegularExpressionPredicate - Class in io.undertow.predicate
-
A predicate that does a regex match against an exchange.
- RegularExpressionPredicate(String, ExchangeAttribute) - Constructor for class io.undertow.predicate.RegularExpressionPredicate
- RegularExpressionPredicate(String, ExchangeAttribute, boolean) - Constructor for class io.undertow.predicate.RegularExpressionPredicate
- RegularExpressionPredicate(String, ExchangeAttribute, boolean, boolean) - Constructor for class io.undertow.predicate.RegularExpressionPredicate
- RegularExpressionPredicate.Builder - Class in io.undertow.predicate
- rejectExchange(HttpServerExchange) - Static method in class io.undertow.server.HttpContinue
-
Sets a 417 response code and ends the exchange.
- RELATIVE_PATH - Static variable in class io.undertow.attribute.RelativePathAttribute
- RELATIVE_PATH_SHORT - Static variable in class io.undertow.attribute.RelativePathAttribute
- relativePath() - Static method in class io.undertow.attribute.ExchangeAttributes
- RelativePathAttribute - Class in io.undertow.attribute
-
The relative path
- RelativePathAttribute.Builder - Class in io.undertow.attribute
- REMOTE_HOST - Static variable in class io.undertow.attribute.RemoteHostAttribute
- REMOTE_HOST_NAME_SHORT - Static variable in class io.undertow.attribute.RemoteHostAttribute
- REMOTE_IP - Static variable in class io.undertow.attribute.RemoteIPAttribute
- REMOTE_IP_SHORT - Static variable in class io.undertow.attribute.RemoteIPAttribute
- REMOTE_USER - Static variable in class io.undertow.attribute.RemoteUserAttribute
- REMOTE_USER_SHORT - Static variable in class io.undertow.attribute.RemoteUserAttribute
- remoteEndpointFailedToSendInitialSettings(int) - Method in class io.undertow.UndertowLogger_$logger
- remoteEndpointFailedToSendInitialSettings(int) - Method in interface io.undertow.UndertowLogger
- remoteEndpointFailedToSendInitialSettings(int) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- remoteEndpointFailedToSendInitialSettings(int) - Method in interface io.undertow.util.UndertowConnectorLogger
- remoteEndpointFailedToSendInitialSettings$str() - Method in class io.undertow.UndertowLogger_$logger
- remoteEndpointFailedToSendInitialSettings$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- RemoteHostAttribute - Class in io.undertow.attribute
-
The remote Host address (if resolved)
- RemoteHostAttribute.Builder - Class in io.undertow.attribute
- remoteIp() - Static method in class io.undertow.attribute.ExchangeAttributes
- RemoteIPAttribute - Class in io.undertow.attribute
-
The remote IP address
- RemoteIPAttribute.Builder - Class in io.undertow.attribute
- remoteUser() - Static method in class io.undertow.attribute.ExchangeAttributes
- RemoteUserAttribute - Class in io.undertow.attribute
-
The remote user
- RemoteUserAttribute.Builder - Class in io.undertow.attribute
- remove() - Method in class io.undertow.util.FastConcurrentDirectDeque
- remove() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- remove(int) - Method in class io.undertow.util.AttachmentList
- remove(Session) - Method in interface io.undertow.security.impl.SingleSignOn
-
Removes the specified session from the set of sessions to which the user is authenticated
- remove(Object) - Method in class io.undertow.server.handlers.cache.DirectBufferCache
- remove(Object) - Method in class io.undertow.util.AttachmentList
- remove(Object) - Method in class io.undertow.util.CopyOnWriteMap
- remove(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - remove(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - remove(Object, Object) - Method in class io.undertow.util.CopyOnWriteMap
- remove(String) - Method in class io.undertow.server.handlers.form.FormData
- remove(String) - Method in class io.undertow.server.handlers.PathTemplateHandler
- remove(String) - Method in class io.undertow.server.RoutingHandler
-
Removes the specified route from the handler
- remove(String) - Method in class io.undertow.util.PathTemplateMatcher
- remove(String) - Method in class io.undertow.util.SubstringMap
- remove(String, String) - Method in class io.undertow.server.RoutingHandler
-
Removes the specified route from the handler
- remove(K) - Method in class io.undertow.server.handlers.cache.LRUCache
- removeAll(Collection<?>) - Method in class io.undertow.util.AttachmentList
- removeAttachment(AttachmentKey<T>) - Method in class io.undertow.util.AbstractAttachable
-
Remove an attachment, returning its previous value.
- removeAttachment(AttachmentKey<T>) - Method in interface io.undertow.util.Attachable
-
Remove an attachment, returning its previous value.
- removeAttribute(String) - Method in interface io.undertow.server.session.Session
-
Removes the object bound with the specified name from this session.
- removeContextInformation(String) - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- removeContextInformation(String) - Method in class io.undertow.server.ListenerRegistry.Listener
- REMOVED - Enum constant in enum io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
A file was removed from a directory.
- removeEncoding(String) - Method in class io.undertow.server.handlers.resource.PreCompressedResourceSupplier
- removeExactPath(String) - Method in class io.undertow.server.handlers.PathHandler
- removeExactPath(String) - Method in class io.undertow.util.PathMatcher
- removeFirst() - Method in class io.undertow.util.FastConcurrentDirectDeque
- removeFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- removeFirstOccurrence(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - removeFirstOccurrence(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - removeHost(String) - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- removeHttpUpgradeMetadata(ListenerRegistry.HttpUpgradeMetadata) - Method in class io.undertow.server.ListenerRegistry.Listener
- removeInternal(Object) - Method in class io.undertow.util.CopyOnWriteMap
- removeLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- removeLast() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- removeLastOccurrence(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Removes the last element
esuch thato.equals(e), if such an element exists in this deque. - removeLastOccurrence(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Removes the last element
esuch thato.equals(e), if such an element exists in this deque. - removeListener(String) - Method in class io.undertow.server.ListenerRegistry
- removeNotificationReceiver(NotificationReceiver) - Method in interface io.undertow.security.api.SecurityContext
-
Remove a previously registered
NotificationReceiverfrom this SecurityContext. - removeNotificationReceiver(NotificationReceiver) - Method in class io.undertow.security.impl.AbstractSecurityContext
- removePath(String) - Method in class io.undertow.server.handlers.PathHandler
-
Deprecated.
- removePath(String) - Method in class io.undertow.util.PathMatcher
-
Deprecated.
- removePrefixPath(String) - Method in class io.undertow.server.handlers.PathHandler
- removePrefixPath(String) - Method in class io.undertow.util.PathMatcher
- removeRequestHeader(String) - Method in class io.undertow.server.HttpServerExchange
- removeResponseHeader(String) - Method in class io.undertow.server.HttpServerExchange
- removeSessionListener(SessionListener) - Method in class io.undertow.server.session.InMemorySessionManager
- removeSessionListener(SessionListener) - Method in class io.undertow.server.session.SessionListeners
- removeSessionListener(SessionListener) - Method in interface io.undertow.server.session.SessionManager
-
Removes a session listener from the session manager
- removeSingleSignOn(SingleSignOn) - Method in class io.undertow.security.impl.InMemorySingleSignOnManager
- removeSingleSignOn(SingleSignOn) - Method in interface io.undertow.security.impl.SingleSignOnManager
- removeToken(Object) - Method in class io.undertow.util.ConcurrentDirectDeque
- removeToken(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
- removeToken(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
- removingNode(String) - Method in class io.undertow.UndertowLogger_$logger
- removingNode(String) - Method in interface io.undertow.UndertowLogger
- removingNode(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- removingNode(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- removingNode$str() - Method in class io.undertow.UndertowLogger_$logger
- removingNode$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- renderDirectoryListing(HttpServerExchange, Resource) - Static method in class io.undertow.server.handlers.resource.DirectoryUtils
- renderDirectoryListing(String, Resource) - Static method in class io.undertow.server.handlers.resource.DirectoryUtils
- renegotiate(ClientAuth) - Method in class io.undertow.server.BasicSSLSessionInfo
- renegotiationNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- renegotiationNotSupported() - Method in interface io.undertow.UndertowMessages
- renegotiationNotSupported() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- renegotiationNotSupported() - Method in interface io.undertow.util.UndertowConnectorMessages
- renegotiationNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- renegotiationNotSupported$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- rengotiationFailed() - Method in class io.undertow.UndertowMessages_$bundle
- rengotiationFailed() - Method in interface io.undertow.UndertowMessages
- rengotiationFailed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- rengotiationFailed() - Method in interface io.undertow.util.UndertowConnectorMessages
- rengotiationFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- rengotiationFailed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- rengotiationTimedOut() - Method in class io.undertow.UndertowMessages_$bundle
- rengotiationTimedOut() - Method in interface io.undertow.UndertowMessages
- rengotiationTimedOut() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- rengotiationTimedOut() - Method in interface io.undertow.util.UndertowConnectorMessages
- rengotiationTimedOut$str() - Method in class io.undertow.UndertowMessages_$bundle
- rengotiationTimedOut$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- replace(K, V) - Method in class io.undertow.util.CopyOnWriteMap
- replace(K, V, V) - Method in class io.undertow.util.CopyOnWriteMap
- REPORT - Static variable in class io.undertow.util.Methods
-
Deprecated.
- REPORT_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- REQUEST_ATTRIBUTES - Static variable in class io.undertow.server.HttpServerExchange
-
Attachment key that can be used to hold additional request attributes
- REQUEST_DUMPER_LOGGER - Static variable in interface io.undertow.UndertowLogger
- REQUEST_DUMPER_LOGGER - Static variable in interface io.undertow.util.UndertowConnectorLogger
- REQUEST_IO_LOGGER - Static variable in interface io.undertow.UndertowLogger
-
Logger used for IO exceptions.
- REQUEST_IO_LOGGER - Static variable in interface io.undertow.util.UndertowConnectorLogger
-
Logger used for IO exceptions.
- REQUEST_LINE - Static variable in class io.undertow.attribute.RequestLineAttribute
- REQUEST_LINE_SHORT - Static variable in class io.undertow.attribute.RequestLineAttribute
- REQUEST_LOGGER - Static variable in interface io.undertow.UndertowLogger
- REQUEST_LOGGER - Static variable in interface io.undertow.util.UndertowConnectorLogger
- REQUEST_METHOD - Static variable in class io.undertow.attribute.RequestMethodAttribute
- REQUEST_METHOD_SHORT - Static variable in class io.undertow.attribute.RequestMethodAttribute
- REQUEST_PATH - Static variable in class io.undertow.attribute.RequestPathAttribute
- REQUEST_PROTOCOL - Static variable in class io.undertow.attribute.RequestProtocolAttribute
- REQUEST_PROTOCOL_SHORT - Static variable in class io.undertow.attribute.RequestProtocolAttribute
- REQUEST_SCHEME - Static variable in class io.undertow.attribute.RequestSchemeAttribute
- REQUEST_TRAILERS - Static variable in class io.undertow.util.HttpAttachments
-
Attachment key for request trailers when using chunked encoding.
- REQUEST_URL - Static variable in class io.undertow.attribute.RequestURLAttribute
- REQUEST_URL_SHORT - Static variable in class io.undertow.attribute.RequestURLAttribute
- requestBodyAlreadyRead() - Method in class io.undertow.UndertowMessages_$bundle
- requestBodyAlreadyRead() - Method in interface io.undertow.UndertowMessages
- requestBodyAlreadyRead() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- requestBodyAlreadyRead() - Method in interface io.undertow.util.UndertowConnectorMessages
- requestBodyAlreadyRead$str() - Method in class io.undertow.UndertowMessages_$bundle
- requestBodyAlreadyRead$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- requestChannelAlreadyProvided() - Method in class io.undertow.UndertowMessages_$bundle
- requestChannelAlreadyProvided() - Method in interface io.undertow.UndertowMessages
- requestChannelAlreadyProvided() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- requestChannelAlreadyProvided() - Method in interface io.undertow.util.UndertowConnectorMessages
- requestChannelAlreadyProvided$str() - Method in class io.undertow.UndertowMessages_$bundle
- requestChannelAlreadyProvided$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- requestDone(HttpServerExchange) - Method in interface io.undertow.server.session.Session
-
Called when a request is done with the session.
- requestDump(HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a handler that dumps requests to the log for debugging purposes.
- RequestDumpingHandler - Class in io.undertow.server.handlers
-
Handler that dumps a exchange to a log.
- RequestDumpingHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.RequestDumpingHandler
- RequestDumpingHandler.Builder - Class in io.undertow.server.handlers
- requestEntityWasTooLarge(long) - Method in class io.undertow.UndertowMessages_$bundle
- requestEntityWasTooLarge(long) - Method in interface io.undertow.UndertowMessages
- requestEntityWasTooLarge(long) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- requestEntityWasTooLarge(long) - Method in interface io.undertow.util.UndertowConnectorMessages
- requestEntityWasTooLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- requestEntityWasTooLarge$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- requestFinished(long, long, boolean) - Method in class io.undertow.server.ConnectorStatisticsImpl
- requestHeader(HttpString) - Static method in class io.undertow.attribute.ExchangeAttributes
- requestHeader(String) - Static method in class io.undertow.attribute.ExchangeAttributes
- RequestHeaderAttribute - Class in io.undertow.attribute
-
A request header
- RequestHeaderAttribute(HttpString) - Constructor for class io.undertow.attribute.RequestHeaderAttribute
- RequestHeaderAttribute(String) - Constructor for class io.undertow.attribute.RequestHeaderAttribute
- RequestHeaderAttribute.Builder - Class in io.undertow.attribute
- requestHeaderWasTooLarge(SocketAddress, int) - Method in class io.undertow.UndertowLogger_$logger
- requestHeaderWasTooLarge(SocketAddress, int) - Method in interface io.undertow.UndertowLogger
- requestHeaderWasTooLarge(SocketAddress, int) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- requestHeaderWasTooLarge(SocketAddress, int) - Method in interface io.undertow.util.UndertowConnectorLogger
- requestHeaderWasTooLarge$str() - Method in class io.undertow.UndertowLogger_$logger
- requestHeaderWasTooLarge$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- RequestLimit - Class in io.undertow.server.handlers
-
Represents a limit on a number of running requests.
- RequestLimit(int) - Constructor for class io.undertow.server.handlers.RequestLimit
- RequestLimit(int, int) - Constructor for class io.undertow.server.handlers.RequestLimit
-
Construct a new instance.
- requestLimitingHandler(int, int, HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a handler that limits the maximum number of requests that can run at a time.
- requestLimitingHandler(RequestLimit, HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a handler that limits the maximum number of requests that can run at a time.
- RequestLimitingHandler - Class in io.undertow.server.handlers
-
A handler which limits the maximum number of concurrent requests.
- RequestLimitingHandler(int, int, HttpHandler) - Constructor for class io.undertow.server.handlers.RequestLimitingHandler
-
Construct a new instance.
- RequestLimitingHandler(int, HttpHandler) - Constructor for class io.undertow.server.handlers.RequestLimitingHandler
-
Construct a new instance.
- RequestLimitingHandler(RequestLimit, HttpHandler) - Constructor for class io.undertow.server.handlers.RequestLimitingHandler
-
Construct a new instance.
- RequestLimitingHandler.Builder - Class in io.undertow.server.handlers
- RequestLineAttribute - Class in io.undertow.attribute
-
The request line
- RequestLineAttribute.Builder - Class in io.undertow.attribute
- requestList() - Static method in class io.undertow.attribute.ExchangeAttributes
- requestMethod() - Static method in class io.undertow.attribute.ExchangeAttributes
- requestMethod(String) - Method in class io.undertow.server.HttpServerExchange
-
Set the HTTP request method.
- RequestMethodAttribute - Class in io.undertow.attribute
-
The request method
- RequestMethodAttribute.Builder - Class in io.undertow.attribute
- RequestPathAttribute - Class in io.undertow.attribute
- RequestPathAttribute.Builder - Class in io.undertow.attribute
- requestProtocol() - Static method in class io.undertow.attribute.ExchangeAttributes
- RequestProtocolAttribute - Class in io.undertow.attribute
-
The request getProtocol
- RequestProtocolAttribute.Builder - Class in io.undertow.attribute
- RequestSchemeAttribute - Class in io.undertow.attribute
-
The request scheme
- RequestSchemeAttribute.Builder - Class in io.undertow.attribute
- RequestTooBigException - Exception in io.undertow.util
- RequestTooBigException() - Constructor for exception io.undertow.util.RequestTooBigException
- RequestTooBigException(String) - Constructor for exception io.undertow.util.RequestTooBigException
- RequestTooBigException(String, Throwable) - Constructor for exception io.undertow.util.RequestTooBigException
- RequestTooBigException(Throwable) - Constructor for exception io.undertow.util.RequestTooBigException
- requestURL() - Static method in class io.undertow.attribute.ExchangeAttributes
- RequestURLAttribute - Class in io.undertow.attribute
-
The request URL
- RequestURLAttribute.Builder - Class in io.undertow.attribute
- requestWasNotFullyConsumed() - Method in class io.undertow.UndertowLogger_$logger
- requestWasNotFullyConsumed() - Method in interface io.undertow.UndertowLogger
- requestWasNotFullyConsumed() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- requestWasNotFullyConsumed() - Method in interface io.undertow.util.UndertowConnectorLogger
- requestWasNotFullyConsumed$str() - Method in class io.undertow.UndertowLogger_$logger
- requestWasNotFullyConsumed$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- requiredParameters() - Method in class io.undertow.predicate.AuthenticationRequiredPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.ContainsPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.EqualsPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.ExistsPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.IdempotentPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.MaxContentSizePredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.MethodPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.PathMatchPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.PathPrefixPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.PathSuffixPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.PathTemplatePredicate.Builder
- requiredParameters() - Method in interface io.undertow.predicate.PredicateBuilder
- requiredParameters() - Method in class io.undertow.predicate.PredicatesHandler.DoneHandlerBuilder
- requiredParameters() - Method in class io.undertow.predicate.PredicatesHandler.RestartHandlerBuilder
- requiredParameters() - Method in class io.undertow.predicate.RegularExpressionPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.SecurePredicate.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.AccessControlListHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.AllowedMethodsHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.BlockingHandler.Builder
- requiredParameters() - Method in interface io.undertow.server.handlers.builder.HandlerBuilder
- requiredParameters() - Method in class io.undertow.server.handlers.builder.ResponseCodeHandlerBuilder
- requiredParameters() - Method in class io.undertow.server.handlers.builder.RewriteHandlerBuilder
- requiredParameters() - Method in class io.undertow.server.handlers.ByteRangeHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.CanonicalPathHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.DisableCacheHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.DisallowedMethodsHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.ForwardedHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.HttpTraceHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.JDBCLogHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.LocalNameResolvingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.PathSeparatorHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.PeerNameResolvingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.ProxyPeerAddressHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.RedirectHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.RequestDumpingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.RequestLimitingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.resource.ResourceHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.ResponseRateLimitingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.SameSiteCookieHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.SecureCookieHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.SetAttributeHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.SetAttributeHandler.ClearBuilder
- requiredParameters() - Method in class io.undertow.server.handlers.SetHeaderHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.SSLHeaderHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.StoredResponseHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.URLDecodingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.JvmRouteHandler.Builder
- requiresContinueResponse(HttpServerExchange) - Static method in class io.undertow.server.HttpContinue
-
Returns true if this exchange requires the server to send a 100 (Continue) response.
- requiresContinueResponse(List<String>) - Static method in class io.undertow.server.HttpContinue
- reset() - Method in class io.undertow.server.AggregateConnectorStatistics
- reset() - Method in interface io.undertow.server.ConnectorStatistics
-
Resets all values to zero
- reset() - Method in class io.undertow.server.ConnectorStatisticsImpl
- reset() - Method in class io.undertow.server.handlers.MetricsHandler
- resetRequestChannel() - Method in class io.undertow.server.HttpServerExchange
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.AuthenticationRequiredPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.ContainsPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.EqualsPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.ExistsPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.FalsePredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.IdempotentPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.MaxContentSizePredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.MethodPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.MinContentSizePredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.NotPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.PathMatchPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.PathPrefixPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.PathSuffixPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.PathTemplatePredicate
- resolve(HttpServerExchange) - Method in interface io.undertow.predicate.Predicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.RegularExpressionPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.SecurePredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.TruePredicate
- resolve(HttpServerExchange, ExchangeAttribute[]) - Static method in class io.undertow.attribute.ExchangeAttributes
- RESOLVED_PATH - Static variable in class io.undertow.attribute.ResolvedPathAttribute
- ResolvedPathAttribute - Class in io.undertow.attribute
- ResolvedPathAttribute.Builder - Class in io.undertow.attribute
- resource(ResourceManager) - Static method in class io.undertow.Handlers
-
Return a new resource handler
- Resource - Interface in io.undertow.server.handlers.resource
-
Representation of a static resource.
- ResourceChangeEvent - Class in io.undertow.server.handlers.resource
-
An event that is fired when a resource is modified
- ResourceChangeEvent(String, ResourceChangeEvent.Type) - Constructor for class io.undertow.server.handlers.resource.ResourceChangeEvent
- ResourceChangeEvent.Type - Enum in io.undertow.server.handlers.resource
-
Watched file event types.
- resourceChangeListenerNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- resourceChangeListenerNotSupported() - Method in interface io.undertow.UndertowMessages
- resourceChangeListenerNotSupported() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- resourceChangeListenerNotSupported() - Method in interface io.undertow.util.UndertowConnectorMessages
- resourceChangeListenerNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- resourceChangeListenerNotSupported$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ResourceHandler - Class in io.undertow.server.handlers.resource
- ResourceHandler() - Constructor for class io.undertow.server.handlers.resource.ResourceHandler
-
Deprecated.
- ResourceHandler(ResourceManager) - Constructor for class io.undertow.server.handlers.resource.ResourceHandler
- ResourceHandler(ResourceManager, HttpHandler) - Constructor for class io.undertow.server.handlers.resource.ResourceHandler
- ResourceHandler(ResourceSupplier) - Constructor for class io.undertow.server.handlers.resource.ResourceHandler
- ResourceHandler(ResourceSupplier, HttpHandler) - Constructor for class io.undertow.server.handlers.resource.ResourceHandler
- ResourceHandler.Builder - Class in io.undertow.server.handlers.resource
- ResourceManager - Interface in io.undertow.server.handlers.resource
-
Representation of a resource manager.
- ResourceSupplier - Interface in io.undertow.server.handlers.resource
-
Interface that allows for more flexibility when resolving a resource than is currently provided by
ResourceManager. - RESPONSE - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- RESPONSE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- RESPONSE_AUTH - Enum constant in enum io.undertow.security.impl.AuthenticationInfoToken
- RESPONSE_AUTH - Static variable in class io.undertow.util.Headers
-
Deprecated.
- RESPONSE_CODE - Static variable in class io.undertow.attribute.ResponseCodeAttribute
- RESPONSE_CODE_SHORT - Static variable in class io.undertow.attribute.ResponseCodeAttribute
- RESPONSE_TIME_MICROS - Static variable in class io.undertow.attribute.ResponseTimeAttribute
- RESPONSE_TIME_MILLIS - Static variable in class io.undertow.attribute.ResponseTimeAttribute
- RESPONSE_TIME_MILLIS_SHORT - Static variable in class io.undertow.attribute.ResponseTimeAttribute
- RESPONSE_TIME_NANOS - Static variable in class io.undertow.attribute.ResponseTimeAttribute
- RESPONSE_TIME_SECONDS_SHORT - Static variable in class io.undertow.attribute.ResponseTimeAttribute
- RESPONSE_TRAILER_SUPPLIER - Static variable in class io.undertow.util.HttpAttachments
-
Attachment key for a supplier response trailers.
- RESPONSE_TRAILERS - Static variable in class io.undertow.util.HttpAttachments
-
Attachment key for response trailers.
- responseAlreadyStarted() - Method in class io.undertow.UndertowMessages_$bundle
- responseAlreadyStarted() - Method in interface io.undertow.UndertowMessages
- responseAlreadyStarted() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- responseAlreadyStarted() - Method in interface io.undertow.util.UndertowConnectorMessages
- responseAlreadyStarted$str() - Method in class io.undertow.UndertowMessages_$bundle
- responseAlreadyStarted$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- responseChannelAlreadyProvided() - Method in class io.undertow.UndertowMessages_$bundle
- responseChannelAlreadyProvided() - Method in interface io.undertow.UndertowMessages
- responseChannelAlreadyProvided() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- responseChannelAlreadyProvided() - Method in interface io.undertow.util.UndertowConnectorMessages
- responseChannelAlreadyProvided$str() - Method in class io.undertow.UndertowMessages_$bundle
- responseChannelAlreadyProvided$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- responseCode() - Static method in class io.undertow.attribute.ExchangeAttributes
- ResponseCodeAttribute - Class in io.undertow.attribute
-
The request status code
- ResponseCodeAttribute.Builder - Class in io.undertow.attribute
- ResponseCodeHandler - Class in io.undertow.server.handlers
-
A handler which simply sets a response code.
- ResponseCodeHandler(int) - Constructor for class io.undertow.server.handlers.ResponseCodeHandler
-
Construct a new instance.
- ResponseCodeHandlerBuilder - Class in io.undertow.server.handlers.builder
- ResponseCodeHandlerBuilder() - Constructor for class io.undertow.server.handlers.builder.ResponseCodeHandlerBuilder
- ResponseCommitListener - Interface in io.undertow.server
-
Callback that is invoked just before the response is commit
- responseComplete() - Method in class io.undertow.UndertowMessages_$bundle
- responseComplete() - Method in interface io.undertow.UndertowMessages
- responseComplete() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- responseComplete() - Method in interface io.undertow.util.UndertowConnectorMessages
- responseComplete$str() - Method in class io.undertow.UndertowMessages_$bundle
- responseComplete$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- responseHeader(HttpString) - Static method in class io.undertow.attribute.ExchangeAttributes
- ResponseHeaderAttribute - Class in io.undertow.attribute
-
A response header
- ResponseHeaderAttribute(HttpString) - Constructor for class io.undertow.attribute.ResponseHeaderAttribute
-
Deprecated.
- ResponseHeaderAttribute(String) - Constructor for class io.undertow.attribute.ResponseHeaderAttribute
- ResponseHeaderAttribute.Builder - Class in io.undertow.attribute
- responseRateLimitingHandler(HttpHandler, int, long, TimeUnit) - Static method in class io.undertow.Handlers
-
A handler that limits the download speed to a set number of bytes/period
- ResponseRateLimitingHandler - Class in io.undertow.server.handlers
-
Handler that limits the download rate
- ResponseRateLimitingHandler(HttpHandler, int, long, TimeUnit) - Constructor for class io.undertow.server.handlers.ResponseRateLimitingHandler
-
A handler that limits the download speed to a set number of bytes/period
- ResponseRateLimitingHandler.Builder - Class in io.undertow.server.handlers
- ResponseTimeAttribute - Class in io.undertow.attribute
-
The response time This will only work if
UndertowOptions.RECORD_REQUEST_START_TIMEhas been set - ResponseTimeAttribute(TimeUnit) - Constructor for class io.undertow.attribute.ResponseTimeAttribute
- ResponseTimeAttribute.Builder - Class in io.undertow.attribute
- responseTooLargeToBuffer(Long) - Method in class io.undertow.UndertowMessages_$bundle
- responseTooLargeToBuffer(Long) - Method in interface io.undertow.UndertowMessages
- responseTooLargeToBuffer(Long) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- responseTooLargeToBuffer(Long) - Method in interface io.undertow.util.UndertowConnectorMessages
- responseTooLargeToBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- responseTooLargeToBuffer$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- RESTART - Static variable in class io.undertow.predicate.PredicatesHandler
- RestartHandlerBuilder() - Constructor for class io.undertow.predicate.PredicatesHandler.RestartHandlerBuilder
- resumedAndDispatched() - Method in class io.undertow.UndertowLogger_$logger
- resumedAndDispatched() - Method in interface io.undertow.UndertowLogger
- resumedAndDispatched() - Method in class io.undertow.UndertowMessages_$bundle
- resumedAndDispatched() - Method in interface io.undertow.UndertowMessages
- resumedAndDispatched() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- resumedAndDispatched() - Method in interface io.undertow.util.UndertowConnectorLogger
- resumedAndDispatched() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- resumedAndDispatched() - Method in interface io.undertow.util.UndertowConnectorMessages
- resumedAndDispatched$str() - Method in class io.undertow.UndertowLogger_$logger
- resumedAndDispatched$str() - Method in class io.undertow.UndertowMessages_$bundle
- resumedAndDispatched$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- resumedAndDispatched$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- retainAll(Collection<?>) - Method in class io.undertow.util.AttachmentList
- RETRY_AFTER - Static variable in class io.undertow.util.Headers
-
Deprecated.
- RETRY_AFTER_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- REVERSE - Enum constant in enum io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
- REVERSE - Enum constant in enum io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
- rewrite(String, String, ClassLoader, HttpHandler) - Static method in class io.undertow.Handlers
-
Creates the set of handlers that are required to perform a simple rewrite.
- RewriteHandlerBuilder - Class in io.undertow.server.handlers.builder
- RewriteHandlerBuilder() - Constructor for class io.undertow.server.handlers.builder.RewriteHandlerBuilder
- rewriteUrl(String, String) - Method in class io.undertow.server.session.PathParameterSessionConfig
-
Return the specified URL with the specified session identifier suitably encoded.
- rewriteUrl(String, String) - Method in interface io.undertow.server.session.SessionConfig
- rewriteUrl(String, String) - Method in class io.undertow.server.session.SessionCookieConfig
- rewriteUrl(String, String) - Method in class io.undertow.server.session.SslSessionConfig
- Rfc6265CookieSupport - Class in io.undertow.util
-
Class that contains utility methods for dealing with RFC6265 Cookies.
- Rfc6265CookieSupport() - Constructor for class io.undertow.util.Rfc6265CookieSupport
- ROOT_LOGGER - Static variable in interface io.undertow.UndertowLogger
- ROOT_LOGGER - Static variable in interface io.undertow.util.UndertowConnectorLogger
- rotate() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
-
forces a log rotation.
- routing() - Static method in class io.undertow.Handlers
- routing(boolean) - Static method in class io.undertow.Handlers
- RoutingHandler - Class in io.undertow.server
-
A Handler that handles the common case of routing via path template and method name.
- RoutingHandler() - Constructor for class io.undertow.server.RoutingHandler
- RoutingHandler(boolean) - Constructor for class io.undertow.server.RoutingHandler
- run() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
-
processes all queued log messages
- run() - Method in class io.undertow.server.handlers.JDBCLogHandler
-
insert the log record to database
- runCached(HttpServerExchange, SecurityContext, AuthenticatedSessionManager) - Method in class io.undertow.security.impl.CachedAuthenticatedSessionMechanism
- runFormAuth(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- runGSSAPI(HttpServerExchange, ByteBuf, SecurityContext) - Method in class io.undertow.security.impl.GSSAPIAuthenticationMechanism
- runResumeReadWrite() - Method in class io.undertow.server.HttpServerExchange
S
- safeClose(Closeable) - Static method in class io.undertow.util.IoUtils
-
Close a resource, logging an error if an error occurs.
- safeClose(Closeable...) - Static method in class io.undertow.util.IoUtils
-
Close a series of resources, logging errors if they occur.
- SameSiteCookieHandler - Class in io.undertow.server.handlers
-
Handler that will set the SameSite flag to response cookies
- SameSiteCookieHandler(HttpHandler, String) - Constructor for class io.undertow.server.handlers.SameSiteCookieHandler
- SameSiteCookieHandler(HttpHandler, String, String) - Constructor for class io.undertow.server.handlers.SameSiteCookieHandler
- SameSiteCookieHandler(HttpHandler, String, String, boolean) - Constructor for class io.undertow.server.handlers.SameSiteCookieHandler
- SameSiteCookieHandler(HttpHandler, String, String, boolean, boolean, boolean) - Constructor for class io.undertow.server.handlers.SameSiteCookieHandler
- SameSiteCookieHandler.Builder - Class in io.undertow.server.handlers
- SameSiteNoneIncompatibleClientChecker - Class in io.undertow.util
-
A utility class that can check known user agents which are known to be incompatible with SameSite=None attribute.
- SameSiteNoneIncompatibleClientChecker() - Constructor for class io.undertow.util.SameSiteNoneIncompatibleClientChecker
- SameThreadExecutor - Class in io.undertow.util
- SEARCH - Static variable in class io.undertow.util.Methods
-
Deprecated.
- SEARCH_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- SEC_WEB_SOCKET_ACCEPT - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_ACCEPT_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_EXTENSIONS - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_EXTENSIONS_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_KEY - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_KEY_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_KEY1 - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_KEY1_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_KEY2 - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_KEY2_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_LOCATION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_LOCATION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_ORIGIN - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_ORIGIN_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_PROTOCOL - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_PROTOCOL_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_VERSION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SEC_WEB_SOCKET_VERSION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- secure() - Static method in class io.undertow.predicate.Predicates
- SECURE_REQUEST - Static variable in class io.undertow.server.HttpServerExchange
-
Attachment key that can be used as a flag of secure attribute
- SecureCookieCommitListener - Enum in io.undertow.server
-
Sets the
- SecureCookieHandler - Class in io.undertow.server.handlers
-
Handler that will set the secure flag on all cookies that are received over a secure connection
- SecureCookieHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.SecureCookieHandler
- SecureCookieHandler.Builder - Class in io.undertow.server.handlers
- SecureExchangeAttribute - Class in io.undertow.attribute
- SecureExchangeAttribute() - Constructor for class io.undertow.attribute.SecureExchangeAttribute
- SecureExchangeAttribute.Builder - Class in io.undertow.attribute
- SecurePredicate - Class in io.undertow.predicate
- SecurePredicate() - Constructor for class io.undertow.predicate.SecurePredicate
- SecurePredicate.Builder - Class in io.undertow.predicate
- SecureRandomSessionIdGenerator - Class in io.undertow.server.session
-
A
SessionIdGeneratorthat uses a secure random to generate a session ID. - SecureRandomSessionIdGenerator() - Constructor for class io.undertow.server.session.SecureRandomSessionIdGenerator
- SECURITY_LOGGER - Static variable in interface io.undertow.UndertowLogger
- SECURITY_LOGGER - Static variable in interface io.undertow.util.UndertowConnectorLogger
- SecurityContext - Interface in io.undertow.security.api
-
The security context.
- SecurityContextFactory - Interface in io.undertow.security.api
-
Deprecated.Instead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.
- SecurityContextFactoryImpl - Class in io.undertow.security.impl
-
Default
SecurityContextFactoryimplementation. - SecurityContextImpl - Class in io.undertow.security.impl
-
The internal SecurityContext used to hold the state of security for the current exchange.
- SecurityContextImpl(HttpServerExchange, AuthenticationMode, IdentityManager) - Constructor for class io.undertow.security.impl.SecurityContextImpl
- SecurityContextImpl(HttpServerExchange, IdentityManager) - Constructor for class io.undertow.security.impl.SecurityContextImpl
- SecurityInitialHandler - Class in io.undertow.security.handlers
-
The security handler responsible for attaching the SecurityContext to the current
HttpServerExchange. - SecurityInitialHandler(AuthenticationMode, IdentityManager, HttpHandler) - Constructor for class io.undertow.security.handlers.SecurityInitialHandler
- SecurityInitialHandler(AuthenticationMode, IdentityManager, String, SecurityContextFactory, HttpHandler) - Constructor for class io.undertow.security.handlers.SecurityInitialHandler
- SecurityInitialHandler(AuthenticationMode, IdentityManager, String, HttpHandler) - Constructor for class io.undertow.security.handlers.SecurityInitialHandler
- SecurityNotification - Class in io.undertow.security.api
-
Notification representing a security event such as a successful or failed authentication.
- SecurityNotification(HttpServerExchange, SecurityNotification.EventType, Account, String, boolean, String, boolean) - Constructor for class io.undertow.security.api.SecurityNotification
- SecurityNotification.EventType - Enum in io.undertow.security.api
- send1ContinueIfRequired() - Method in class io.undertow.server.HttpServerExchange
- sendAuthenticationInfoHeader(HttpServerExchange) - Method in class io.undertow.security.impl.DigestAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in interface io.undertow.security.api.AuthenticationMechanism
-
Send an authentication challenge to the remote client.
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.BasicAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.CachedAuthenticatedSessionMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.ClientCertAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.DigestAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.ExternalAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.GenericHeaderAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.GSSAPIAuthenticationMechanism
- sendChallenge(HttpServerExchange, SecurityContext) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- sendChallengeReturnedNull(AuthenticationMechanism) - Method in class io.undertow.UndertowMessages_$bundle
- sendChallengeReturnedNull(AuthenticationMechanism) - Method in interface io.undertow.UndertowMessages
- sendChallengeReturnedNull(Object) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sendChallengeReturnedNull(Object) - Method in interface io.undertow.util.UndertowConnectorMessages
- sendChallengeReturnedNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- sendChallengeReturnedNull$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sendRequestedBlobs(HttpServerExchange) - Static method in class io.undertow.server.handlers.resource.DirectoryUtils
-
Serve static resource for the directory listing
- sentAccumulator() - Method in class io.undertow.server.ConnectorStatisticsImpl
- serveAsync(OutputChannel, HttpServerExchange) - Method in class io.undertow.server.handlers.resource.CachedResource
- serveAsync(OutputChannel, HttpServerExchange) - Method in class io.undertow.server.handlers.resource.PathResource
- serveAsync(OutputChannel, HttpServerExchange) - Method in interface io.undertow.server.handlers.resource.Resource
- serveAsync(OutputChannel, HttpServerExchange) - Method in class io.undertow.server.handlers.resource.URLResource
- serveBlocking(OutputStream, HttpServerExchange) - Method in class io.undertow.server.handlers.resource.CachedResource
- serveBlocking(OutputStream, HttpServerExchange) - Method in class io.undertow.server.handlers.resource.PathResource
- serveBlocking(OutputStream, HttpServerExchange) - Method in interface io.undertow.server.handlers.resource.Resource
- serveBlocking(OutputStream, HttpServerExchange) - Method in class io.undertow.server.handlers.resource.URLResource
- serveImpl(OutputChannel, HttpServerExchange, long, long, boolean) - Method in class io.undertow.server.handlers.resource.URLResource
- servePage(HttpServerExchange, String) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- SERVER - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SERVER_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- serveRangeAsync(OutputChannel, HttpServerExchange, long, long) - Method in class io.undertow.server.handlers.resource.CachedResource
- serveRangeAsync(OutputChannel, HttpServerExchange, long, long) - Method in class io.undertow.server.handlers.resource.PathResource
- serveRangeAsync(OutputChannel, HttpServerExchange, long, long) - Method in interface io.undertow.server.handlers.resource.RangeAwareResource
-
Serve the resource, and call the provided callback when complete.
- serveRangeAsync(OutputChannel, HttpServerExchange, long, long) - Method in class io.undertow.server.handlers.resource.URLResource
- serveRangeBlocking(OutputStream, HttpServerExchange, long, long) - Method in class io.undertow.server.handlers.resource.CachedResource
- serveRangeBlocking(OutputStream, HttpServerExchange, long, long) - Method in class io.undertow.server.handlers.resource.PathResource
- serveRangeBlocking(OutputStream, HttpServerExchange, long, long) - Method in interface io.undertow.server.handlers.resource.RangeAwareResource
-
Serve the resource, and call the provided callback when complete.
- serveRangeBlocking(OutputStream, HttpServerExchange, long, long) - Method in class io.undertow.server.handlers.resource.URLResource
- serverNotStarted() - Method in class io.undertow.UndertowMessages_$bundle
- serverNotStarted() - Method in interface io.undertow.UndertowMessages
- serverNotStarted() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- serverNotStarted() - Method in interface io.undertow.util.UndertowConnectorMessages
- serverNotStarted$str() - Method in class io.undertow.UndertowMessages_$bundle
- serverNotStarted$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- serverReceivedPushPromise() - Method in class io.undertow.UndertowMessages_$bundle
- serverReceivedPushPromise() - Method in interface io.undertow.UndertowMessages
- serverReceivedPushPromise() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- serverReceivedPushPromise() - Method in interface io.undertow.util.UndertowConnectorMessages
- serverReceivedPushPromise$str() - Method in class io.undertow.UndertowMessages_$bundle
- serverReceivedPushPromise$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- SERVLET_ENGINE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SERVLET_ENGINE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- servletPathMatchFailed() - Method in class io.undertow.UndertowMessages_$bundle
- servletPathMatchFailed() - Method in interface io.undertow.UndertowMessages
- servletPathMatchFailed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- servletPathMatchFailed() - Method in interface io.undertow.util.UndertowConnectorMessages
- servletPathMatchFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- servletPathMatchFailed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- Session - Interface in io.undertow.server.session
-
Represents a HTTP session.
- SESSION_HEADER - Static variable in class io.undertow.security.impl.GenericHeaderAuthenticationMechanism
- SESSION_LOGGER - Static variable in interface io.undertow.UndertowLogger
- SESSION_LOGGER - Static variable in interface io.undertow.util.UndertowConnectorLogger
- sessionAlreadyInvalidated() - Method in class io.undertow.UndertowMessages_$bundle
- sessionAlreadyInvalidated() - Method in interface io.undertow.UndertowMessages
- sessionAlreadyInvalidated() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sessionAlreadyInvalidated() - Method in interface io.undertow.util.UndertowConnectorMessages
- sessionAlreadyInvalidated$str() - Method in class io.undertow.UndertowMessages_$bundle
- sessionAlreadyInvalidated$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- SessionAttachmentHandler - Class in io.undertow.server.session
-
Handler that attaches the session to the request.
- SessionAttachmentHandler(HttpHandler, SessionManager, SessionConfig) - Constructor for class io.undertow.server.session.SessionAttachmentHandler
- SessionAttachmentHandler(SessionManager, SessionConfig) - Constructor for class io.undertow.server.session.SessionAttachmentHandler
- SessionConfig - Interface in io.undertow.server.session
-
Interface that abstracts the process of attaching a session to an exchange.
- SessionConfig.SessionCookieSource - Enum in io.undertow.server.session
- SessionCookieConfig - Class in io.undertow.server.session
-
Encapsulation of session cookie configuration.
- SessionCookieConfig() - Constructor for class io.undertow.server.session.SessionCookieConfig
- sessionCookieSource(HttpServerExchange) - Method in class io.undertow.server.session.PathParameterSessionConfig
- sessionCookieSource(HttpServerExchange) - Method in interface io.undertow.server.session.SessionConfig
- sessionCookieSource(HttpServerExchange) - Method in class io.undertow.server.session.SessionCookieConfig
- sessionCookieSource(HttpServerExchange) - Method in class io.undertow.server.session.SslSessionConfig
- sessionCreated(Session, HttpServerExchange) - Method in interface io.undertow.server.session.SessionListener
-
Called when a session is created
- sessionCreated(Session, HttpServerExchange) - Method in class io.undertow.server.session.SessionListeners
- sessionDestroyed(Session, HttpServerExchange, SessionListener.SessionDestroyedReason) - Method in interface io.undertow.server.session.SessionListener
-
Called when a session is destroyed
- sessionDestroyed(Session, HttpServerExchange, SessionListener.SessionDestroyedReason) - Method in class io.undertow.server.session.SessionListeners
- sessionIdChanged(Session, String) - Method in interface io.undertow.server.session.SessionListener
- sessionIdChanged(Session, String) - Method in class io.undertow.server.session.SessionListeners
- SessionIdGenerator - Interface in io.undertow.server.session
-
Strategy for generating session ID's.
- sessionIsInvalid(String) - Method in class io.undertow.UndertowMessages_$bundle
- sessionIsInvalid(String) - Method in interface io.undertow.UndertowMessages
- sessionIsInvalid(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sessionIsInvalid(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- sessionIsInvalid$str() - Method in class io.undertow.UndertowMessages_$bundle
- sessionIsInvalid$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- SessionListener - Interface in io.undertow.server.session
-
A listener for session events.
- SessionListener.SessionDestroyedReason - Enum in io.undertow.server.session
- SessionListeners - Class in io.undertow.server.session
-
Utility class that maintains the session listeners.
- SessionListeners() - Constructor for class io.undertow.server.session.SessionListeners
- SessionManager - Interface in io.undertow.server.session
-
Interface that manages sessions.
- sessionManagerMustNotBeNull() - Method in class io.undertow.UndertowMessages_$bundle
- sessionManagerMustNotBeNull() - Method in interface io.undertow.UndertowMessages
- sessionManagerMustNotBeNull() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sessionManagerMustNotBeNull() - Method in interface io.undertow.util.UndertowConnectorMessages
- sessionManagerMustNotBeNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- sessionManagerMustNotBeNull$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sessionManagerNotFound() - Method in class io.undertow.UndertowMessages_$bundle
- sessionManagerNotFound() - Method in interface io.undertow.UndertowMessages
- sessionManagerNotFound() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sessionManagerNotFound() - Method in interface io.undertow.util.UndertowConnectorMessages
- sessionManagerNotFound$str() - Method in class io.undertow.UndertowMessages_$bundle
- sessionManagerNotFound$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- SessionManagerStatistics - Interface in io.undertow.server.session
-
Optional interface that can be implemented by
SessionManagerimplementations that provides session manager statistics. - SessionNonceManager - Interface in io.undertow.security.api
-
An extension to the
NonceManagerinterface for Nonce managers that also support the association of a pre-prepared hash against a currently valid nonce. - Sessions - Class in io.undertow.util
-
Utility class for working with sessions.
- set(int, T) - Method in class io.undertow.util.AttachmentList
- SET_COOKIE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SET_COOKIE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SET_COOKIE2 - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SET_COOKIE2_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- setAllowed(Predicate) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setAllowResourceChangeListeners(boolean) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setAttribute(HttpHandler, String, String, ClassLoader) - Static method in class io.undertow.Handlers
-
Returns an attribute setting handler that can be used to set an arbitrary attribute on the exchange.
- setAttribute(String, Object) - Method in interface io.undertow.server.session.Session
-
Binds an object to this session, using the name specified.
- SetAttributeHandler - Class in io.undertow.server.handlers
-
Handler that can set an arbitrary attribute on the exchange.
- SetAttributeHandler(HttpHandler, ExchangeAttribute, ExchangeAttribute) - Constructor for class io.undertow.server.handlers.SetAttributeHandler
- SetAttributeHandler(HttpHandler, ExchangeAttribute, ExchangeAttribute, boolean) - Constructor for class io.undertow.server.handlers.SetAttributeHandler
- SetAttributeHandler(HttpHandler, String, String) - Constructor for class io.undertow.server.handlers.SetAttributeHandler
- SetAttributeHandler(HttpHandler, String, String, boolean) - Constructor for class io.undertow.server.handlers.SetAttributeHandler
- SetAttributeHandler(HttpHandler, String, String, ClassLoader) - Constructor for class io.undertow.server.handlers.SetAttributeHandler
- SetAttributeHandler(HttpHandler, String, String, ClassLoader, boolean) - Constructor for class io.undertow.server.handlers.SetAttributeHandler
- SetAttributeHandler.Builder - Class in io.undertow.server.handlers
- SetAttributeHandler.ClearBuilder - Class in io.undertow.server.handlers
- setAuthenticationRequired() - Method in interface io.undertow.security.api.SecurityContext
-
Marks this request as requiring authentication.
- setAuthenticationRequired() - Method in class io.undertow.security.impl.AbstractSecurityContext
- setBase(File) - Method in class io.undertow.server.handlers.resource.FileResourceManager
- setBase(File) - Method in class io.undertow.server.handlers.resource.PathResourceManager
- setBase(Path) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setBase(Path) - Method in class io.undertow.server.handlers.resource.PathResourceManager
- setBufferSize(int) - Method in class io.undertow.Undertow.Builder
- setBytesField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setCanonicalizePaths(boolean) - Method in class io.undertow.server.handlers.resource.ResourceHandler
-
If this handler should use canonicalized paths.
- setCaseSensitive(boolean) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setCharacterEncoding(String) - Method in interface io.undertow.server.handlers.form.FormDataParser
-
Sets the character encoding that will be used by this parser.
- setCharacterEncoding(String) - Method in class io.undertow.server.handlers.form.MultipartParser.ParseState
- setComment(String) - Method in interface io.undertow.server.handlers.Cookie
- setComment(String) - Method in class io.undertow.server.handlers.CookieImpl
- setComment(String) - Method in class io.undertow.server.session.SessionCookieConfig
- setContextInformation(String, Object) - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- setContextInformation(String, Object) - Method in class io.undertow.server.ListenerRegistry.Listener
- setCookieName(String) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- setCookieName(String) - Method in class io.undertow.server.session.SessionCookieConfig
- setDefaultAllow(boolean) - Method in class io.undertow.server.handlers.AccessControlListHandler
- setDefaultAllow(boolean) - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- setDefaultCharset(String) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- setDefaultEncoding(String) - Method in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- setDefaultEncoding(String) - Method in interface io.undertow.server.handlers.form.FormParserFactory.ParserDefinition
- setDefaultEncoding(String) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setDefaultHandler(HttpHandler) - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- setDefaultSessionTimeout(int) - Method in class io.undertow.server.session.InMemorySessionManager
- setDefaultSessionTimeout(int) - Method in interface io.undertow.server.session.SessionManager
-
Sets the default session timeout
- setDestinationAddress(InetSocketAddress) - Method in class io.undertow.server.HttpServerExchange
-
Sets the destination address of the HTTP request.
- setDirectBuffers(boolean) - Method in class io.undertow.Undertow.Builder
- setDirectoryListingEnabled(boolean) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setDiscard(boolean) - Method in interface io.undertow.server.handlers.Cookie
- setDiscard(boolean) - Method in class io.undertow.server.handlers.CookieImpl
- setDiscard(boolean) - Method in class io.undertow.server.session.SessionCookieConfig
- setDispatchExecutor(Executor) - Method in class io.undertow.server.HttpServerExchange
-
Sets the executor that is used for dispatch operations where no executor is specified.
- setDomain(String) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- setDomain(String) - Method in interface io.undertow.server.handlers.Cookie
- setDomain(String) - Method in class io.undertow.server.handlers.CookieImpl
- setDomain(String) - Method in class io.undertow.server.session.SessionCookieConfig
- setETagFunction(PathResourceManager.ETagFunction) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setExchangeRequestPath(HttpServerExchange, String, String, boolean, boolean, StringBuilder) - Static method in class io.undertow.server.Connectors
-
Deprecated.
- setExchangeRequestPath(HttpServerExchange, String, String, boolean, boolean, StringBuilder, int) - Static method in class io.undertow.server.Connectors
-
Sets the request path and query parameters, decoding to the requested charset.
- setExecutor(Executor) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setExpires(Date) - Method in interface io.undertow.server.handlers.Cookie
- setExpires(Date) - Method in class io.undertow.server.handlers.CookieImpl
- setFailureHandler(HttpHandler) - Method in class io.undertow.server.handlers.RequestLimit
- setFallbackHandler(HttpHandler) - Method in class io.undertow.server.RoutingHandler
- setFalseHandler(HttpHandler) - Method in class io.undertow.server.handlers.PredicateHandler
- setFileSizeThreshold(long) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setFollowLinks(boolean) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setForceCreation(boolean) - Method in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- setHandler(HttpHandler) - Method in class io.undertow.Undertow.Builder
- SetHeaderHandler - Class in io.undertow.server.handlers
-
Set a fixed response header.
- SetHeaderHandler(HttpHandler, String, ExchangeAttribute) - Constructor for class io.undertow.server.handlers.SetHeaderHandler
- SetHeaderHandler(HttpHandler, String, String) - Constructor for class io.undertow.server.handlers.SetHeaderHandler
- SetHeaderHandler(String, String) - Constructor for class io.undertow.server.handlers.SetHeaderHandler
- SetHeaderHandler.Builder - Class in io.undertow.server.handlers
- setHost(String) - Method in class io.undertow.Undertow.ListenerBuilder
- setHttpOnly(boolean) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- setHttpOnly(boolean) - Method in interface io.undertow.server.handlers.Cookie
- setHttpOnly(boolean) - Method in class io.undertow.server.handlers.CookieImpl
- setHttpOnly(boolean) - Method in class io.undertow.server.session.SessionCookieConfig
- setInstance(T) - Method in class io.undertow.server.handlers.AttachmentHandler
- setInvalidMethodHandler(HttpHandler) - Method in class io.undertow.server.RoutingHandler
-
Sets the handler called when this instance can not match the http method but can match another http method.
- setIoThreads(int) - Method in class io.undertow.Undertow.Builder
- setKeyStore(String) - Method in class io.undertow.Undertow.ListenerBuilder
- setKeyStorePassword(String) - Method in class io.undertow.Undertow.ListenerBuilder
- setLength(int) - Method in class io.undertow.server.session.SecureRandomSessionIdGenerator
- setLogBaseName(String) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setLogFileHeaderGenerator(LogFileHeaderGenerator) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setLogNameSuffix(String) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setLogWriteExecutor(Executor) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setMaxAge(int) - Method in class io.undertow.server.session.SessionCookieConfig
- setMaxAge(Integer) - Method in interface io.undertow.server.handlers.Cookie
- setMaxAge(Integer) - Method in class io.undertow.server.handlers.CookieImpl
- setMaxEntitySize(long) - Method in class io.undertow.server.HttpServerExchange
-
Sets the max entity size for this exchange.
- setMaximumConcurrentRequests(int) - Method in class io.undertow.server.handlers.RequestLimit
-
Set the maximum concurrent requests.
- setMaxInactiveInterval(int) - Method in interface io.undertow.server.session.Session
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxIndividualFileSize(long) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setMethodField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setMimeMappings(MimeMappings) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setNext(HttpHandler) - Method in class io.undertow.predicate.PredicatesHandler
- setNext(HttpHandler) - Method in class io.undertow.security.handlers.AuthenticationMechanismsHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.AccessControlListHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.AttachmentHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.CanonicalPathHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.OriginHandler
- setNext(HttpHandler) - Method in class io.undertow.server.session.SessionAttachmentHandler
- setOptions(Object) - Method in class io.undertow.Undertow.ListenerBuilder
- setOriginFailedHandler(HttpHandler) - Method in class io.undertow.server.handlers.OriginHandler
- setOutputDirectory(Path) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setParsers(List<FormParserFactory.ParserDefinition>) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- setPath(String) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- setPath(String) - Method in interface io.undertow.server.handlers.Cookie
- setPath(String) - Method in class io.undertow.server.handlers.CookieImpl
- setPath(String) - Method in class io.undertow.server.session.SessionCookieConfig
- setPersistent(boolean) - Method in class io.undertow.server.HttpServerExchange
- setPort(int) - Method in class io.undertow.Undertow.ListenerBuilder
- setPredicate(Predicate) - Method in class io.undertow.server.handlers.PredicateHandler
- setProgramaticMechName(String) - Method in class io.undertow.security.impl.SecurityContextImpl
-
Set the name of the mechanism used for authentication to be reported if authentication was handled programatically.
- setQueryField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setQueryString(String) - Method in class io.undertow.server.HttpServerExchange
- setReadHandler(BiConsumer<InputChannel, T>, T) - Method in class io.undertow.server.HttpServerExchange
- setRefererField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setRelativePath(String) - Method in class io.undertow.server.HttpServerExchange
-
Set the request relative path.
- setRemoteHostField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setRequestHeader(String, String) - Method in class io.undertow.server.HttpServerExchange
- setRequestPath(String) - Method in class io.undertow.server.HttpServerExchange
-
Set the request URI path.
- setRequestScheme(String) - Method in class io.undertow.server.HttpServerExchange
-
Set the request URI scheme.
- setRequestStartTime(HttpServerExchange) - Static method in class io.undertow.server.Connectors
- setRequestStartTime(HttpServerExchange, HttpServerExchange) - Static method in class io.undertow.server.Connectors
- setRequestURI(String) - Method in class io.undertow.server.HttpServerExchange
-
Sets the request URI
- setRequestURI(String, boolean) - Method in class io.undertow.server.HttpServerExchange
-
Sets the request URI
- setRequireAllOrigins(boolean) - Method in class io.undertow.server.handlers.OriginHandler
- setRequireOriginHeader(boolean) - Method in class io.undertow.server.handlers.OriginHandler
- setResolvedPath(String) - Method in class io.undertow.server.HttpServerExchange
-
Set the resolved path.
- setResourceManager(ResourceManager) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setResourceSupplier(ResourceSupplier) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setResponseCodes(Integer...) - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- setResponseCodes(Set<Integer>) - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- setResponseContentLength(long) - Method in class io.undertow.server.HttpServerExchange
-
Sets the response content length
- setResponseCookie(Cookie) - Method in class io.undertow.server.HttpServerExchange
-
Sets a response cookie
- setResponseHeader(String, String) - Method in class io.undertow.server.HttpServerExchange
- setRootHandler(HttpHandler) - Method in class io.undertow.server.handlers.BlockingHandler
- setRootHandler(HttpHandler) - Method in interface io.undertow.server.OpenListener
-
Sets the root handler
- setRootHandler(HttpHandler) - Method in class io.undertow.Undertow.ListenerBuilder
- setRotate(boolean) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setSafePaths(String[]) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setSameSite(boolean) - Method in interface io.undertow.server.handlers.Cookie
- setSameSite(boolean) - Method in class io.undertow.server.handlers.CookieImpl
- setSameSiteMode(String) - Method in interface io.undertow.server.handlers.Cookie
- setSameSiteMode(String) - Method in class io.undertow.server.handlers.CookieImpl
- setSecure(boolean) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- setSecure(boolean) - Method in interface io.undertow.server.handlers.Cookie
- setSecure(boolean) - Method in class io.undertow.server.handlers.CookieImpl
- setSecure(boolean) - Method in class io.undertow.server.session.SessionCookieConfig
- setSecurityContext(SecurityContext) - Method in class io.undertow.server.HttpServerExchange
- setServerOption(UndertowOption<T>, T) - Method in class io.undertow.Undertow.Builder
- setSessionId(HttpServerExchange, String) - Method in class io.undertow.server.session.PathParameterSessionConfig
- setSessionId(HttpServerExchange, String) - Method in interface io.undertow.server.session.SessionConfig
-
Attaches the session to the exchange.
- setSessionId(HttpServerExchange, String) - Method in class io.undertow.server.session.SessionCookieConfig
- setSessionId(HttpServerExchange, String) - Method in class io.undertow.server.session.SslSessionConfig
- setSessionManager(SessionManager) - Method in class io.undertow.server.session.SessionAttachmentHandler
- setSourceAddress(InetSocketAddress) - Method in class io.undertow.server.HttpServerExchange
-
Sets the source address of the HTTP request.
- setSslSessionInfo(SSLSessionInfo) - Method in class io.undertow.server.HttpServerExchange
- setStatusCode(int) - Method in class io.undertow.server.HttpServerExchange
-
Change the status code for this response.
- setStatusField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setTableName(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setTempFileLocation(Path) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setTimestampField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setTransferMinSize(long) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setTrueHandler(HttpHandler) - Method in class io.undertow.server.handlers.PredicateHandler
- setTrustStore(String) - Method in class io.undertow.Undertow.ListenerBuilder
- setTrustStorePassword(String) - Method in class io.undertow.Undertow.ListenerBuilder
- setType(Undertow.ListenerType) - Method in class io.undertow.Undertow.ListenerBuilder
- setUndertowOptions(UndertowOptionMap) - Method in interface io.undertow.server.OpenListener
- setup(HttpServerExchange) - Method in class io.undertow.server.ConnectorStatisticsImpl
- setUseLongContentLength(boolean) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setUserAgentField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setUserField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setValue(String) - Method in interface io.undertow.server.handlers.Cookie
- setValue(String) - Method in class io.undertow.server.handlers.CookieImpl
- setValue(V) - Method in class io.undertow.server.handlers.cache.LRUCache.CacheEntry
- setVersion(int) - Method in interface io.undertow.server.handlers.Cookie
- setVersion(int) - Method in class io.undertow.server.handlers.CookieImpl
- setVirtualHostField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setWelcomeFiles(String...) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setWorker(ExecutorService) - Method in class io.undertow.Undertow.Builder
- setWorkerThreads(int) - Method in class io.undertow.Undertow.Builder
- shortFromBytesBE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 16-bit signed big-endian short value from a byte array.
- shortFromBytesLE(byte[], int) - Static method in class io.undertow.util.Bits
-
Get a 16-bit signed little-endian short value from a byte array.
- shouldSendSameSiteNone(String) - Static method in class io.undertow.util.SameSiteNoneIncompatibleClientChecker
- shutdown() - Method in class io.undertow.server.handlers.GracefulShutdownHandler
- shutdown(boolean) - Method in interface io.undertow.server.handlers.GracefulShutdownHandler.ShutdownListener
-
Notification that the container has shutdown.
- SILENT - Static variable in class io.undertow.security.impl.BasicAuthenticationMechanism
- SimpleErrorPageHandler - Class in io.undertow.server.handlers.error
-
Handler that generates an extremely simple no frills error page
- SimpleErrorPageHandler() - Constructor for class io.undertow.server.handlers.error.SimpleErrorPageHandler
- SimpleErrorPageHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.error.SimpleErrorPageHandler
- SimpleNonceManager - Class in io.undertow.security.impl
-
A default
NonceManagerimplementation to provide reasonable single host management of nonces. - SimpleNonceManager() - Constructor for class io.undertow.security.impl.SimpleNonceManager
- SimpleNonceManager(String) - Constructor for class io.undertow.security.impl.SimpleNonceManager
- SimpleObjectPool<T> - Class in io.undertow.util
-
Simple pool that attempts to maintain a specified number of objects in the pool.
- SimpleObjectPool(int, Supplier<T>, Consumer<T>) - Constructor for class io.undertow.util.SimpleObjectPool
- SimpleObjectPool(int, Supplier<T>, Consumer<T>, Consumer<T>) - Constructor for class io.undertow.util.SimpleObjectPool
- SinglePortConfidentialityHandler - Class in io.undertow.security.handlers
-
An extension to
AbstractConfidentialityHandlerthat uses the Host header from the incoming message and specifies the confidential address by just switching the port. - SinglePortConfidentialityHandler(HttpHandler, int) - Constructor for class io.undertow.security.handlers.SinglePortConfidentialityHandler
- SingleSignOn - Interface in io.undertow.security.impl
- SingleSignOnAuthenticationMechanism - Class in io.undertow.security.impl
-
Authenticator that can be used to configure single sign on.
- SingleSignOnAuthenticationMechanism(SingleSignOnManager) - Constructor for class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- SingleSignOnAuthenticationMechanism(SingleSignOnManager, IdentityManager) - Constructor for class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- SingleSignOnManager - Interface in io.undertow.security.impl
- size() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- size() - Method in class io.undertow.util.AttachmentList
- size() - Method in class io.undertow.util.CopyOnWriteMap
- size() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns the number of elements in this deque.
- size() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns the number of elements in this deque.
- SP - Static variable in class io.undertow.server.handlers.form.MultipartParser
-
The Space ASCII character value;
- spliterator() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns a
Spliteratorover the elements in this deque. - SSL - Enum constant in enum io.undertow.server.session.SessionConfig.SessionCookieSource
- SSL_CIPHER - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SSL_CIPHER_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SSL_CIPHER_USEKEYSIZE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SSL_CIPHER_USEKEYSIZE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SSL_CLIENT_CERT - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SSL_CLIENT_CERT_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SSL_SESSION_ID - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SSL_SESSION_ID_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- SslCipherAttribute - Class in io.undertow.attribute
- SslCipherAttribute() - Constructor for class io.undertow.attribute.SslCipherAttribute
- SslCipherAttribute.Builder - Class in io.undertow.attribute
- SslClientCertAttribute - Class in io.undertow.attribute
- SslClientCertAttribute() - Constructor for class io.undertow.attribute.SslClientCertAttribute
- SslClientCertAttribute.Builder - Class in io.undertow.attribute
- SSLHeaderHandler - Class in io.undertow.server.handlers
-
Handler that sets SSL information on the connection based on the following headers:
- SSLHeaderHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.SSLHeaderHandler
- SSLHeaderHandler.Builder - Class in io.undertow.server.handlers
- SslSessionConfig - Class in io.undertow.server.session
-
Session config that stores the session ID in the current SSL session.
- SslSessionConfig(SessionConfig, SessionManager) - Constructor for class io.undertow.server.session.SslSessionConfig
- SslSessionConfig(SessionManager) - Constructor for class io.undertow.server.session.SslSessionConfig
- SslSessionIdAttribute - Class in io.undertow.attribute
- SslSessionIdAttribute() - Constructor for class io.undertow.attribute.SslSessionIdAttribute
- SslSessionIdAttribute.Builder - Class in io.undertow.attribute
- sslWasNull() - Method in class io.undertow.UndertowMessages_$bundle
- sslWasNull() - Method in interface io.undertow.UndertowMessages
- sslWasNull() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- sslWasNull() - Method in interface io.undertow.util.UndertowConnectorMessages
- sslWasNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- sslWasNull$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- STALE - Enum constant in enum io.undertow.security.impl.DigestWWWAuthenticateToken
- STALE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- start() - Method in class io.undertow.server.handlers.GracefulShutdownHandler
- start() - Method in class io.undertow.server.session.InMemorySessionManager
- start() - Method in interface io.undertow.server.session.SessionManager
-
Starts the session manager
- start() - Method in class io.undertow.Undertow
- startBlocking(BlockingHttpExchange) - Method in class io.undertow.server.HttpServerExchange
-
Calling this method puts the exchange in blocking mode, using the given blocking exchange as the source of the streams.
- startBlockingHasNotBeenCalled() - Method in class io.undertow.UndertowMessages_$bundle
- startBlockingHasNotBeenCalled() - Method in interface io.undertow.UndertowMessages
- startBlockingHasNotBeenCalled() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- startBlockingHasNotBeenCalled() - Method in interface io.undertow.util.UndertowConnectorMessages
- startBlockingHasNotBeenCalled$str() - Method in class io.undertow.UndertowMessages_$bundle
- startBlockingHasNotBeenCalled$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- STATUS - Static variable in class io.undertow.util.Headers
-
Deprecated.
- STATUS_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- stickySessionCookieLengthTruncated(String, String) - Method in class io.undertow.UndertowLogger_$logger
- stickySessionCookieLengthTruncated(String, String) - Method in interface io.undertow.UndertowLogger
-
Undertow mod_cluster proxy messages
- stickySessionCookieLengthTruncated(String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- stickySessionCookieLengthTruncated(String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
-
Undertow mod_cluster proxy messages
- stickySessionCookieLengthTruncated$str() - Method in class io.undertow.UndertowLogger_$logger
- stickySessionCookieLengthTruncated$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- stop() - Method in class io.undertow.server.session.InMemorySessionManager
- stop() - Method in interface io.undertow.server.session.SessionManager
-
stops the session manager
- stop() - Method in class io.undertow.Undertow
- StoredResponseHandler - Class in io.undertow.server.handlers
-
A handler that buffers the full response and attaches it to the exchange.
- StoredResponseHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.StoredResponseHandler
- StoredResponseHandler.Builder - Class in io.undertow.server.handlers
- storeInitialLocation(HttpServerExchange) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- streamIdMustBeZeroForFrameType(int) - Method in class io.undertow.UndertowMessages_$bundle
- streamIdMustBeZeroForFrameType(int) - Method in interface io.undertow.UndertowMessages
- streamIdMustBeZeroForFrameType(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamIdMustBeZeroForFrameType(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- streamIdMustBeZeroForFrameType$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamIdMustBeZeroForFrameType$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamIdMustNotBeZeroForFrameType(int) - Method in class io.undertow.UndertowMessages_$bundle
- streamIdMustNotBeZeroForFrameType(int) - Method in interface io.undertow.UndertowMessages
- streamIdMustNotBeZeroForFrameType(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamIdMustNotBeZeroForFrameType(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- streamIdMustNotBeZeroForFrameType$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamIdMustNotBeZeroForFrameType$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamIsClosed() - Method in class io.undertow.UndertowMessages_$bundle
- streamIsClosed() - Method in interface io.undertow.UndertowMessages
- streamIsClosed() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamIsClosed() - Method in interface io.undertow.util.UndertowConnectorMessages
- streamIsClosed$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamIsClosed$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamLimitExceeded() - Method in class io.undertow.UndertowMessages_$bundle
- streamLimitExceeded() - Method in interface io.undertow.UndertowMessages
- streamLimitExceeded() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamLimitExceeded() - Method in interface io.undertow.util.UndertowConnectorMessages
- streamLimitExceeded$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamLimitExceeded$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamNotRegistered() - Method in class io.undertow.UndertowMessages_$bundle
- streamNotRegistered() - Method in interface io.undertow.UndertowMessages
- streamNotRegistered() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- streamNotRegistered() - Method in interface io.undertow.util.UndertowConnectorMessages
- streamNotRegistered$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamNotRegistered$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- STRICT - Enum constant in enum io.undertow.server.handlers.CookieSameSiteMode
-
The browser will only send cookies for same-site requests (requests originating from the site that set the cookie).
- STRICT_TRANSPORT_SECURITY - Static variable in class io.undertow.util.Headers
-
Deprecated.
- STRICT_TRANSPORT_SECURITY_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- stuckThreadCompleted(String, long, long, int) - Method in class io.undertow.UndertowLogger_$logger
- stuckThreadCompleted(String, long, long, int) - Method in interface io.undertow.UndertowLogger
- stuckThreadCompleted(String, long, long, int) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- stuckThreadCompleted(String, long, long, int) - Method in interface io.undertow.util.UndertowConnectorLogger
- stuckThreadCompleted$str() - Method in class io.undertow.UndertowLogger_$logger
- stuckThreadCompleted$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- stuckThreadDetected(String, long, long, Date, String, int, int, Throwable) - Method in class io.undertow.UndertowLogger_$logger
- stuckThreadDetected(String, long, long, Date, String, int, int, Throwable) - Method in interface io.undertow.UndertowLogger
- stuckThreadDetected(String, long, long, Date, String, int, int, Throwable) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- stuckThreadDetected(String, long, long, Date, String, int, int, Throwable) - Method in interface io.undertow.util.UndertowConnectorLogger
- stuckThreadDetected$str() - Method in class io.undertow.UndertowLogger_$logger
- stuckThreadDetected$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- StuckThreadDetectionHandler - Class in io.undertow.server.handlers
-
This valve allows to detect requests that take a long time to process, which might indicate that the thread that is processing it is stuck.
- StuckThreadDetectionHandler(int, HttpHandler) - Constructor for class io.undertow.server.handlers.StuckThreadDetectionHandler
- StuckThreadDetectionHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.StuckThreadDetectionHandler
- StuckThreadDetectionHandler.Builder - Class in io.undertow.server.handlers
- StuckThreadDetectionHandler.Wrapper - Class in io.undertow.server.handlers
- subList(int, int) - Method in class io.undertow.util.AttachmentList
- SubstituteEmptyAttribute(ExchangeAttribute, String) - Constructor for class io.undertow.attribute.SubstituteEmptyWrapper.SubstituteEmptyAttribute
- SubstituteEmptyWrapper - Class in io.undertow.attribute
- SubstituteEmptyWrapper(String) - Constructor for class io.undertow.attribute.SubstituteEmptyWrapper
- SubstituteEmptyWrapper.SubstituteEmptyAttribute - Class in io.undertow.attribute
- SubstringMap<V> - Class in io.undertow.util
-
A string keyed map that can be accessed as a substring, eliminating the need to allocate a new string to do a key comparison against.
- SubstringMap() - Constructor for class io.undertow.util.SubstringMap
- SubstringMap.SubstringMatch<V> - Class in io.undertow.util
- SubstringMatch(String, V) - Constructor for class io.undertow.util.SubstringMap.SubstringMatch
- suffix(String) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if the request path ends with the provided suffix.
- suffixes(String...) - Static method in class io.undertow.predicate.Predicates
-
Creates a predicate that returns true if the request path ends with any of the provided suffixes.
T
- TE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- TE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- THREAD_NAME - Static variable in class io.undertow.attribute.ThreadNameAttribute
- THREAD_NAME_SHORT - Static variable in class io.undertow.attribute.ThreadNameAttribute
- threadName() - Static method in class io.undertow.attribute.ExchangeAttributes
- ThreadNameAttribute - Class in io.undertow.attribute
-
The thread name
- ThreadNameAttribute.Builder - Class in io.undertow.attribute
- THROWABLE - Static variable in class io.undertow.server.handlers.ExceptionHandler
- TIMEOUT - Enum constant in enum io.undertow.server.session.SessionListener.SessionDestroyedReason
- timingOutRequest(String) - Method in class io.undertow.UndertowLogger_$logger
- timingOutRequest(String) - Method in interface io.undertow.UndertowLogger
- timingOutRequest(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- timingOutRequest(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- timingOutRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- timingOutRequest$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- toArray() - Method in class io.undertow.util.AttachmentList
- toArray() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
- toArray() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
- toArray(T[]) - Method in class io.undertow.util.AttachmentList
- toArray(T[]) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
- toCommonLogFormat(Date) - Static method in class io.undertow.util.DateUtils
- toDateString(Date) - Static method in class io.undertow.util.DateUtils
-
Converts a date to a format suitable for use in a HTTP request
- TOKEN - Static variable in class io.undertow.attribute.AuthenticationTypeExchangeAttribute
- TOKEN - Static variable in class io.undertow.attribute.SecureExchangeAttribute
- tokenize(String) - Static method in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- toMap() - Method in class io.undertow.util.SubstringMap
- toOldCookieDateString(Date) - Static method in class io.undertow.util.DateUtils
- tooManyCookies(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyCookies(int) - Method in interface io.undertow.UndertowMessages
- tooManyCookies(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyCookies(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- tooManyCookies$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyCookies$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyHeaders(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyHeaders(int) - Method in interface io.undertow.UndertowMessages
- tooManyHeaders(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyHeaders(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- tooManyHeaders$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyHeaders$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyParameters(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyParameters(int) - Method in interface io.undertow.UndertowMessages
- tooManyParameters(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyParameters(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- tooManyParameters$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyParameters$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyQueryParameters(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyQueryParameters(int) - Method in interface io.undertow.UndertowMessages
- tooManyQueryParameters(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyQueryParameters(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- tooManyQueryParameters$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyQueryParameters$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyRedirects(IOException) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyRedirects(IOException) - Method in interface io.undertow.UndertowMessages
- tooManyRedirects(IOException) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManyRedirects(IOException) - Method in interface io.undertow.util.UndertowConnectorMessages
- tooManyRedirects$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyRedirects$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManySessions(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManySessions(int) - Method in interface io.undertow.UndertowMessages
- tooManySessions(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- tooManySessions(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- tooManySessions$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManySessions$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- toPem(X509Certificate) - Static method in class io.undertow.util.Certificates
- toString() - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler
- toString() - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool.PooledByteBuffer
- toString() - Method in enum io.undertow.server.handlers.CookieSameSiteMode
- toString() - Method in class io.undertow.server.handlers.form.FormData
- toString() - Method in class io.undertow.server.handlers.JDBCLogHandler
- toString() - Method in class io.undertow.server.HttpServerExchange
- toString() - Method in class io.undertow.server.session.InMemorySessionManager
- toString() - Method in class io.undertow.Undertow.ListenerInfo
- toString() - Method in class io.undertow.util.ETag
- toString() - Method in class io.undertow.util.HttpString
-
Deprecated.Get the
Stringrepresentation of thisHttpString. - toString() - Method in class io.undertow.util.PathTemplate
- trace(HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a new HTTP trace handler.
- TRACE - Static variable in class io.undertow.util.Methods
-
Deprecated.
- TRACE_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- TRAILER - Static variable in class io.undertow.util.Headers
-
Deprecated.
- TRAILER_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- TRANSFER_ENCODING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- TRANSFER_ENCODING_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- TRANSPORT_PROTOCOL - Static variable in class io.undertow.attribute.TransportProtocolAttribute
- transportProtocol() - Static method in class io.undertow.attribute.ExchangeAttributes
- TransportProtocolAttribute - Class in io.undertow.attribute
-
The request method
- TransportProtocolAttribute.Builder - Class in io.undertow.attribute
- TRUE - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- truePredicate() - Static method in class io.undertow.predicate.Predicates
-
Prediction which always returns true
- TruePredicate - Class in io.undertow.predicate
- TruePredicate() - Constructor for class io.undertow.predicate.TruePredicate
- TruncatedResponseException - Exception in io.undertow.util
-
An exception indicating that the response channel was prematurely closed.
- TruncatedResponseException() - Constructor for exception io.undertow.util.TruncatedResponseException
-
Constructs a
TruncatedResponseExceptionwith no detail message. - TruncatedResponseException(String) - Constructor for exception io.undertow.util.TruncatedResponseException
-
Constructs a
TruncatedResponseExceptionwith the specified detail message. - TruncatedResponseException(String, Throwable) - Constructor for exception io.undertow.util.TruncatedResponseException
-
Constructs a
TruncatedResponseExceptionwith the specified detail message and cause. - TruncatedResponseException(Throwable) - Constructor for exception io.undertow.util.TruncatedResponseException
-
Constructs a
TruncatedResponseExceptionwith the specified cause. - tryFromString(String) - Static method in class io.undertow.util.HttpString
-
Deprecated.Attempt to convert a
Stringto anHttpString.
U
- unableToResolveModClusterManagementHost(String) - Method in class io.undertow.UndertowLogger_$logger
- unableToResolveModClusterManagementHost(String) - Method in interface io.undertow.UndertowLogger
- unableToResolveModClusterManagementHost(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- unableToResolveModClusterManagementHost(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- unableToResolveModClusterManagementHost$str() - Method in class io.undertow.UndertowLogger_$logger
- unableToResolveModClusterManagementHost$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- UNCHECKOUT - Static variable in class io.undertow.util.Methods
-
Deprecated.
- UNCHECKOUT_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- UNDEPLOY - Enum constant in enum io.undertow.server.session.SessionListener.SessionDestroyedReason
- Undertow - Class in io.undertow
-
Convenience class used to build an Undertow server.
- Undertow.Builder - Class in io.undertow
- Undertow.ListenerBuilder - Class in io.undertow
- Undertow.ListenerInfo - Class in io.undertow
- Undertow.ListenerType - Enum in io.undertow
- UndertowConnectorLogger - Interface in io.undertow.util
-
log messages start at 5000
- UndertowConnectorLogger_$logger - Class in io.undertow.util
-
Warning this class consists of generated code.
- UndertowConnectorLogger_$logger(Logger) - Constructor for class io.undertow.util.UndertowConnectorLogger_$logger
- UndertowConnectorMessages - Interface in io.undertow.util
- UndertowConnectorMessages_$bundle - Class in io.undertow.util
-
Warning this class consists of generated code.
- UndertowConnectorMessages_$bundle() - Constructor for class io.undertow.util.UndertowConnectorMessages_$bundle
- UndertowLogger - Interface in io.undertow
-
log messages start at 5000
- UndertowLogger_$logger - Class in io.undertow
-
Warning this class consists of generated code.
- UndertowLogger_$logger(Logger) - Constructor for class io.undertow.UndertowLogger_$logger
- UndertowMessages - Interface in io.undertow
- UndertowMessages_$bundle - Class in io.undertow
-
Warning this class consists of generated code.
- UndertowMessages_$bundle() - Constructor for class io.undertow.UndertowMessages_$bundle
- undertowRequestFailed(Throwable, HttpServerExchange) - Method in class io.undertow.UndertowLogger_$logger
- undertowRequestFailed(Throwable, HttpServerExchange) - Method in interface io.undertow.UndertowLogger
- undertowRequestFailed(Throwable, Object) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- undertowRequestFailed(Throwable, Object) - Method in interface io.undertow.util.UndertowConnectorLogger
- undertowRequestFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- undertowRequestFailed$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- UndertowServerContainer - Class in io.undertow.server
- UndertowServerContainer() - Constructor for class io.undertow.server.UndertowServerContainer
- unDispatch() - Method in class io.undertow.server.HttpServerExchange
- unexpectedEndOfCompressedInput() - Method in class io.undertow.UndertowLogger_$logger
- unexpectedEndOfCompressedInput() - Method in interface io.undertow.UndertowLogger
- unexpectedEndOfCompressedInput() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- unexpectedEndOfCompressedInput() - Method in interface io.undertow.util.UndertowConnectorLogger
- unexpectedEndOfCompressedInput$str() - Method in class io.undertow.UndertowLogger_$logger
- unexpectedEndOfCompressedInput$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- unexpectedTokenInHeader(String) - Method in class io.undertow.UndertowMessages_$bundle
- unexpectedTokenInHeader(String) - Method in interface io.undertow.UndertowMessages
- unexpectedTokenInHeader(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- unexpectedTokenInHeader(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- unexpectedTokenInHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- unexpectedTokenInHeader$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- ungetRequestBytes(HttpServerExchange, ByteBuf) - Static method in class io.undertow.server.Connectors
-
Attached buffered data to the exchange.
- unknownVariable(String) - Method in class io.undertow.UndertowLogger_$logger
- unknownVariable(String) - Method in interface io.undertow.UndertowLogger
- unknownVariable(String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- unknownVariable(String) - Method in interface io.undertow.util.UndertowConnectorLogger
- unknownVariable$str() - Method in class io.undertow.UndertowLogger_$logger
- unknownVariable$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- UNLOCK - Static variable in class io.undertow.util.Methods
-
Deprecated.
- UNLOCK_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- unregisteringContext(String, String) - Method in class io.undertow.UndertowLogger_$logger
- unregisteringContext(String, String) - Method in interface io.undertow.UndertowLogger
- unregisteringContext(String, String) - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- unregisteringContext(String, String) - Method in interface io.undertow.util.UndertowConnectorLogger
- unregisteringContext$str() - Method in class io.undertow.UndertowLogger_$logger
- unregisteringContext$str() - Method in class io.undertow.util.UndertowConnectorLogger_$logger
- unsigned(byte) - Static method in class io.undertow.util.Bits
-
Convert a signed value to unsigned.
- unsigned(int) - Static method in class io.undertow.util.Bits
-
Convert a signed value to unsigned.
- unsigned(short) - Static method in class io.undertow.util.Bits
-
Convert a signed value to unsigned.
- UPDATE - Static variable in class io.undertow.util.Methods
-
Deprecated.
- UPDATE_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- updateBytesReceived(long) - Method in class io.undertow.server.ConnectorStatisticsImpl
- updateBytesSent(long) - Method in class io.undertow.server.ConnectorStatisticsImpl
- UPGRADE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- UPGRADE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- upgradeChannel(String, Consumer<Object>) - Method in class io.undertow.server.HttpServerExchange
-
Upgrade the channel to a raw socket.
- upgradeChannel(Consumer<Object>) - Method in class io.undertow.server.HttpServerExchange
-
Upgrade the channel to a raw socket.
- upgradeNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- upgradeNotSupported() - Method in interface io.undertow.UndertowMessages
- upgradeNotSupported() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- upgradeNotSupported() - Method in interface io.undertow.util.UndertowConnectorMessages
- upgradeNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- upgradeNotSupported$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- URI - Static variable in class io.undertow.util.Headers
-
Deprecated.
- URL - Enum constant in enum io.undertow.server.session.SessionConfig.SessionCookieSource
- urlDecoding(HttpHandler, String) - Static method in class io.undertow.Handlers
-
A handler that will decode the URL, query parameters and to the specified charset.
- urlDecodingHandler(String, HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a new handler that decodes the URL and query parameters into the specified charset, assuming it has not already been done by the connector.
- URLDecodingHandler - Class in io.undertow.server.handlers
-
A handler that will decode the URL and query parameters to the specified charset.
- URLDecodingHandler(HttpHandler, String) - Constructor for class io.undertow.server.handlers.URLDecodingHandler
- URLDecodingHandler.Builder - Class in io.undertow.server.handlers
- URLResource - Class in io.undertow.server.handlers.resource
- URLResource(URL, String) - Constructor for class io.undertow.server.handlers.resource.URLResource
- URLResource(URL, URLConnection, String) - Constructor for class io.undertow.server.handlers.resource.URLResource
-
Deprecated.
- URLUtils - Class in io.undertow.util
-
Utilities for dealing with URLs
- useLongContentLength - Variable in class io.undertow.server.handlers.JDBCLogHandler
- USER_AGENT - Static variable in class io.undertow.util.Headers
-
Deprecated.
- USER_AGENT_CHARSETS - Static variable in class io.undertow.security.impl.BasicAuthenticationMechanism
-
A comma separated list of patterns and charsets.
- USER_AGENT_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- userAgentCharsetMustHaveEvenNumberOfItems(String) - Method in class io.undertow.UndertowMessages_$bundle
- userAgentCharsetMustHaveEvenNumberOfItems(String) - Method in interface io.undertow.UndertowMessages
- userAgentCharsetMustHaveEvenNumberOfItems(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- userAgentCharsetMustHaveEvenNumberOfItems(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- userAgentCharsetMustHaveEvenNumberOfItems$str() - Method in class io.undertow.UndertowMessages_$bundle
- userAgentCharsetMustHaveEvenNumberOfItems$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- userAuthenticated(String) - Method in class io.undertow.UndertowMessages_$bundle
- userAuthenticated(String) - Method in interface io.undertow.UndertowMessages
- userAuthenticated(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- userAuthenticated(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- userAuthenticated$str() - Method in class io.undertow.UndertowMessages_$bundle
- userAuthenticated$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- userLoggedOut(String) - Method in class io.undertow.UndertowMessages_$bundle
- userLoggedOut(String) - Method in interface io.undertow.UndertowMessages
- userLoggedOut(String) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- userLoggedOut(String) - Method in interface io.undertow.util.UndertowConnectorMessages
- userLoggedOut$str() - Method in class io.undertow.UndertowMessages_$bundle
- userLoggedOut$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- USERNAME - Enum constant in enum io.undertow.security.impl.DigestAuthorizationToken
- USERNAME - Static variable in class io.undertow.util.Headers
-
Deprecated.
- UTF_8 - Static variable in class io.undertow.util.RedirectBuilder
V
- validateCookieValue(String) - Static method in class io.undertow.util.Rfc6265CookieSupport
- validateDomain(String) - Static method in class io.undertow.util.Rfc6265CookieSupport
- validateNonce(String, int, HttpServerExchange) - Method in interface io.undertow.security.api.NonceManager
-
Validate that a nonce can be used.
- validateNonce(String, int, HttpServerExchange) - Method in class io.undertow.security.impl.SimpleNonceManager
- validatePath(String) - Static method in class io.undertow.util.Rfc6265CookieSupport
- valueOf(String) - Static method in enum io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.security.api.AuthenticationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.security.api.SecurityNotification.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.security.idm.DigestAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.security.impl.AuthenticationInfoToken
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.security.impl.DigestAuthorizationToken
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.security.impl.DigestQop
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.security.impl.DigestWWWAuthenticateToken
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.handlers.CookieSameSiteMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.SecureCookieCommitListener
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.session.SessionConfig.SessionCookieSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.session.SessionListener.SessionDestroyedReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.Undertow.ListenerType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.security.api.AuthenticationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.security.api.SecurityNotification.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.security.idm.DigestAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.security.impl.AuthenticationInfoToken
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.security.impl.DigestAuthorizationToken
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.security.impl.DigestQop
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.security.impl.DigestWWWAuthenticateToken
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.server.handlers.CookieSameSiteMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.server.SecureCookieCommitListener
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.server.session.SessionConfig.SessionCookieSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.server.session.SessionListener.SessionDestroyedReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.Undertow.ListenerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class io.undertow.util.CopyOnWriteMap
- VARY - Static variable in class io.undertow.util.Headers
-
Deprecated.
- VARY_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- verify(Account) - Method in interface io.undertow.security.idm.IdentityManager
-
Verify a previously authenticated account.
- verify(Credential) - Method in interface io.undertow.security.idm.IdentityManager
-
Perform verification when all we have is the Credential, in this case the IdentityManager is also responsible for mapping the Credential to an account.
- verify(String, Credential) - Method in interface io.undertow.security.idm.IdentityManager
-
Verify a supplied
Credentialagainst a requested ID. - verifyHA1(byte[]) - Method in interface io.undertow.security.idm.DigestCredential
-
Called by the
IdentityManagerimplementation to pass in the hex encoded a1 representation for validation against the current request. - verifyToken(HttpString) - Static method in class io.undertow.util.HttpTokens
-
Verifies that the contents of the HttpString are a valid token according to rfc7230.
- Version - Class in io.undertow
- Version() - Constructor for class io.undertow.Version
- VERSION - Static variable in class io.undertow.util.Cookies
- VERSION_CONTROL - Static variable in class io.undertow.util.Methods
-
Deprecated.
- VERSION_CONTROL_STRING - Static variable in class io.undertow.util.Methods
-
Deprecated.
- VIA - Static variable in class io.undertow.util.Headers
-
Deprecated.
- VIA_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- virtualHost() - Static method in class io.undertow.Handlers
-
Creates a new virtual host handler
- virtualHost(HttpHandler) - Static method in class io.undertow.Handlers
-
Creates a new virtual host handler using the provided default handler
- virtualHost(HttpHandler, HttpHandler, String...) - Static method in class io.undertow.Handlers
-
Creates a new virtual host handler that uses the provided handler as the root handler for the given hostnames.
- virtualHost(HttpHandler, String...) - Static method in class io.undertow.Handlers
-
Creates a new virtual host handler that uses the provided handler as the root handler for the given hostnames.
W
- WARNING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- WARNING_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- wrap(ExchangeAttribute) - Method in interface io.undertow.attribute.ExchangeAttributeWrapper
- wrap(ExchangeAttribute) - Method in class io.undertow.attribute.QuotingExchangeAttribute.Wrapper
- wrap(ExchangeAttribute) - Method in class io.undertow.attribute.SubstituteEmptyWrapper
- wrap(HttpHandler) - Method in class io.undertow.predicate.PredicatesHandler.Wrapper
- wrap(HttpHandler) - Method in class io.undertow.server.handlers.ByteRangeHandler.Wrapper
- wrap(HttpHandler) - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler.Wrapper
- wrap(HttpHandler) - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler.Wrapper
- wrap(HttpHandler) - Method in interface io.undertow.server.HandlerWrapper
- wrap(HttpHandler) - Method in class io.undertow.util.ChainedHandlerWrapper
- Wrapper() - Constructor for class io.undertow.attribute.QuotingExchangeAttribute.Wrapper
- Wrapper() - Constructor for class io.undertow.server.handlers.StuckThreadDetectionHandler.Wrapper
- Wrapper(boolean) - Constructor for class io.undertow.server.handlers.ByteRangeHandler.Wrapper
- Wrapper(int) - Constructor for class io.undertow.server.handlers.StuckThreadDetectionHandler.Wrapper
- Wrapper(Predicate) - Constructor for class io.undertow.server.handlers.HttpContinueAcceptingHandler.Wrapper
- Wrapper(List<PredicatedHandler>, boolean) - Constructor for class io.undertow.predicate.PredicatesHandler.Wrapper
- WRAPPER - Static variable in class io.undertow.attribute.QuotingExchangeAttribute
- WRAPPER - Static variable in class io.undertow.server.handlers.form.EagerFormParsingHandler
- WRAPPER - Static variable in class io.undertow.server.handlers.ForwardedHandler
- WRAPPER - Static variable in class io.undertow.server.handlers.MetricsHandler
- WRAPPER - Static variable in class io.undertow.server.handlers.SecureCookieHandler
- write(byte[], int, int) - Method in class io.undertow.util.FlexBase64.DecoderOutputStream
- write(byte[], int, int) - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
- write(int) - Method in class io.undertow.util.FlexBase64.DecoderOutputStream
- write(int) - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
- write(Path) - Method in class io.undertow.server.handlers.form.FormData.FileItem
- writeAsync(ByteBuf, boolean, IoCallback<T>, T) - Method in class io.undertow.server.HttpServerExchange
- writeAsync(String) - Method in class io.undertow.server.HttpServerExchange
-
Writes the given UTF-8 data and ends the exchange
- writeAsync(String, Charset) - Method in class io.undertow.server.HttpServerExchange
-
Writes the given data in the provided charset and ends the exchange
- writeAsync(String, Charset, boolean, IoCallback<T>, T) - Method in class io.undertow.server.HttpServerExchange
-
Writes the given data in the provided charset and invokes the provided callback on completion
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.AuthenticationTypeExchangeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.BytesSentAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.CompositeExchangeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ConstantExchangeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.CookieAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.DateTimeAttribute
- writeAttribute(HttpServerExchange, String) - Method in interface io.undertow.attribute.ExchangeAttribute
-
Sets a new value for the attribute.
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.HostAndPortAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.IdentUsernameAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.LocalIPAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.LocalPortAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.LocalServerNameAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.NullAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.PathParameterAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.PredicateContextAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.QueryParameterAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.QueryStringAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.QuotingExchangeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RelativePathAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RemoteHostAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RemoteIPAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RemoteUserAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestHeaderAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestLineAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestMethodAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestPathAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestProtocolAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestSchemeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestURLAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ResolvedPathAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ResponseCodeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ResponseHeaderAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ResponseTimeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.SecureExchangeAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.SslCipherAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.SslClientCertAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.SslSessionIdAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.SubstituteEmptyWrapper.SubstituteEmptyAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ThreadNameAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.TransportProtocolAttribute
- writeBlocking(ByteBuf, boolean) - Method in class io.undertow.server.HttpServerExchange
- writeTo(OutputStream) - Method in class io.undertow.util.HttpString
-
Deprecated.Append to an output stream.
- wrongMagicNumber(int) - Method in class io.undertow.UndertowMessages_$bundle
- wrongMagicNumber(int) - Method in interface io.undertow.UndertowMessages
- wrongMagicNumber(int) - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- wrongMagicNumber(int) - Method in interface io.undertow.util.UndertowConnectorMessages
- wrongMagicNumber$str() - Method in class io.undertow.UndertowMessages_$bundle
- wrongMagicNumber$str() - Method in class io.undertow.util.UndertowConnectorMessages_$bundle
- WWW_AUTHENTICATE - Static variable in class io.undertow.util.Headers
-
Deprecated.
- WWW_AUTHENTICATE_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
X
- X_COMPRESS - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_CONTENT_TYPE_OPTIONS - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_CONTENT_TYPE_OPTIONS_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_DISABLE_PUSH - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_DISABLE_PUSH_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_FOR - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_FOR_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_HOST - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_HOST_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_PORT - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_PORT_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_PROTO - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_PROTO_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_SERVER - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FORWARDED_SERVER_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FRAME_OPTIONS - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_FRAME_OPTIONS_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_GZIP - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_XSS_PROTECTION - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X_XSS_PROTECTION_STRING - Static variable in class io.undertow.util.Headers
-
Deprecated.
- X509CertificateCredential - Class in io.undertow.security.idm
-
A
Credentialimplementation which wraps an X.509 certificate. - X509CertificateCredential(X509Certificate) - Constructor for class io.undertow.security.idm.X509CertificateCredential
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
SecurityContextimplementations that also implement theAuthenticationMechanismContextinterface.