A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAjpClientStreamSinkChannel - Class in io.undertow.protocols.ajp
- AbstractAjpClientStreamSinkChannel(AjpClientChannel) - Constructor for class io.undertow.protocols.ajp.AbstractAjpClientStreamSinkChannel
- AbstractAjpClientStreamSourceChannel - Class in io.undertow.protocols.ajp
- AbstractAjpClientStreamSourceChannel(AjpClientChannel, PooledByteBuffer, long) - Constructor for class io.undertow.protocols.ajp.AbstractAjpClientStreamSourceChannel
- 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
- AbstractFixedLengthStreamSinkConduit - Class in io.undertow.conduits
-
A channel which writes a fixed amount of data.
- AbstractFixedLengthStreamSinkConduit(StreamSinkConduit, long, boolean, boolean) - Constructor for class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
-
Construct a new instance.
- AbstractFramedChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> - Class in io.undertow.server.protocol.framed
-
A
ConnectedChannel
which can be used to send and receive Frames. - AbstractFramedChannel(StreamConnection, ByteBufferPool, FramePriority<C, R, S>, PooledByteBuffer, OptionMap) - Constructor for class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Create a new
AbstractFramedChannel
8 - AbstractFramedStreamSinkChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> - Class in io.undertow.server.protocol.framed
-
Framed Stream Sink Channel.
- AbstractFramedStreamSinkChannel(C) - Constructor for class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- AbstractFramedStreamSinkConduit - Class in io.undertow.conduits
-
Utility class to ease the implementation of framed protocols.
- AbstractFramedStreamSinkConduit(StreamSinkConduit) - Constructor for class io.undertow.conduits.AbstractFramedStreamSinkConduit
-
Construct a new instance.
- AbstractFramedStreamSinkConduit.FrameCallBack - Interface in io.undertow.conduits
-
Interface that is called when a frame event takes place.
- AbstractFramedStreamSinkConduit.PooledBufferFrameCallback - Class in io.undertow.conduits
- AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback - Class in io.undertow.conduits
- AbstractFramedStreamSourceChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> - Class in io.undertow.server.protocol.framed
-
Source channel, used to receive framed messages.
- AbstractFramedStreamSourceChannel(C) - Constructor for class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- AbstractFramedStreamSourceChannel(C, PooledByteBuffer, long) - Constructor for class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- AbstractHttp2StreamSinkChannel - Class in io.undertow.protocols.http2
- AbstractHttp2StreamSourceChannel - Class in io.undertow.protocols.http2
-
HTTP2 stream source channel
- AbstractReceiveListener - Class in io.undertow.websockets.core
-
A receive listener that performs a callback when it receives a message
- AbstractReceiveListener() - Constructor for class io.undertow.websockets.core.AbstractReceiveListener
- AbstractSecurityContext - Class in io.undertow.security.impl
-
A base class for
SecurityContext
implementations 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
SecurityContext
instance with the current request. - AbstractSecurityContextAssociationHandler(HttpHandler) - Constructor for class io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
- AbstractServerConnection - Class in io.undertow.server
- AbstractServerConnection(StreamConnection, ByteBufferPool, HttpHandler, OptionMap, int) - Constructor for class io.undertow.server.AbstractServerConnection
- AbstractServerConnection.ConduitState - Class in io.undertow.server
- accept(WebSocketExtension) - Method in interface io.undertow.websockets.extensions.ExtensionHandshake
-
Validate if an extension request is accepted.
- accept(WebSocketExtension) - Method in class io.undertow.websockets.extensions.PerMessageDeflateHandshake
- ACCEPT - Static variable in class io.undertow.util.Headers
- ACCEPT_CHARSET - Static variable in class io.undertow.util.Headers
- ACCEPT_CHARSET_STRING - Static variable in class io.undertow.util.Headers
- ACCEPT_ENCODING - Static variable in class io.undertow.util.Headers
- ACCEPT_ENCODING_STRING - Static variable in class io.undertow.util.Headers
- ACCEPT_LANGUAGE - Static variable in class io.undertow.util.Headers
- ACCEPT_LANGUAGE_STRING - Static variable in class io.undertow.util.Headers
- ACCEPT_RANGES - Static variable in class io.undertow.util.Headers
- ACCEPT_RANGES_STRING - Static variable in class io.undertow.util.Headers
- ACCEPT_STRING - Static variable in class io.undertow.util.Headers
- acceptConnectRequest(HttpUpgradeListener) - Method in class io.undertow.server.HttpServerExchange
- ACCEPTED - Static variable in class io.undertow.util.StatusCodes
- ACCEPTED_STRING - Static variable in class io.undertow.util.StatusCodes
- 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.
- acknowledged() - Method in interface io.undertow.client.ClientConnection.PingListener
- 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
- ACL_STRING - Static variable in class io.undertow.util.Methods
- ActiveRequestTrackerHandler - Class in io.undertow.server.handlers
-
This handler will track all active requests.
- ActiveRequestTrackerHandler(HttpHandler, Predicate) - Constructor for class io.undertow.server.handlers.ActiveRequestTrackerHandler
- ActiveRequestTrackerHandler.Builder - Class in io.undertow.server.handlers
- activity(long) - Method in interface io.undertow.conduits.ByteActivityCallback
- add(int, String) - Method in class io.undertow.util.HeaderValues
- 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(HttpString, long) - Method in class io.undertow.util.HeaderMap
- add(HttpString, String) - Method in class io.undertow.util.HeaderMap
- add(HttpString, String, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- add(HttpString, String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- 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) - Method in class io.undertow.util.HeaderValues
- add(String, byte[], String, HeaderMap) - 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, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- add(String, String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- add(String, String, HeaderMap) - Method in class io.undertow.server.handlers.form.FormData
- add(String, String, String, HeaderMap) - Method in class io.undertow.server.handlers.form.FormData
- add(String, Path, String, HeaderMap) - Method in class io.undertow.server.handlers.form.FormData
- add(String, Path, String, HeaderMap, boolean, String) - 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
- addAjpListener(int, String) - Method in class io.undertow.Undertow.Builder
- addAjpListener(int, String, HttpHandler) - Method in class io.undertow.Undertow.Builder
- addAll(int, Collection<? extends String>) - Method in class io.undertow.util.HeaderValues
- addAll(int, Collection<? extends T>) - Method in class io.undertow.util.AttachmentList
- addAll(RoutingHandler) - Method in class io.undertow.server.RoutingHandler
- addAll(HttpString, Collection<String>) - Method in class io.undertow.util.HeaderMap
- 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 String>) - Method in class io.undertow.util.HeaderValues
- 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, for removal: This API element is subject to removal in a future version.This method is now only applicable to
SecurityContext
implementations that also implement theAuthenticationMechanismContext
interface. - addAuthenticationMechanism(AuthenticationMechanism) - Method in class io.undertow.security.impl.SecurityContextImpl
- addCloseListener(ServerConnection.CloseListener) - Method in class io.undertow.server.AbstractServerConnection
- addCloseListener(ServerConnection.CloseListener) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- addCloseListener(ServerConnection.CloseListener) - Method in class io.undertow.server.ServerConnection
-
Adds a close listener, than will be invoked with the connection is closed
- addCloseListener(ChannelListener<ClientConnection>) - Method in interface io.undertow.client.ClientConnection
-
Adds a close listener, than will be invoked with the connection is closed
- addCloseListener(ChannelListener<ClientConnection>) - Method in class io.undertow.client.http2.Http2ClientConnection
- addCloseTask(ChannelListener<C>) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- addCloseTask(ChannelListener<ServerSentEventConnection>) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
Adds a listener that will be invoked when the channel is closed
- addCloseTask(ChannelListener<R>) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- addCookie(HttpServerExchange, Cookie) - Static method in class io.undertow.server.Connectors
-
Adds the cookie into the response header map.
- 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 - io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
A file was added in a directory.
- addEncoding(String, ConduitWrapper<StreamSourceConduit>) - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler
- addEncoding(String, String) - Method in class io.undertow.server.handlers.resource.PreCompressedResourceSupplier
- addEncodingHandler(String, ContentEncodingProvider, int) - Method in class io.undertow.server.handlers.encoding.ContentEncodingRepository
- addEncodingHandler(String, ContentEncodingProvider, int, Predicate) - Method in class io.undertow.server.handlers.encoding.ContentEncodingRepository
- 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
- addExtension(ExtensionHandshake) - Method in class io.undertow.websockets.core.protocol.Handshake
-
Add a new WebSocket Extension handshake to the list of available extensions.
- addExtension(ExtensionHandshake) - Method in class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Add a new WebSocket Extension into the handshakes defined in this handler.
- 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.
- addFirst(HttpString, String) - Method in class io.undertow.util.HeaderMap
- addFirst(String) - Method in class io.undertow.util.HeaderValues
- addHost(H) - Method in class io.undertow.server.handlers.proxy.HostTable
- addHost(String, HttpHandler) - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- addHost(InetSocketAddress, URI, String, XnioSsl, OptionMap) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- addHost(URI) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- addHost(URI, String) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- addHost(URI, String, XnioSsl) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- addHost(URI, String, XnioSsl, OptionMap) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- addHost(URI, XnioSsl) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- addHttpListener(int, String) - Method in class io.undertow.Undertow.Builder
- addHttpListener(int, String, HttpHandler) - Method in class io.undertow.Undertow.Builder
- addHttpsListener(int, String, KeyManager[], TrustManager[]) - Method in class io.undertow.Undertow.Builder
- addHttpsListener(int, String, KeyManager[], TrustManager[], HttpHandler) - Method in class io.undertow.Undertow.Builder
- addHttpsListener(int, String, SSLContext) - Method in class io.undertow.Undertow.Builder
- addHttpsListener(int, String, SSLContext, HttpHandler) - 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.
- addLast(HttpString, String) - Method in class io.undertow.util.HeaderMap
- addLast(String) - Method in class io.undertow.util.HeaderValues
- addListener(int, String) - Method in class io.undertow.Undertow.Builder
-
Deprecated.
- addListener(int, String, Undertow.ListenerType) - Method in class io.undertow.Undertow.Builder
-
Deprecated.
- 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
- addMatch(String, SSLContext) - Method in class io.undertow.protocols.ssl.SNIContextMatcher.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, for removal: This API element is subject to removal in a future version.
- 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.
- addProtocol(String, DelegateOpenListener, int) - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- addProtocol(String, HttpUpgradeListener) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Add a protocol to this handler.
- addProtocol(String, HttpUpgradeListener, HttpUpgradeHandshake) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Add a protocol to this handler.
- addProtocol(String, ChannelListener<? super StreamConnection>) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Add a protocol to this handler.
- addProtocol(String, ChannelListener<? super StreamConnection>, HttpUpgradeHandshake) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Add a protocol to this handler.
- addPushPromiseStream(int) - Method in class io.undertow.protocols.http2.Http2Channel
-
Adds a received pushed stream into the current streams for a client.
- addQueryParam(String, String) - Method in class io.undertow.server.HttpServerExchange
- addRequestHeader(HttpString, ExchangeAttribute) - Method in class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- addRequestHeader(HttpString, ExchangeAttribute) - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- addRequestHeader(HttpString, String) - Method in class io.undertow.server.handlers.ConfiguredPushHandler
- addRequestHeader(HttpString, String) - Method in class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- addRequestHeader(HttpString, String, ClassLoader) - Method in class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- addRequestWrapper(ConduitWrapper<StreamSourceConduit>) - Method in class io.undertow.server.HttpServerExchange
-
Adds a
ConduitWrapper
to the request wrapper chain. - addResponseCommitListener(ResponseCommitListener) - Method in class io.undertow.server.HttpServerExchange
-
Adds a listener that will be invoked on response commit
- addResponseWrapper(ConduitWrapper<StreamSinkConduit>) - Method in class io.undertow.server.HttpServerExchange
-
Adds a
ConduitWrapper
to the response wrapper chain. - addRoute(H, String, String) - Method in class io.undertow.server.handlers.proxy.HostTable
- addRoute(String, String...) - Method in class io.undertow.server.handlers.ConfiguredPushHandler
- addSessionCookieName(String) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- 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.protocols.http2.Http2Channel
- addToAttachmentList(AttachmentKey<AttachmentList<T>>, T) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- addToAttachmentList(AttachmentKey<AttachmentList<T>>, T) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- 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
- adjustedCookieVersion(Cookie) - Static method in class io.undertow.util.LegacyCookieSupport
- advertise(MCMPConfig) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
-
Start advertising a mcmp handler.
- AdvertiseBuilder(MCMPConfig.Builder) - Constructor for class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- afterRead(ByteBuffer, int, int) - Method in interface io.undertow.websockets.core.function.ChannelFunction
-
Is called on the
ByteBuffer
after a read operation completes - afterRead(ByteBuffer, int, int) - Method in class io.undertow.websockets.core.protocol.version07.Masker
- afterRead(ByteBuffer, int, int) - Method in class io.undertow.websockets.core.protocol.version07.UTF8Checker
- afterRead(ByteBuffer, int, int) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
-
Called after data was read into the
ByteBuffer
- afterRequest(Map<String, List<String>>) - Method in class io.undertow.websockets.client.WebSocketClientNegotiation
- AGE - Static variable in class io.undertow.util.Headers
- AGE_STRING - Static variable in class io.undertow.util.Headers
- AggregateConnectorStatistics - Class in io.undertow.server
- AggregateConnectorStatistics(ConnectorStatistics[]) - Constructor for class io.undertow.server.AggregateConnectorStatistics
- AJP - io.undertow.Undertow.ListenerType
- AJP_ALLOWED_REQUEST_ATTRIBUTES_PATTERN - Static variable in class io.undertow.UndertowOptions
-
The AJP protocol itself supports the passing of arbitrary request attributes.
- AJP_REMOTE_PORT - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- AjpClientChannel - Class in io.undertow.protocols.ajp
-
AJP client side channel.
- AjpClientChannel(StreamConnection, ByteBufferPool, OptionMap) - Constructor for class io.undertow.protocols.ajp.AjpClientChannel
-
Create a new
AbstractFramedChannel
8 - AjpClientCPingStreamSinkChannel - Class in io.undertow.protocols.ajp
- AjpClientCPingStreamSinkChannel(AjpClientChannel) - Constructor for class io.undertow.protocols.ajp.AjpClientCPingStreamSinkChannel
- AjpClientProvider - Class in io.undertow.client.ajp
- AjpClientProvider() - Constructor for class io.undertow.client.ajp.AjpClientProvider
- AjpClientRequestClientStreamSinkChannel - Class in io.undertow.protocols.ajp
-
AJP stream sink channel that corresponds to a request send from the load balancer to the backend
- AjpClientResponseStreamSourceChannel - Class in io.undertow.protocols.ajp
- AjpClientResponseStreamSourceChannel(AjpClientChannel, HeaderMap, int, String, PooledByteBuffer, int) - Constructor for class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- AjpOpenListener - Class in io.undertow.server.protocol.ajp
- AjpOpenListener(ByteBufferPool) - Constructor for class io.undertow.server.protocol.ajp.AjpOpenListener
- AjpOpenListener(ByteBufferPool, OptionMap) - Constructor for class io.undertow.server.protocol.ajp.AjpOpenListener
- AjpOpenListener(Pool<ByteBuffer>) - Constructor for class io.undertow.server.protocol.ajp.AjpOpenListener
- AjpOpenListener(Pool<ByteBuffer>, OptionMap) - Constructor for class io.undertow.server.protocol.ajp.AjpOpenListener
- ajpRequestAlreadyInProgress() - Method in class io.undertow.UndertowMessages_$bundle
- ajpRequestAlreadyInProgress() - Method in interface io.undertow.UndertowMessages
- ajpRequestAlreadyInProgress$str() - Method in class io.undertow.UndertowMessages_$bundle
- AjpRequestParser - Class in io.undertow.server.protocol.ajp
- AjpRequestParser(String, boolean, int, int, boolean, boolean) - Constructor for class io.undertow.server.protocol.ajp.AjpRequestParser
- AjpRequestParser(String, boolean, int, int, boolean, boolean, String) - Constructor for class io.undertow.server.protocol.ajp.AjpRequestParser
- AjpRequestParser.IntegerHolder - Class in io.undertow.server.protocol.ajp
- AjpRequestParser.StringHolder - Class in io.undertow.server.protocol.ajp
- AjpServerConnection - Class in io.undertow.server.protocol.ajp
-
A server-side AJP connection.
- AjpServerConnection(StreamConnection, ByteBufferPool, HttpHandler, OptionMap, int) - Constructor for class io.undertow.server.protocol.ajp.AjpServerConnection
- AjpServerRequestConduit - Class in io.undertow.server.protocol.ajp
-
Underlying AJP request channel.
- AjpServerRequestConduit(StreamSourceConduit, HttpServerExchange, AjpServerResponseConduit, Long, ConduitListener<? super AjpServerRequestConduit>) - Constructor for class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- ALGORITHM - io.undertow.security.impl.DigestAuthorizationToken
- ALGORITHM - io.undertow.security.impl.DigestWWWAuthenticateToken
- ALGORITHM - Static variable in class io.undertow.util.Headers
- allocate() - Method in interface io.undertow.connector.ByteBufferPool
- allocate() - Method in class io.undertow.server.DefaultByteBufferPool
- 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.server.XnioBufferPoolAdaptor
- allocate() - Method in class io.undertow.server.XnioByteBufferPool
- allocate() - Method in class io.undertow.util.NewInstanceObjectPool
- allocate() - Method in interface io.undertow.util.ObjectPool
- allocate() - Method in class io.undertow.util.SimpleObjectPool
- allocateAll(PooledByteBuffer[], PooledByteBuffer) - Method in class io.undertow.protocols.http2.Http2StreamSinkChannel
- ALLOW - Static variable in class io.undertow.util.Headers
- ALLOW_ENCODED_SLASH - Static variable in class io.undertow.UndertowOptions
-
Deprecated.- this option was interpreted improperly.
- ALLOW_EQUALS_IN_COOKIE_VALUE - Static variable in class io.undertow.UndertowOptions
-
If this is true then Undertow will allow non-escaped equals characters in unquoted cookie values.
- ALLOW_STRING - Static variable in class io.undertow.util.Headers
- ALLOW_UNESCAPED_CHARACTERS_IN_URL - Static variable in class io.undertow.UndertowOptions
- ALLOW_UNKNOWN_PROTOCOLS - Static variable in class io.undertow.UndertowOptions
-
If unknown protocols should be allowed.
- AllowedContentEncodings - Class in io.undertow.server.handlers.encoding
-
An attachment that provides information about the current content encoding that will be chosen for the response
- AllowedContentEncodings(HttpServerExchange, List<EncodingMapping>) - Constructor for class io.undertow.server.handlers.encoding.AllowedContentEncodings
- AllowedMethodsHandler - Class in io.undertow.server.handlers
-
Handler that whitelists certain HTTP methods.
- AllowedMethodsHandler(HttpHandler, HttpString...) - Constructor for class io.undertow.server.handlers.AllowedMethodsHandler
- AllowedMethodsHandler(HttpHandler, Set<HttpString>) - Constructor for class io.undertow.server.handlers.AllowedMethodsHandler
- AllowedMethodsHandler.Builder - Class in io.undertow.server.handlers
- allowExtensions - Variable in class io.undertow.websockets.core.protocol.Handshake
- ALPNClientSelector - Class in io.undertow.client
- ALPNClientSelector.ALPNProtocol - Class in io.undertow.client
- alpnConnectionFailed(SslConnection) - Method in class io.undertow.UndertowLogger_$logger
- alpnConnectionFailed(SslConnection) - Method in interface io.undertow.UndertowLogger
- alpnConnectionFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- ALPNEngineManager - Interface in io.undertow.protocols.alpn
- ALPNLimitingSSLEngine - Class in io.undertow.server.protocol.http
-
SSLEngine that will limit the cipher selection to HTTP/2 suitable protocols if the client is offering h2 as an option.
- ALPNLimitingSSLEngine(SSLEngine, Runnable) - Constructor for class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- ALPNManager - Class in io.undertow.protocols.alpn
- ALPNManager(ClassLoader) - Constructor for class io.undertow.protocols.alpn.ALPNManager
- AlpnOpenListener - Class in io.undertow.server.protocol.http
-
Open listener adaptor for ALPN connections
- AlpnOpenListener(ByteBufferPool) - Constructor for class io.undertow.server.protocol.http.AlpnOpenListener
- AlpnOpenListener(ByteBufferPool, OptionMap) - Constructor for class io.undertow.server.protocol.http.AlpnOpenListener
- AlpnOpenListener(ByteBufferPool, OptionMap, DelegateOpenListener) - Constructor for class io.undertow.server.protocol.http.AlpnOpenListener
- AlpnOpenListener(ByteBufferPool, OptionMap, String, DelegateOpenListener) - Constructor for class io.undertow.server.protocol.http.AlpnOpenListener
- AlpnOpenListener(Pool<ByteBuffer>, OptionMap) - Constructor for class io.undertow.server.protocol.http.AlpnOpenListener
- AlpnOpenListener(Pool<ByteBuffer>, OptionMap, DelegateOpenListener) - Constructor for class io.undertow.server.protocol.http.AlpnOpenListener
- AlpnOpenListener(Pool<ByteBuffer>, OptionMap, String, DelegateOpenListener) - Constructor for class io.undertow.server.protocol.http.AlpnOpenListener
- alpnProtocol(ClientCallback<ClientConnection>, URI, ByteBufferPool, OptionMap) - Static method in class io.undertow.client.http.HttpClientProvider
- alpnProtocol(ClientCallback<ClientConnection>, URI, ByteBufferPool, OptionMap) - Static method in class io.undertow.client.http2.Http2ClientProvider
- ALPNProtocol(ChannelListener<SslConnection>, String) - Constructor for class io.undertow.client.ALPNClientSelector.ALPNProtocol
- ALPNProvider - Interface in io.undertow.protocols.alpn
-
Interface that allows for ALPN providers to be dynamically selected.
- ALREADY_REPORTED - Static variable in class io.undertow.util.StatusCodes
- ALREADY_REPORTED_STRING - Static variable in class io.undertow.util.StatusCodes
- ALWAYS_SET_DATE - Static variable in class io.undertow.UndertowOptions
-
If this is true then a Date header will be added to all responses.
- ALWAYS_SET_KEEP_ALIVE - Static variable in class io.undertow.UndertowOptions
-
If this is true then a Connection: keep-alive header will be added to responses, even when it is not strictly required by the specification.
- 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
- appendTo(ByteBuffer) - Method in class io.undertow.util.HttpString
-
Append to a byte buffer.
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- areExtensionsSupported() - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
-
true
if extensions are supported for theWebSocketFrameType
. - areExtensionsSupported() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Returns
true
if extensions are supported by this WebSocket Channel. - areRequestHeadersValid(HeaderMap) - Static method in class io.undertow.server.Connectors
-
Verifies that the provided request headers are valid according to rfc7230.
- argumentCannotBeNull(String) - Method in class io.undertow.UndertowMessages_$bundle
- argumentCannotBeNull(String) - Method in interface io.undertow.UndertowMessages
- argumentCannotBeNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- ARROW - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- assembleCrumbs(HeaderMap) - Static method in class io.undertow.util.Cookies
-
Cookie headers form: https://www.rfc-editor.org/rfc/rfc6265#section-4.2.1 If more than one header entry exist for "Cookie", it will be assembled into one that conforms to rfc.
- 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
- AsyncReceiverImpl - Class in io.undertow.io
- AsyncReceiverImpl(HttpServerExchange) - Constructor for class io.undertow.io.AsyncReceiverImpl
- AsyncSenderImpl - Class in io.undertow.io
- AsyncSenderImpl(HttpServerExchange) - Constructor for class io.undertow.io.AsyncSenderImpl
- AsyncSenderImpl.TransferTask - Class in io.undertow.io
- AsyncWebSocketHttpServerExchange - Class in io.undertow.websockets.spi
- AsyncWebSocketHttpServerExchange(HttpServerExchange, Set<WebSocketChannel>) - Constructor for class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- 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 class io.undertow.server.handlers.cache.ResponseCache
- ATTACHMENT_KEY - Static variable in class io.undertow.server.handlers.encoding.AllowedContentEncodings
- 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
- ATTACHMENT_KEY - Static variable in enum io.undertow.websockets.core.WebSocketVersion
- 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 - io.undertow.security.impl.DigestQop
- AUTH_INT - io.undertow.security.impl.DigestQop
- AUTH_PARAM - io.undertow.security.impl.DigestAuthorizationToken
- AUTH_PARAM - io.undertow.security.impl.DigestWWWAuthenticateToken
- AUTH_PARAM - Static variable in class io.undertow.util.Headers
- AUTH_TYPE - Static variable in class io.undertow.client.ProxiedRequestAttachments
- AUTH_TYPE - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- 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 - io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
-
Based on the current request the mechanism has successfully performed authentication.
- AUTHENTICATED - 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
- AUTHENTICATION_INFO_STRING - Static variable in class io.undertow.util.Headers
- AuthenticationCallHandler - Class in io.undertow.security.handlers
-
This is the final
HttpHandler
in 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
AuthenticationMechanism
to 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, String) - Method in interface io.undertow.security.api.SecurityContext
-
Called by the
AuthenticationMechanism
to 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$str() - Method in class io.undertow.UndertowLogger_$logger
- authenticationFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- authenticationFailedFor(String, HttpServerExchange, Exception) - Method in class io.undertow.UndertowLogger_$logger
- authenticationFailedFor(String, HttpServerExchange, Exception) - Method in interface io.undertow.UndertowLogger
- authenticationFailedFor$str() - Method in class io.undertow.UndertowLogger_$logger
- 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
SecurityContext
that uses UndertowAuthenticationMechanism
instances 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$str() - Method in class io.undertow.UndertowMessages_$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
- authenticationSessionTimeout - Variable in class io.undertow.security.impl.FormAuthenticationMechanism
-
If the authentication process creates a session, this is the maximum session timeout (in seconds) during the authentication process.
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- AUTHORITY - Static variable in class io.undertow.protocols.http2.Http2Channel
- AUTHORIZATION - Static variable in class io.undertow.util.Headers
- AUTHORIZATION_STRING - Static variable in class io.undertow.util.Headers
- authRequired() - Static method in class io.undertow.predicate.Predicates
-
A predicate that returns true if authentication is required
- available() - Method in class io.undertow.io.UndertowInputStream
- available() - Method in class io.undertow.server.handlers.proxy.ProxyConnectionPool
- AVAILABLE - io.undertow.server.handlers.proxy.ProxyConnectionPool.AvailabilityType
-
The host is read to accept requests
- availableExtensions - Variable in class io.undertow.websockets.core.protocol.Handshake
- awaitCalledFromIoThread() - Method in class io.undertow.UndertowMessages_$bundle
- awaitCalledFromIoThread() - Method in interface io.undertow.UndertowMessages
- awaitCalledFromIoThread$str() - Method in class io.undertow.UndertowMessages_$bundle
- awaitReadable() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- awaitReadable() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- awaitReadable() - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- awaitReadable() - Method in class io.undertow.conduits.IdleTimeoutConduit
- awaitReadable() - Method in class io.undertow.conduits.ReadDataStreamSourceConduit
- awaitReadable() - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- awaitReadable() - Method in class io.undertow.protocols.ssl.SslConduit
- awaitReadable() - Method in class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- awaitReadable() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- awaitReadable() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- awaitReadable(long, TimeUnit) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- awaitReadable(long, TimeUnit) - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- awaitReadable(long, TimeUnit) - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- awaitReadable(long, TimeUnit) - Method in class io.undertow.conduits.IdleTimeoutConduit
- awaitReadable(long, TimeUnit) - Method in class io.undertow.conduits.ReadDataStreamSourceConduit
- awaitReadable(long, TimeUnit) - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- awaitReadable(long, TimeUnit) - Method in class io.undertow.protocols.ssl.SslConduit
- awaitReadable(long, TimeUnit) - Method in class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- awaitReadable(long, TimeUnit) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- awaitReadable(long, TimeUnit) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- 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
- awaitWritable() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- awaitWritable() - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- awaitWritable() - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- awaitWritable() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- awaitWritable() - Method in class io.undertow.conduits.IdleTimeoutConduit
- awaitWritable() - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- awaitWritable() - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- awaitWritable() - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- awaitWritable() - Method in class io.undertow.protocols.ssl.SslConduit
- awaitWritable() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- awaitWritable() - Method in interface io.undertow.server.protocol.http.HttpContinue.ContinueResponseSender
- awaitWritable() - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- awaitWritable(long, TimeUnit) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.conduits.IdleTimeoutConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.protocols.ssl.SslConduit
- awaitWritable(long, TimeUnit) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- awaitWritable(long, TimeUnit) - Method in interface io.undertow.server.protocol.http.HttpContinue.ContinueResponseSender
- awaitWritable(long, TimeUnit) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
B
- BAD_GATEWAY - Static variable in class io.undertow.util.StatusCodes
- BAD_GATEWAY_STRING - Static variable in class io.undertow.util.StatusCodes
- BAD_REQUEST - Static variable in class io.undertow.util.StatusCodes
- BAD_REQUEST_STRING - Static variable in class io.undertow.util.StatusCodes
- badCompressedPayload(DataFormatException) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- badCompressedPayload(DataFormatException) - Method in interface io.undertow.websockets.core.WebSocketMessages
- badCompressedPayload$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- badRequest() - Method in class io.undertow.UndertowMessages_$bundle
- badRequest() - Method in interface io.undertow.UndertowMessages
- badRequest$str() - Method in class io.undertow.UndertowMessages_$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
- Balancer - Class in io.undertow.server.handlers.proxy.mod_cluster
-
The mod_cluster balancer config.
- Balancer.BalancerBuilder - Class in io.undertow.server.handlers.proxy.mod_cluster
- BalancerBuilder() - Constructor for class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- 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$str() - Method in class io.undertow.UndertowLogger_$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
- BASELINE_CONTROL_STRING - Static variable in class io.undertow.util.Methods
- BASIC - Static variable in class io.undertow.util.Headers
- 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(byte[], String, String, Integer) - Constructor for class io.undertow.server.BasicSSLSessionInfo
- BasicSSLSessionInfo(String, String, String) - Constructor for class io.undertow.server.BasicSSLSessionInfo
- BasicSSLSessionInfo(String, String, String, Integer) - Constructor for class io.undertow.server.BasicSSLSessionInfo
- BasicTarget(VirtualHost.HostEntry, ModClusterContainer) - Constructor for class io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget.BasicTarget
- 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
- beforeRequest(Map<String, List<String>>) - Method in class io.undertow.websockets.client.WebSocketClientNegotiation
- beforeWrite(ByteBuffer, int, int) - Method in interface io.undertow.websockets.core.function.ChannelFunction
-
Is called on the
ByteBuffer
before a write operation completes - beforeWrite(ByteBuffer, int, int) - Method in class io.undertow.websockets.core.protocol.version07.Masker
- beforeWrite(ByteBuffer, int, int) - Method in class io.undertow.websockets.core.protocol.version07.UTF8Checker
- BEGIN_CERT - Static variable in class io.undertow.util.Certificates
- beginHandshake() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- beginParse(ByteBufferPool, MultipartParser.PartHandler, byte[], String) - Static method in class io.undertow.util.MultipartParser
- beginPart(HeaderMap) - Method in interface io.undertow.util.MultipartParser.PartHandler
- BINARY - io.undertow.websockets.core.WebSocketFrameType
-
WebSocketFrame contains binary data
- BinaryOutputStream - Class in io.undertow.websockets.core
-
OutputStream
implementation which buffers all the data untilBinaryOutputStream.close()
is called and then will try to send it in a blocking fashion with the providedStreamSinkFrameChannel
. - BinaryOutputStream(StreamSinkFrameChannel) - Constructor for class io.undertow.websockets.core.BinaryOutputStream
- BIND_PROPERTY - Static variable in class io.undertow.websockets.client.WebSocketClient
- Blobs() - Constructor for class io.undertow.server.handlers.resource.DirectoryUtils.Blobs
- BlockingHandler - Class in io.undertow.server.handlers
-
A
HttpHandler
that 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
- BlockingHttpExchange - Interface in io.undertow.server
-
An interface that provides the input and output streams for blocking HTTP requests.
- blockingIoFromIOThread() - Method in class io.undertow.UndertowMessages_$bundle
- blockingIoFromIOThread() - Method in interface io.undertow.UndertowMessages
- blockingIoFromIOThread$str() - Method in class io.undertow.UndertowMessages_$bundle
- blockingReadTimedOut(long) - Method in class io.undertow.UndertowMessages_$bundle
- blockingReadTimedOut(long) - Method in interface io.undertow.UndertowMessages
- blockingReadTimedOut(ReadTimeoutException) - Method in class io.undertow.UndertowLogger_$logger
- blockingReadTimedOut(ReadTimeoutException) - Method in interface io.undertow.UndertowLogger
- blockingReadTimedOut$str() - Method in class io.undertow.UndertowLogger_$logger
- blockingReadTimedOut$str() - Method in class io.undertow.UndertowMessages_$bundle
- BlockingReadTimeoutHandler - Class in io.undertow.server.handlers
-
BlockingReadTimeoutHandler
allows configurable blocking I/O timeouts for read operations within an exchange. - BlockingReadTimeoutHandler.Builder - Class in io.undertow.server.handlers
- BlockingReceiverImpl - Class in io.undertow.io
- BlockingReceiverImpl(HttpServerExchange, InputStream) - Constructor for class io.undertow.io.BlockingReceiverImpl
- BlockingSenderImpl - Class in io.undertow.io
-
A sender that uses an output stream.
- BlockingSenderImpl(HttpServerExchange, OutputStream) - Constructor for class io.undertow.io.BlockingSenderImpl
- BlockingWebSocketHttpServerExchange - Class in io.undertow.websockets.spi
- BlockingWebSocketHttpServerExchange(HttpServerExchange, Set<WebSocketChannel>) - Constructor for class io.undertow.websockets.spi.BlockingWebSocketHttpServerExchange
- blockingWriteTimedOut(long) - Method in class io.undertow.UndertowMessages_$bundle
- blockingWriteTimedOut(long) - Method in interface io.undertow.UndertowMessages
- blockingWriteTimedOut(WriteTimeoutException) - Method in class io.undertow.UndertowLogger_$logger
- blockingWriteTimedOut(WriteTimeoutException) - Method in interface io.undertow.UndertowLogger
- blockingWriteTimedOut$str() - Method in class io.undertow.UndertowLogger_$logger
- blockingWriteTimedOut$str() - Method in class io.undertow.UndertowMessages_$bundle
- BlockingWriteTimeoutHandler - Class in io.undertow.server.handlers
-
BlockingTimeoutHandler allows configurable blocking I/O timeouts for write operations within an exchange.
- BlockingWriteTimeoutHandler.Builder - Class in io.undertow.server.handlers
- bodyIsSetAndNotReadyForFlush() - Method in class io.undertow.UndertowMessages_$bundle
- bodyIsSetAndNotReadyForFlush() - Method in interface io.undertow.UndertowMessages
- bodyIsSetAndNotReadyForFlush$str() - Method in class io.undertow.UndertowMessages_$bundle
- BrokenStreamSourceConduit - Class in io.undertow.conduits
- BrokenStreamSourceConduit(StreamSourceConduit, IOException) - Constructor for class io.undertow.conduits.BrokenStreamSourceConduit
-
Construct a new instance.
- BUFFER_PIPELINED_DATA - Static variable in class io.undertow.UndertowOptions
-
If we should buffer pipelined requests.
- bufferAlreadyFreed() - Method in class io.undertow.UndertowMessages_$bundle
- bufferAlreadyFreed() - Method in interface io.undertow.UndertowMessages
- bufferAlreadyFreed$str() - Method in class io.undertow.UndertowMessages_$bundle
- BufferedBinaryMessage - Class in io.undertow.websockets.core
-
A buffered binary message.
- BufferedBinaryMessage(boolean) - Constructor for class io.undertow.websockets.core.BufferedBinaryMessage
- BufferedBinaryMessage(long, boolean) - Constructor for class io.undertow.websockets.core.BufferedBinaryMessage
- BufferedTextMessage - Class in io.undertow.websockets.core
-
A buffered text message.
- BufferedTextMessage(boolean) - Constructor for class io.undertow.websockets.core.BufferedTextMessage
- BufferedTextMessage(long, boolean) - Constructor for class io.undertow.websockets.core.BufferedTextMessage
- bufferFullMessage(StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
-
Utility method that reads a full text or binary message, including all fragmented parts.
- bufferPool - Variable in class io.undertow.server.AbstractServerConnection
- bufferPoolTooSmall(int) - Method in class io.undertow.UndertowMessages_$bundle
- bufferPoolTooSmall(int) - Method in interface io.undertow.UndertowMessages
- bufferPoolTooSmall$str() - Method in class io.undertow.UndertowMessages_$bundle
- buffers() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- BufferWritableOutputStream - Interface in io.undertow.io
-
Represents an output stream that can write byte buffers directly.
- build() - Method in class io.undertow.protocols.ssl.SNIContextMatcher.Builder
- build() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- build() - Method in class io.undertow.server.handlers.BlockingReadTimeoutHandler.Builder
- build() - Method in class io.undertow.server.handlers.BlockingWriteTimeoutHandler.Builder
- build() - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- build() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- build() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.Builder
- build() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.WebBuilder
- build() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- build() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- build() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.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.RemoteObfuscatedIPAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RemoteUserAttribute.Builder
- build(String) - Method in class io.undertow.attribute.RequestCookieAttribute.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.ResponseCookieAttribute.Builder
- build(String) - Method in class io.undertow.attribute.ResponseHeaderAttribute.Builder
- build(String) - Method in class io.undertow.attribute.ResponseReasonPhraseAttribute.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.StoredResponse.Builder
- build(String) - Method in class io.undertow.attribute.ThreadNameAttribute.Builder
- build(String) - Method in class io.undertow.attribute.TransportProtocolAttribute.Builder
-
Deprecated.
- 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
-
Deprecated.
- build(Map<String, Object>) - Method in class io.undertow.predicate.MethodPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
-
Deprecated.
- 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.RequestLargerThanPredicate.Builder
- build(Map<String, Object>) - Method in class io.undertow.predicate.RequestSmallerThanPredicate.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.ActiveRequestTrackerHandler.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.encoding.EncodingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler.Builder
- build(Map<String, Object>) - Method in class io.undertow.server.handlers.error.FileErrorPageHandler.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.LearningPushHandler.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.proxy.ProxyHandlerBuilder
- 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.RequestBufferingHandler.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.SetErrorHandler.Builder
- 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.BlockingReadTimeoutHandler
- builder() - Static method in class io.undertow.server.handlers.BlockingWriteTimeoutHandler
- builder() - Static method in class io.undertow.server.handlers.form.FormParserFactory
- builder() - Static method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
- builder() - Static method in class io.undertow.server.handlers.proxy.ProxyHandler
- 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(ModCluster) - Static method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
- builder(XnioWorker) - Static method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- builder(XnioWorker, UndertowClient) - Static method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- builder(XnioWorker, UndertowClient, XnioSsl) - Static method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- 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.RemoteObfuscatedIPAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RemoteUserAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.RequestCookieAttribute.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.ResponseCookieAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.ResponseHeaderAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.ResponseReasonPhraseAttribute.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.StoredResponse.Builder
- Builder() - Constructor for class io.undertow.attribute.ThreadNameAttribute.Builder
- Builder() - Constructor for class io.undertow.attribute.TransportProtocolAttribute.Builder
-
Deprecated.
- 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
-
Deprecated.
- Builder() - Constructor for class io.undertow.predicate.MethodPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.MinContentSizePredicate.Builder
-
Deprecated.
- 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.RequestLargerThanPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.RequestSmallerThanPredicate.Builder
- Builder() - Constructor for class io.undertow.predicate.SecurePredicate.Builder
- Builder() - Constructor for class io.undertow.protocols.ssl.SNIContextMatcher.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.ActiveRequestTrackerHandler.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.encoding.EncodingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.encoding.RequestEncodingHandler.Builder
- Builder() - Constructor for class io.undertow.server.handlers.error.FileErrorPageHandler.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.LearningPushHandler.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.proxy.mod_cluster.MCMPConfig.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.RequestBufferingHandler.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.SetErrorHandler.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.conduits
-
Callback that allows the bytes read from or written to a stream to be tracked
- byteAt(int) - Method in class io.undertow.util.HttpString
-
Get the byte at an index.
- ByteBufferPool - Interface in io.undertow.connector
-
A pool of byte buffers
- 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
- BytesReceivedStreamSourceConduit - Class in io.undertow.conduits
- BytesReceivedStreamSourceConduit(StreamSourceConduit, ByteActivityCallback) - Constructor for class io.undertow.conduits.BytesReceivedStreamSourceConduit
-
Construct a new instance.
- 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
- BytesSentStreamSinkConduit - Class in io.undertow.conduits
- BytesSentStreamSinkConduit(StreamSinkConduit, ByteActivityCallback) - Constructor for class io.undertow.conduits.BytesSentStreamSinkConduit
-
Construct a new instance.
C
- CACHE_CONTROL - Static variable in class io.undertow.util.Headers
- CACHE_CONTROL_STRING - Static variable in class io.undertow.util.Headers
- CachedAuthenticatedSessionHandler - Class in io.undertow.security.handlers
-
HttpHandler
responsible for setting up theAuthenticatedSessionManager
for cached authentications and registering aNotificationReceiver
to receive the security notifications. - CachedAuthenticatedSessionHandler(HttpHandler) - Constructor for class io.undertow.security.handlers.CachedAuthenticatedSessionHandler
- CachedAuthenticatedSessionMechanism - Class in io.undertow.security.impl
-
An
AuthenticationMechanism
which uses any cachedAuthenticatedSessionManager.AuthenticatedSession
s. - CachedAuthenticatedSessionMechanism() - Constructor for class io.undertow.security.impl.CachedAuthenticatedSessionMechanism
- CachedAuthenticatedSessionMechanism(IdentityManager) - Constructor for class io.undertow.security.impl.CachedAuthenticatedSessionMechanism
- CachedHttpRequest - Class in io.undertow.server.handlers.cache
- CachedHttpRequest(HttpServerExchange) - Constructor for class io.undertow.server.handlers.cache.CachedHttpRequest
- CachedResource - Class in io.undertow.server.handlers.resource
- CachedResource(CachingResourceManager, Resource, String) - Constructor for class io.undertow.server.handlers.resource.CachedResource
- cacheEntryMismatchContent(Object, int, long) - Method in class io.undertow.UndertowLogger_$logger
- cacheEntryMismatchContent(Object, int, long) - Method in interface io.undertow.UndertowLogger
- cacheEntryMismatchContent$str() - Method in class io.undertow.UndertowLogger_$logger
- CacheHandler - Class in io.undertow.server.handlers.cache
-
Handler that attaches a cache to the exchange, a handler can query this cache to see if the cache has a cached copy of the content, and if so have the cache serve this content automatically.
- CacheHandler(DirectBufferCache) - Constructor for class io.undertow.server.handlers.cache.CacheHandler
- CacheHandler(DirectBufferCache, HttpHandler) - Constructor for class io.undertow.server.handlers.cache.CacheHandler
- CacheMap<K,V> - Class in io.undertow.server.protocol.http
- CacheMap(int) - Constructor for class io.undertow.server.protocol.http.CacheMap
- CachingResourceManager - Class in io.undertow.server.handlers.resource
- CachingResourceManager(int, long, DirectBufferCache, ResourceManager, int) - Constructor for class io.undertow.server.handlers.resource.CachingResourceManager
- calculateKeySize(String) - Static method in interface io.undertow.server.SSLSessionInfo
-
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
- 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$str() - Method in class io.undertow.UndertowLogger_$logger
- cannotResetBuffer() - Method in class io.undertow.UndertowMessages_$bundle
- cannotResetBuffer() - Method in interface io.undertow.UndertowMessages
- cannotResetBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- cannotSendContinueResponse() - Method in class io.undertow.UndertowMessages_$bundle
- cannotSendContinueResponse() - Method in interface io.undertow.UndertowMessages
- cannotSendContinueResponse$str() - Method in class io.undertow.UndertowMessages_$bundle
- cannotUseWildcardAddressAsModClusterManagementHost(String) - Method in class io.undertow.UndertowLogger_$logger
- cannotUseWildcardAddressAsModClusterManagementHost(String) - Method in interface io.undertow.UndertowLogger
- cannotUseWildcardAddressAsModClusterManagementHost$str() - Method in class io.undertow.UndertowLogger_$logger
- canonicalize(String) - Static method in class io.undertow.util.CanonicalPathUtils
- canonicalize(String, boolean) - 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$str() - Method in class io.undertow.UndertowMessages_$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.
- channel - Variable in class io.undertow.server.AbstractServerConnection
- channelClosed() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- channelClosed() - Method in interface io.undertow.websockets.core.WebSocketMessages
- channelClosed$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- channelFinished() - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- channelFinished() - Method in class io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit
- channelForciblyClosed() - Method in class io.undertow.protocols.ajp.AjpClientRequestClientStreamSinkChannel
- channelForciblyClosed() - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- channelForciblyClosed() - Method in class io.undertow.protocols.http2.Http2StreamSinkChannel
- channelForciblyClosed() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- channelForciblyClosed() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
-
Called when a channel has been forcibly closed, and data (frames) have already been written.
- channelForciblyClosed() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- ChannelFunction - Interface in io.undertow.websockets.core.function
- ChannelFunctionFileChannel - Class in io.undertow.websockets.core.function
- ChannelFunctionFileChannel(FileChannel, ChannelFunction...) - Constructor for class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- ChannelFunctionReadableByteChannel - Class in io.undertow.websockets.core.function
- ChannelFunctionReadableByteChannel(ReadableByteChannel, ChannelFunction...) - Constructor for class io.undertow.websockets.core.function.ChannelFunctionReadableByteChannel
- ChannelFunctionStreamSourceChannel - Class in io.undertow.websockets.core.function
- ChannelFunctionStreamSourceChannel(StreamSourceChannel, ChannelFunction...) - Constructor for class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- ChannelFunctionWritableByteChannel - Class in io.undertow.websockets.core.function
- ChannelFunctionWritableByteChannel(WritableByteChannel, ChannelFunction...) - Constructor for class io.undertow.websockets.core.function.ChannelFunctionWritableByteChannel
- channelIsClosed() - Method in class io.undertow.UndertowMessages_$bundle
- channelIsClosed() - Method in interface io.undertow.UndertowMessages
- channelIsClosed$str() - Method in class io.undertow.UndertowMessages_$bundle
- ChannelUpgradeHandler - Class in io.undertow.server.handlers
-
An HTTP request handler which upgrades the HTTP request and hands it off as a socket to any XNIO consumer.
- ChannelUpgradeHandler() - Constructor for class io.undertow.server.handlers.ChannelUpgradeHandler
- CHARSET - Static variable in class io.undertow.security.impl.BasicAuthenticationMechanism
- checker(ByteBuffer, int, int, boolean) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- CHECKIN - Static variable in class io.undertow.util.Methods
- CHECKIN_STRING - Static variable in class io.undertow.util.Methods
- CHECKOUT - Static variable in class io.undertow.util.Methods
- CHECKOUT_STRING - Static variable in class io.undertow.util.Methods
- checkResponse(ClientResponse) - Method in interface io.undertow.server.handlers.proxy.mod_cluster.NodeHealthChecker
-
Check the response of a health check.
- checkStillValid() - Method in class io.undertow.server.handlers.resource.CachedResource
- CHUNKED - Static variable in class io.undertow.util.Headers
- chunkedChannelClosedMidChunk() - Method in class io.undertow.UndertowMessages_$bundle
- chunkedChannelClosedMidChunk() - Method in interface io.undertow.UndertowMessages
- chunkedChannelClosedMidChunk$str() - Method in class io.undertow.UndertowMessages_$bundle
- ChunkedStreamSinkConduit - Class in io.undertow.conduits
-
Channel that implements HTTP chunked transfer coding.
- ChunkedStreamSinkConduit(StreamSinkConduit, ByteBufferPool, boolean, boolean, HeaderMap, ConduitListener<? super ChunkedStreamSinkConduit>, Attachable) - Constructor for class io.undertow.conduits.ChunkedStreamSinkConduit
-
Construct a new instance.
- ChunkedStreamSourceConduit - Class in io.undertow.conduits
-
Channel to de-chunkify data
- ChunkedStreamSourceConduit(StreamSourceConduit, ChunkedStreamSourceConduit.BufferWrapper, ConduitListener<? super ChunkedStreamSourceConduit>, Attachable, HttpServerExchange, Closeable, PushBackStreamSourceConduit) - Constructor for class io.undertow.conduits.ChunkedStreamSourceConduit
- ChunkedStreamSourceConduit(StreamSourceConduit, HttpServerExchange, ConduitListener<? super ChunkedStreamSourceConduit>) - Constructor for class io.undertow.conduits.ChunkedStreamSourceConduit
- ChunkedStreamSourceConduit(StreamSourceConduit, PushBackStreamSourceConduit, ByteBufferPool, ConduitListener<? super ChunkedStreamSourceConduit>, Attachable, Closeable) - Constructor for class io.undertow.conduits.ChunkedStreamSourceConduit
- chunkSizeTooLarge() - Method in class io.undertow.UndertowMessages_$bundle
- chunkSizeTooLarge() - Method in interface io.undertow.UndertowMessages
- chunkSizeTooLarge$str() - Method in class io.undertow.UndertowMessages_$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
- cleanClose(StreamConnection, Closeable...) - Static method in class io.undertow.util.ConnectionUtils
-
Cleanly close a connection, by shutting down and flushing writes and then draining reads.
- 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.HeaderMap
- clear() - Method in class io.undertow.util.HeaderValues
- 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
- clearChannel() - Method in class io.undertow.server.AbstractServerConnection
-
Resets the channel to its original state, effectively disabling all current conduit wrappers.
- clearChannel() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- clearError() - Method in interface io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler
-
Clear the connection errors.
- clearError() - Method in class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.CountingErrorHandler
- clearError() - Method in class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler
- clearHeader() - Method in class io.undertow.protocols.ajp.AjpClientRequestClientStreamSinkChannel
- clearPaths() - Method in class io.undertow.server.handlers.PathHandler
- clearPaths() - Method in class io.undertow.util.PathMatcher
- 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
- CLEARTEXT_UPGRADE_STRING - Static variable in class io.undertow.protocols.http2.Http2Channel
- CLIENT_LOGGER - Static variable in interface io.undertow.UndertowLogger
- ClientCallback<T> - Interface in io.undertow.client
- 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
- ClientConnection - Interface in io.undertow.client
-
A client connection.
- ClientConnection.PingListener - Interface in io.undertow.client
- ClientExchange - Interface in io.undertow.client
- ClientProvider - Interface in io.undertow.client
-
A client connection provider.
- ClientRequest - Class in io.undertow.client
-
A client request.
- ClientRequest() - Constructor for class io.undertow.client.ClientRequest
- ClientResponse - Class in io.undertow.client
-
A client response.
- ClientResponse(int, String, HttpString) - Constructor for class io.undertow.client.ClientResponse
- ClientResponse(int, String, HttpString, HeaderMap) - Constructor for class io.undertow.client.ClientResponse
- ClientStatistics - Interface in io.undertow.client
-
Returns statistics about the Undertow client connection
- close() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- close() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- close() - Method in class io.undertow.client.http2.Http2ClientConnection
- close() - Method in interface io.undertow.connector.ByteBufferPool
- close() - Method in interface io.undertow.connector.PooledByteBuffer
- close() - Method in class io.undertow.io.AsyncSenderImpl
- close() - Method in class io.undertow.io.BlockingSenderImpl
- close() - Method in interface io.undertow.io.Sender
-
Closes this sender asynchronously
- close() - Method in class io.undertow.io.UndertowInputStream
- close() - Method in class io.undertow.io.UndertowOutputStream
- close() - Method in class io.undertow.protocols.ssl.SslConduit
-
forcibly closes the connection
- close() - Method in interface io.undertow.security.impl.SingleSignOn
-
Releases any resources acquired by this object.
- close() - Method in class io.undertow.server.AbstractServerConnection
- close() - Method in interface io.undertow.server.BlockingHttpExchange
-
Closes both the input and output streams
- close() - Method in class io.undertow.server.DefaultByteBufferPool
- close() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
- close() - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- 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.proxy.ProxyConnectionPool
- 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.handlers.sse.ServerSentEventConnection
- close() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Forcibly closes the
AbstractFramedChannel
. - close() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- close() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- close() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- close() - Method in class io.undertow.server.protocol.ParseTimeoutUpdater
- close() - Method in class io.undertow.server.ServerConnection
- close() - Method in class io.undertow.server.XnioByteBufferPool
- 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 class io.undertow.util.ImmediatePooled
- close() - Method in class io.undertow.util.ImmediatePooledByteBuffer
- close() - Method in class io.undertow.util.PooledAdaptor
- close() - Method in interface io.undertow.util.PooledObject
- close() - Method in class io.undertow.util.ReferenceCountedPooled
- close() - Method in class io.undertow.websockets.core.BinaryOutputStream
- close() - Method in class io.undertow.websockets.core.function.ChannelFunctionReadableByteChannel
- close() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- close() - Method in class io.undertow.websockets.core.function.ChannelFunctionWritableByteChannel
- close() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- close() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Forcibly close the exchange.
- close(IoCallback) - Method in class io.undertow.io.AsyncSenderImpl
- close(IoCallback) - Method in class io.undertow.io.BlockingSenderImpl
- close(IoCallback) - Method in interface io.undertow.io.Sender
-
Closes this sender asynchronously.
- close(IoCallback) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- CLOSE - io.undertow.websockets.core.WebSocketFrameType
-
WebSocketFrame which requests the close of the WebSockets connection
- CLOSE - Static variable in class io.undertow.util.Headers
- closeAsyncFailed(IOException) - Method in class io.undertow.UndertowLogger_$logger
- closeAsyncFailed(IOException) - Method in interface io.undertow.UndertowLogger
- closeAsyncFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- closeConnections() - Method in interface io.undertow.server.OpenListener
-
Close all active connections that were handled by this listener
- closeConnections() - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- closeConnections() - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- closeConnections() - Method in class io.undertow.server.protocol.http.HttpOpenListener
- closeConnections() - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- closeCurrentConnections() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
-
Should only be used for tests DO NOT CALL THIS METHOD WHEN REQUESTS ARE IN PROGRESS It is not thread safe so internal state can get messed up.
- closed(ServerConnection) - Method in class io.undertow.server.protocol.ParseTimeoutUpdater
- closed(ServerConnection) - Method in interface io.undertow.server.ServerConnection.CloseListener
- CLOSED - io.undertow.server.handlers.proxy.ProxyConnectionPool.AvailabilityType
-
The host is closed.
- closeInbound() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- closeListeners - Variable in class io.undertow.server.AbstractServerConnection
- CloseMessage - Class in io.undertow.websockets.core
-
A close message
- CloseMessage(int, String) - Constructor for class io.undertow.websockets.core.CloseMessage
- CloseMessage(ByteBuffer) - Constructor for class io.undertow.websockets.core.CloseMessage
- CloseMessage(ByteBuffer[]) - Constructor for class io.undertow.websockets.core.CloseMessage
- closeOutbound() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- closeSetter - Variable in class io.undertow.channels.DetachableStreamSinkChannel
- closeSetter - Variable in class io.undertow.channels.DetachableStreamSourceChannel
- closeSetter - Variable in class io.undertow.server.AbstractServerConnection
- closeSubChannels() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- closeSubChannels() - Method in class io.undertow.protocols.http2.Http2Channel
- closeSubChannels() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Method that is called when the channel is being forcibly closed, and all sub stream sink/source channels should also be forcibly closed.
- closeSubChannels() - Method in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- ClosingChannelExceptionHandler<T extends java.nio.channels.Channel> - Class in io.undertow.util
-
Channel exception handler that closes the channel, logs a debug level message and closes arbitrary other resources.
- ClosingChannelExceptionHandler(Closeable...) - Constructor for class io.undertow.util.ClosingChannelExceptionHandler
- CNONCE - io.undertow.security.impl.AuthenticationInfoToken
- CNONCE - io.undertow.security.impl.DigestAuthorizationToken
- CNONCE - Static variable in class io.undertow.util.Headers
- comparator() - Method in class io.undertow.protocols.http2.Http2PriorityTree
-
Creates a priority queue
- compareTo(HttpString) - Method in class io.undertow.util.HttpString
-
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
- compareTo(Object) - Method in interface io.undertow.server.handlers.Cookie
- compareTo(Object) - Method in class io.undertow.server.handlers.CookieImpl
- complete() - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- complete() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- complete() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
-
Method that is invoked when all data has been read.
- complete() - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
-
Completes the stream, writing out base64 padding characters if needed.
- complete() - Method in interface io.undertow.websockets.core.function.ChannelFunction
-
Is called to complete the
ChannelFunction
. - complete() - Method in class io.undertow.websockets.core.protocol.version07.Masker
- complete() - Method in class io.undertow.websockets.core.protocol.version07.UTF8Checker
- complete(byte[], int) - Method in class io.undertow.util.FlexBase64.Encoder
-
Completes an encoding session by writing out the necessary padding.
- complete(WebSocketChannel, T) - Method in interface io.undertow.websockets.core.WebSocketCallback
- complete(ByteBuffer) - Method in class io.undertow.util.FlexBase64.Encoder
-
Completes an encoding session by writing out the necessary padding.
- COMPLETE - io.undertow.protocols.http2.HpackEncoder.State
- completed(HttpServerExchange, T) - Method in interface io.undertow.server.handlers.proxy.ProxyCallback
- completed(T) - Method in interface io.undertow.client.ClientCallback
-
Invoked when an operation completed.
- compose(ExtensionFunction...) - Static method in class io.undertow.websockets.extensions.CompositeExtensionFunction
- compose(List<ExtensionFunction>) - Static method in class io.undertow.websockets.extensions.CompositeExtensionFunction
- 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
- CompositeExtensionFunction - Class in io.undertow.websockets.extensions
- COMPRESS - Static variable in class io.undertow.util.Headers
- 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
- ConduitFactory<C extends org.xnio.conduits.Conduit> - Interface in io.undertow.util
- ConduitListener<T extends org.xnio.conduits.Conduit> - Interface in io.undertow.conduits
- ConduitWrapper<T extends org.xnio.conduits.Conduit> - Interface in io.undertow.server
-
Interface that provides a means of wrapping a
Conduit
. - 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
- CONFLICT - Static variable in class io.undertow.util.StatusCodes
- CONFLICT_STRING - Static variable in class io.undertow.util.StatusCodes
- connect() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.ajp.AjpClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in interface io.undertow.client.ClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http.HttpClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClearClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2PriorKnowledgeClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.ajp.AjpClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in interface io.undertow.client.ClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http.HttpClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClearClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2PriorKnowledgeClientProvider
- connect(ClientCallback<ClientConnection>, InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.ajp.AjpClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in interface io.undertow.client.ClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http.HttpClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClearClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2PriorKnowledgeClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.ajp.AjpClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in interface io.undertow.client.ClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http.HttpClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClearClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2ClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.http2.Http2PriorKnowledgeClientProvider
- connect(ClientCallback<ClientConnection>, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(ProxyClient.ProxyTarget, HttpServerExchange, ProxyCallback<ProxyConnection>, long, TimeUnit, boolean) - Method in class io.undertow.server.handlers.proxy.ProxyConnectionPool
- connect(InetSocketAddress, URI, XnioIoThread, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(InetSocketAddress, URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(InetSocketAddress, URI, XnioWorker, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(InetSocketAddress, URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(URI, XnioIoThread, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(URI, XnioIoThread, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(URI, XnioWorker, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(URI, XnioWorker, XnioSsl, ByteBufferPool, OptionMap) - Method in class io.undertow.client.UndertowClient
- connect(XnioWorker, ByteBufferPool, OptionMap, URI, WebSocketVersion) - Static method in class io.undertow.websockets.client.WebSocketClient
-
Deprecated.
- connect(XnioWorker, ByteBufferPool, OptionMap, URI, WebSocketVersion, WebSocketClientNegotiation) - Static method in class io.undertow.websockets.client.WebSocketClient
-
Deprecated.
- connect(XnioWorker, XnioSsl, ByteBufferPool, OptionMap, InetSocketAddress, URI, WebSocketVersion, WebSocketClientNegotiation, Set<ExtensionHandshake>) - Static method in class io.undertow.websockets.client.WebSocketClient
-
Deprecated.
- connect(XnioWorker, XnioSsl, ByteBufferPool, OptionMap, URI, WebSocketVersion) - Static method in class io.undertow.websockets.client.WebSocketClient
-
Deprecated.
- connect(XnioWorker, XnioSsl, ByteBufferPool, OptionMap, URI, WebSocketVersion, WebSocketClientNegotiation) - Static method in class io.undertow.websockets.client.WebSocketClient
-
Deprecated.
- connect(XnioWorker, XnioSsl, ByteBufferPool, OptionMap, URI, WebSocketVersion, WebSocketClientNegotiation, Set<ExtensionHandshake>) - Static method in class io.undertow.websockets.client.WebSocketClient
-
Deprecated.
- CONNECT - Static variable in class io.undertow.util.Methods
- CONNECT_STRING - Static variable in class io.undertow.util.Methods
- connected(ServerSentEventConnection, String) - Method in interface io.undertow.server.handlers.sse.ServerSentEventConnectionCallback
- ConnectHandler - Class in io.undertow.server.handlers
-
Handlers HTTP CONNECT requests, allowing the server to act as a forward proxy.
- ConnectHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.ConnectHandler
- ConnectHandler(HttpHandler, Predicate) - Constructor for class io.undertow.server.handlers.ConnectHandler
- CONNECTION - Static variable in class io.undertow.util.Headers
- CONNECTION_STRING - Static variable in class io.undertow.util.Headers
- connectionBuilder(XnioWorker, ByteBufferPool, URI) - Static method in class io.undertow.websockets.client.WebSocketClient
-
Creates a new connection builder that can be used to create a web socket connection.
- ConnectionBuilder(XnioWorker, ByteBufferPool, URI) - Constructor for class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- connectionClosed() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- connectionClosed() - Method in interface io.undertow.client.UndertowClientMessages
- connectionClosed$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- ConnectionErrorException - Exception in io.undertow.protocols.http2
-
Exception that represents a connection error
- ConnectionErrorException(int) - Constructor for exception io.undertow.protocols.http2.ConnectionErrorException
- ConnectionErrorException(int, String) - Constructor for exception io.undertow.protocols.http2.ConnectionErrorException
- ConnectionErrorException(int, Throwable) - Constructor for exception io.undertow.protocols.http2.ConnectionErrorException
- connectionIdle() - Method in class io.undertow.server.protocol.ParseTimeoutUpdater
-
Called when the connection goes idle
- ConnectionPoolErrorHandler - Interface in io.undertow.server.handlers.proxy
-
The connection pool error handler is intended to be used per node and will therefore be shared across I/O threads.
- ConnectionPoolErrorHandler.CountingErrorHandler - Class in io.undertow.server.handlers.proxy
-
Counting error handler, this only propagates the state to the delegate handler after reaching a given limit.
- ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler - Class in io.undertow.server.handlers.proxy
- ConnectionPoolManager - Interface in io.undertow.server.handlers.proxy
-
Manager that controls the behaviour of a
ProxyConnectionPool
- ConnectionSSLSessionInfo - Class in io.undertow.server
-
SSL session information that is read directly from the SSL session of the XNIO connection
- ConnectionSSLSessionInfo(SslChannel, HttpServerConnection) - Constructor for class io.undertow.server.ConnectionSSLSessionInfo
- connectionTerminatedReadingMultiPartData() - Method in class io.undertow.UndertowMessages_$bundle
- connectionTerminatedReadingMultiPartData() - Method in interface io.undertow.UndertowMessages
- connectionTerminatedReadingMultiPartData$str() - Method in class io.undertow.UndertowMessages_$bundle
- ConnectionUtils - Class in io.undertow.util
- connectNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- connectNotSupported() - Method in interface io.undertow.UndertowMessages
- connectNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- Connectors - Class in io.undertow.server
-
This class provides the connector part of the
HttpServerExchange
API. - 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
- connectSsl(XnioWorker, InetSocketAddress, InetSocketAddress, ChannelListener<? super ConnectedSslStreamChannel>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- 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 - 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(HttpString) - Method in class io.undertow.util.HeaderMap
- contains(Object) - Method in class io.undertow.util.AttachmentList
- contains(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns
true
if this deque contains the specified element. - contains(Object) - Method in class io.undertow.util.HeaderValues
- contains(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns
true
if this deque contains at least one elemente
such thato.equals(e)
. - contains(String) - Method in class io.undertow.server.handlers.form.FormData
- contains(String) - Method in class io.undertow.util.HeaderMap
- 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
- containsValue(Object) - Method in class io.undertow.util.CopyOnWriteMap
- CONTENT_DISPOSITION - Static variable in class io.undertow.util.Headers
- CONTENT_DISPOSITION_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_ENCODING - Static variable in class io.undertow.util.Headers
- CONTENT_ENCODING_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_LANGUAGE - Static variable in class io.undertow.util.Headers
- CONTENT_LANGUAGE_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_LENGTH - Static variable in class io.undertow.util.Headers
- CONTENT_LENGTH_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_LOCATION - Static variable in class io.undertow.util.Headers
- CONTENT_LOCATION_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_MD5 - Static variable in class io.undertow.util.Headers
- CONTENT_MD5_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_RANGE - Static variable in class io.undertow.util.Headers
- CONTENT_RANGE_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_SECURITY_POLICY - Static variable in class io.undertow.util.Headers
- CONTENT_SECURITY_POLICY_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_TRANSFER_ENCODING - Static variable in class io.undertow.util.Headers
- CONTENT_TRANSFER_ENCODING_STRING - Static variable in class io.undertow.util.Headers
- CONTENT_TYPE - Static variable in class io.undertow.util.Headers
- CONTENT_TYPE_STRING - Static variable in class io.undertow.util.Headers
- ContentEncodedResource - Class in io.undertow.server.handlers.encoding
-
A resource that has been pre-compressed
- ContentEncodedResource(Resource, String) - Constructor for class io.undertow.server.handlers.encoding.ContentEncodedResource
- ContentEncodedResourceManager - Class in io.undertow.server.handlers.encoding
-
Class that provides a way of serving pre-encoded resources.
- ContentEncodedResourceManager(Path, CachingResourceManager, ContentEncodingRepository, int, int, Predicate) - Constructor for class io.undertow.server.handlers.encoding.ContentEncodedResourceManager
- ContentEncodingProvider - Interface in io.undertow.server.handlers.encoding
- ContentEncodingRepository - Class in io.undertow.server.handlers.encoding
- ContentEncodingRepository() - Constructor for class io.undertow.server.handlers.encoding.ContentEncodingRepository
- contentEntryMismatch(Object, long, long) - Method in class io.undertow.UndertowLogger_$logger
- contentEntryMismatch(Object, long, long) - Method in interface io.undertow.UndertowLogger
- contentEntryMismatch$str() - Method in class io.undertow.UndertowLogger_$logger
- CONTEXT - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- CONTEXT_PATH - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- CONTINUATION - io.undertow.websockets.core.WebSocketFrameType
-
WebSocketFrame which notify about more data to come
- continuationFrameOutsideFragmented() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- continuationFrameOutsideFragmented() - Method in interface io.undertow.websockets.core.WebSocketMessages
- continuationFrameOutsideFragmented$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- CONTINUE - Static variable in class io.undertow.server.protocol.http.HttpContinue
- CONTINUE - Static variable in class io.undertow.util.StatusCodes
- CONTINUE_STRING - Static variable in class io.undertow.util.StatusCodes
- ContinueNotification - Interface in io.undertow.client
-
Callback class that provides a notification of a HTTP 100 Continue response in the client.
- controlFrameCannotHaveBodyContent() - Method in class io.undertow.UndertowMessages_$bundle
- controlFrameCannotHaveBodyContent() - Method in interface io.undertow.UndertowMessages
- controlFrameCannotHaveBodyContent$str() - Method in class io.undertow.UndertowMessages_$bundle
- controlFrameWithPayloadLen1() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- controlFrameWithPayloadLen1() - Method in interface io.undertow.websockets.core.WebSocketMessages
- controlFrameWithPayloadLen1$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$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 - io.undertow.server.session.SessionConfig.SessionCookieSource
- COOKIE - Static variable in class io.undertow.util.Headers
- COOKIE_STRING - Static variable in class io.undertow.util.Headers
- COOKIE2 - Static variable in class io.undertow.util.Headers
- COOKIE2_STRING - Static variable in class io.undertow.util.Headers
- 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
- COPY_STRING - Static variable in class io.undertow.util.Methods
- 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
-
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
-
Copy
len
bytes from this string to the given array at the given offset. - copyTo(int, byte[], int, int) - Method in class io.undertow.util.HttpString
-
Copy
len
bytes from this string at offsetsrcOffs
to the given array at the given offset. - couldNotDecodeTrailers() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotDecodeTrailers() - Method in interface io.undertow.UndertowMessages
- couldNotDecodeTrailers$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotFindSessionCookieConfig() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotFindSessionCookieConfig() - Method in interface io.undertow.UndertowMessages
- couldNotFindSessionCookieConfig$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotGenerateUniqueSessionId() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotGenerateUniqueSessionId() - Method in interface io.undertow.UndertowMessages
- couldNotGenerateUniqueSessionId$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseCookie(String) - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseCookie(String) - Method in interface io.undertow.UndertowMessages
- couldNotParseCookie$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseUriTemplate(String, int) - Method in class io.undertow.UndertowMessages_$bundle
- couldNotParseUriTemplate(String, int) - Method in interface io.undertow.UndertowMessages
- couldNotParseUriTemplate$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotReadContentLengthData() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotReadContentLengthData() - Method in interface io.undertow.UndertowMessages
- couldNotReadContentLengthData$str() - Method in class io.undertow.UndertowMessages_$bundle
- couldNotRegisterChangeListener(Exception) - Method in class io.undertow.UndertowLogger_$logger
- couldNotRegisterChangeListener(Exception) - Method in interface io.undertow.UndertowLogger
- couldNotRegisterChangeListener$str() - Method in class io.undertow.UndertowLogger_$logger
- couldNotResolveBackend(HttpServerExchange) - Method in interface io.undertow.server.handlers.proxy.ProxyCallback
-
Callback if no backend server could be found.
- couldNotSetAttribute(String, String) - Method in class io.undertow.UndertowMessages_$bundle
- couldNotSetAttribute(String, String) - Method in interface io.undertow.UndertowMessages
- couldNotSetAttribute$str() - Method in class io.undertow.UndertowMessages_$bundle
- count(HttpString) - Method in class io.undertow.util.HeaderMap
- count(String) - Method in class io.undertow.util.HeaderMap
- CountingErrorHandler(int, int, long) - Constructor for class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.CountingErrorHandler
- CountingErrorHandler(int, int, long, ConnectionPoolErrorHandler) - Constructor for class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.CountingErrorHandler
- CPING - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- CPONG - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- CR - Static variable in class io.undertow.util.MultipartParser
-
The Carriage Return ASCII character value.
- crc - Variable in class io.undertow.conduits.GzipStreamSinkConduit
-
CRC-32 of uncompressed data.
- create() - Method in class io.undertow.server.HttpServerExchange.WrapperConduitFactory
- create() - Method in class io.undertow.server.HttpServerExchange.WrapperStreamSinkConduitFactory
- create() - Method in interface io.undertow.util.ConduitFactory
-
Create the channel instance.
- create() - Method in class io.undertow.util.ImmediateConduitFactory
- create() - Method in interface io.undertow.websockets.extensions.ExtensionHandshake
-
Create a new instance of the
ExtensionFunction
associated to this WebSocket Extension. - create() - Method in class io.undertow.websockets.extensions.PerMessageDeflateHandshake
- create(ModCluster, HttpHandler) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.Builder
- create(ModCluster, HttpHandler) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
- 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(WebSocketVersion, URI) - Static method in class io.undertow.websockets.client.WebSocketClientHandshake
- create(WebSocketVersion, URI, WebSocketClientNegotiation, Set<ExtensionHandshake>) - Static method in class io.undertow.websockets.client.WebSocketClientHandshake
- 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
- createChannel(FrameHeaderData, PooledByteBuffer) - Method in class io.undertow.protocols.ajp.AjpClientChannel
- createChannel(FrameHeaderData, PooledByteBuffer) - Method in class io.undertow.protocols.http2.Http2Channel
- createChannel(FrameHeaderData, PooledByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Method that creates the actual stream source channel implementation that is in use.
- createChannel(FrameHeaderData, PooledByteBuffer) - Method in class io.undertow.websockets.core.WebSocketChannel
- createChannel(WebSocketHttpExchange, StreamConnection, ByteBufferPool) - Method in class io.undertow.websockets.core.protocol.Handshake
-
Create the
WebSocketChannel
from theWebSocketHttpExchange
- createChannel(WebSocketHttpExchange, StreamConnection, ByteBufferPool) - Method in class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- createChannel(WebSocketHttpExchange, StreamConnection, ByteBufferPool) - Method in class io.undertow.websockets.core.protocol.version08.Hybi08Handshake
- createChannel(WebSocketHttpExchange, StreamConnection, ByteBufferPool) - Method in class io.undertow.websockets.core.protocol.version13.Hybi13Handshake
- createChannel(StreamConnection, String, ByteBufferPool, OptionMap) - Method in class io.undertow.websockets.client.WebSocket13ClientHandshake
- createChannel(StreamConnection, String, ByteBufferPool, OptionMap) - Method in class io.undertow.websockets.client.WebSocketClientHandshake
- createChannelImpl(FrameHeaderData, PooledByteBuffer) - Method in class io.undertow.protocols.http2.Http2Channel
- CREATED - Static variable in class io.undertow.util.StatusCodes
- CREATED_STRING - Static variable in class io.undertow.util.StatusCodes
- 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.
- createFrameHeader() - Method in class io.undertow.protocols.ajp.AjpClientCPingStreamSinkChannel
- createFrameHeader() - Method in class io.undertow.protocols.ajp.AjpClientRequestClientStreamSinkChannel
- createFrameHeader() - Method in class io.undertow.protocols.http2.Http2StreamSinkChannel
- createFrameHeader() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- createFrameHeader() - Method in class io.undertow.websockets.core.protocol.version07.WebSocket07FrameSinkChannel
- createFrameHeaderImpl() - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- createFrameHeaderImpl() - Method in class io.undertow.protocols.http2.Http2SettingsStreamSinkChannel
- createFrameHeaderImpl() - Method in class io.undertow.protocols.http2.Http2StreamSinkChannel
- createHeaders() - Method in class io.undertow.websockets.client.WebSocket13ClientHandshake
- createHeaders() - Method in class io.undertow.websockets.client.WebSocketClientHandshake
- createIdleTimeoutChannel(StreamConnection) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- createIdleTimeoutChannel(StreamConnection) - Method in class io.undertow.websockets.core.WebSocketChannel
- createInitialUpgradeResponseStream() - Method in class io.undertow.protocols.http2.Http2Channel
-
Creates a response stream to respond to the initial HTTP upgrade
- 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.
- createProxyHandler() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
-
Get the handler proxying the requests.
- createProxyHandler(HttpHandler) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
-
Get the handler proxying the requests.
- createResponseSender(HttpServerExchange) - Static method in class io.undertow.server.protocol.http.HttpContinue
-
Creates a response sender that can be used to send a HTTP 100-continue response.
- createSecKey() - Method in class io.undertow.websockets.client.WebSocket13ClientHandshake
- 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
SecurityContext
using 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
- createSettingsFrame(OptionMap, ByteBufferPool) - Static method in class io.undertow.client.http2.Http2ClearClientProvider
- createSingleSignOn(Account, String) - Method in class io.undertow.security.impl.InMemorySingleSignOnManager
- createSingleSignOn(Account, String) - Method in interface io.undertow.security.impl.SingleSignOnManager
- createSslConnectionServer(XnioWorker, InetSocketAddress, ChannelListener<? super AcceptingChannel<SslConnection>>, OptionMap) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- createSslTcpServer(XnioWorker, InetSocketAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>>, OptionMap) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- createStream(HeaderMap) - Method in class io.undertow.protocols.http2.Http2Channel
-
Creates a strema using a HEADERS frame
- createStreamSinkChannel(WebSocketFrameType) - Method in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- createStreamSinkChannel(WebSocketFrameType) - Method in class io.undertow.websockets.core.WebSocketChannel
-
Create a new StreamSinkFrameChannel which can be used to send a WebSocket Frame of the type
WebSocketFrameType
. - 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.
- createView() - Method in class io.undertow.util.ReferenceCountedPooled
- createView(int) - Method in class io.undertow.util.ReferenceCountedPooled
- Credential - Interface in io.undertow.security.idm
-
Representation of a users Credential.
- current - Variable in class io.undertow.server.AbstractServerConnection
- currentBuffer - Variable in class io.undertow.conduits.DeflatingStreamSinkConduit
-
The streams buffer.
- CUSTOM_TIME - Static variable in class io.undertow.attribute.DateTimeAttribute
D
- DASH - Static variable in class io.undertow.util.MultipartParser
-
The dash (-) ASCII character value.
- data(ByteBuffer) - Method in interface io.undertow.util.MultipartParser.PartHandler
- dataAlreadyQueued() - Method in class io.undertow.UndertowMessages_$bundle
- dataAlreadyQueued() - Method in interface io.undertow.UndertowMessages
- dataAlreadyQueued$str() - Method in class io.undertow.UndertowMessages_$bundle
- dataDeflated(byte[], int, int) - Method in class io.undertow.conduits.GzipStreamSourceConduit
- dataDeflated(byte[], int, int) - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- dataLargerThanContentLength(long, long) - Method in class io.undertow.UndertowLogger_$logger
- dataLargerThanContentLength(long, long) - Method in interface io.undertow.UndertowLogger
- dataLargerThanContentLength$str() - Method in class io.undertow.UndertowLogger_$logger
- dataReady(FrameHeaderData, PooledByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
-
Called when data has been read from the underlying channel.
- datasourceNotFound(String) - Method in class io.undertow.UndertowMessages_$bundle
- datasourceNotFound(String) - Method in interface io.undertow.UndertowMessages
- datasourceNotFound$str() - Method in class io.undertow.UndertowMessages_$bundle
- dataStillRemainingInChunk(long) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- dataStillRemainingInChunk(long) - Method in interface io.undertow.client.UndertowClientMessages
- dataStillRemainingInChunk$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- date(HttpHandler) - Static method in class io.undertow.Handlers
-
Deprecated.
- DATE - Static variable in class io.undertow.util.Headers
- DATE_STRING - Static variable in class io.undertow.util.Headers
- 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
- DebuggingStreamSinkConduit - Class in io.undertow.conduits
-
Conduit that saves all the data that is written through it and can dump it to the console
- DebuggingStreamSinkConduit(StreamSinkConduit) - Constructor for class io.undertow.conduits.DebuggingStreamSinkConduit
-
Construct a new instance.
- DebuggingStreamSourceConduit - Class in io.undertow.conduits
-
Conduit that saves all the data that is written through it and can dump it to the console
- DebuggingStreamSourceConduit(StreamSourceConduit) - Constructor for class io.undertow.conduits.DebuggingStreamSourceConduit
-
Construct a new instance.
- 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(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.
- decode(ByteBuffer) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64 encoded byte buffer into a new byte buffer.
- decode(ByteBuffer, boolean) - Method in class io.undertow.protocols.http2.HpackDecoder
-
Decodes the provided frame data.
- decode(ByteBuffer, int, StringBuilder) - Static method in class io.undertow.protocols.http2.HPackHuffman
-
Decodes a huffman encoded string into the target StringBuilder.
- decode(ByteBuffer, ByteBuffer) - Method in class io.undertow.util.FlexBase64.Decoder
-
Decodes one Base64 byte buffer into another.
- DECODE_SLASH - Static variable in class io.undertow.UndertowOptions
-
If a request comes in with encoded / characters (i.e.
- DECODE_URL - Static variable in class io.undertow.UndertowOptions
-
If this is true then the parser will decode the URL and query parameters using the selected character encoding (UTF-8 by default).
- decodeURL(byte[], int, int) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64url encoded byte array 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.
- decodeURL(ByteBuffer) - Static method in class io.undertow.util.FlexBase64
-
Decodes a Base64url encoded byte buffer into a new byte buffer.
- decodingFrameWithOpCode(int) - Method in class io.undertow.websockets.core.WebSocketLogger_$logger
- decodingFrameWithOpCode(int) - Method in interface io.undertow.websockets.core.WebSocketLogger
- decodingFrameWithOpCode$str() - Method in class io.undertow.websockets.core.WebSocketLogger_$logger
- 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_DEFLATER - Static variable in class io.undertow.websockets.extensions.PerMessageDeflateHandshake
-
Default configuration for DEFLATE algorithm implementation
- DEFAULT_ENABLE_RFC6265_COOKIE_VALIDATION - Static variable in class io.undertow.UndertowOptions
- DEFAULT_HEADER_FUNCTION - Static variable in class io.undertow.protocols.http2.HpackEncoder
- DEFAULT_HTTP_HEADERS_CACHE_SIZE - Static variable in class io.undertow.UndertowOptions
- DEFAULT_HTTP2_SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.undertow.UndertowOptions
- DEFAULT_INITIAL_WINDOW_SIZE - Static variable in class io.undertow.protocols.http2.Http2Channel
- DEFAULT_MAX_BUFFERED_REQUEST_SIZE - Static variable in class io.undertow.UndertowOptions
-
Default value of request buffer.
- DEFAULT_MAX_CACHED_HEADER_SIZE - Static variable in class io.undertow.UndertowOptions
- DEFAULT_MAX_COOKIES - Static variable in class io.undertow.UndertowOptions
- DEFAULT_MAX_DATA_SIZE - Static variable in class io.undertow.protocols.ajp.AjpClientRequestClientStreamSinkChannel
- DEFAULT_MAX_ENTITY_SIZE - Static variable in class io.undertow.UndertowOptions
-
We do not have a default upload limit
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.undertow.protocols.http2.Http2Channel
- DEFAULT_MAX_HEADER_SIZE - Static variable in class io.undertow.UndertowOptions
-
The default size we allow for the HTTP header.
- DEFAULT_MAX_HEADERS - Static variable in class io.undertow.UndertowOptions
- DEFAULT_MAX_PARAMETERS - Static variable in class io.undertow.UndertowOptions
- DEFAULT_MAX_RST_FRAMES_PER_WINDOW - Static variable in class io.undertow.UndertowOptions
-
Default value of
UndertowOptions.MAX_RST_FRAMES_PER_WINDOW
option. - DEFAULT_MIME_MAPPINGS - Static variable in class io.undertow.util.MimeMappings
- DEFAULT_PAGE - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- DEFAULT_POST_LOCATION - Static variable in class io.undertow.security.impl.FormAuthenticationMechanism
- DEFAULT_READ_TIMEOUT - Static variable in class io.undertow.UndertowOptions
-
The default read timeout to be used by read operations that absolutely require a timeout.
- DEFAULT_RST_FRAMES_TIME_WINDOW - Static variable in class io.undertow.UndertowOptions
-
Default value of
UndertowOptions.RST_FRAMES_TIME_WINDOW
option. - 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
- DefaultAlpnEngineManager - Class in io.undertow.protocols.alpn
- DefaultAlpnEngineManager() - Constructor for class io.undertow.protocols.alpn.DefaultAlpnEngineManager
- DefaultByteBufferPool - Class in io.undertow.server
-
A byte buffer pool that supports reference counted pools.
- DefaultByteBufferPool(boolean, int) - Constructor for class io.undertow.server.DefaultByteBufferPool
- DefaultByteBufferPool(boolean, int, int, int) - Constructor for class io.undertow.server.DefaultByteBufferPool
- DefaultByteBufferPool(boolean, int, int, int, int) - Constructor for class io.undertow.server.DefaultByteBufferPool
- defaultContextCannotBeNull() - Method in class io.undertow.UndertowMessages_$bundle
- defaultContextCannotBeNull() - Method in interface io.undertow.UndertowMessages
- defaultContextCannotBeNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- DefaultIoCallback - Class in io.undertow.io
-
A default callback implementation that simply ends the exchange
- DefaultIoCallback() - Constructor for class io.undertow.io.DefaultIoCallback
- 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
-
Deprecated.
- defaultParameter() - Method in class io.undertow.predicate.MethodPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
-
Deprecated.
- 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.RequestLargerThanPredicate.Builder
- defaultParameter() - Method in class io.undertow.predicate.RequestSmallerThanPredicate.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.ActiveRequestTrackerHandler.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.encoding.EncodingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler.Builder
- defaultParameter() - Method in class io.undertow.server.handlers.error.FileErrorPageHandler.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.LearningPushHandler.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.proxy.ProxyHandlerBuilder
- 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.RequestBufferingHandler.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.SetErrorHandler.Builder
- 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
- DeflateEncodingProvider - Class in io.undertow.server.handlers.encoding
-
Content coding for 'deflate'
- DeflateEncodingProvider() - Constructor for class io.undertow.server.handlers.encoding.DeflateEncodingProvider
- DeflateEncodingProvider(int) - Constructor for class io.undertow.server.handlers.encoding.DeflateEncodingProvider
- DeflateEncodingProvider(ObjectPool<Deflater>) - Constructor for class io.undertow.server.handlers.encoding.DeflateEncodingProvider
- deflater - Variable in class io.undertow.conduits.DeflatingStreamSinkConduit
- DeflatingStreamSinkConduit - Class in io.undertow.conduits
-
Channel that handles deflate compression
- DeflatingStreamSinkConduit(ConduitFactory<StreamSinkConduit>, HttpServerExchange) - Constructor for class io.undertow.conduits.DeflatingStreamSinkConduit
- DeflatingStreamSinkConduit(ConduitFactory<StreamSinkConduit>, HttpServerExchange, int) - Constructor for class io.undertow.conduits.DeflatingStreamSinkConduit
- DeflatingStreamSinkConduit(ConduitFactory<StreamSinkConduit>, HttpServerExchange, ObjectPool<Deflater>) - Constructor for class io.undertow.conduits.DeflatingStreamSinkConduit
- delegate - Variable in class io.undertow.channels.DetachableStreamSinkChannel
- delegate - Variable in class io.undertow.channels.DetachableStreamSourceChannel
- DelegateOpenListener - Interface in io.undertow.server
-
An open listener that handles being delegated to, e.g.
- 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
- DELETE_STRING - Static variable in class io.undertow.util.Methods
- 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.HeaderValues
- descendingIterator() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in reverse sequential order.
- DetachableStreamSinkChannel - Class in io.undertow.channels
-
Stream sink channel.
- DetachableStreamSinkChannel(StreamSinkChannel) - Constructor for class io.undertow.channels.DetachableStreamSinkChannel
- DetachableStreamSourceChannel - Class in io.undertow.channels
-
A stream source channel that can be marked as detached.
- DetachableStreamSourceChannel(StreamSourceChannel) - Constructor for class io.undertow.channels.DetachableStreamSourceChannel
- DIGEST - Static variable in class io.undertow.util.Headers
- DIGEST_URI - 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
-
HttpHandler
to 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
Credential
to provide some additional methods needed to enable verification of a request whereDigestAuthenticationMechanism
is 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, BufferAllocator<ByteBuffer>) - Constructor for class io.undertow.server.handlers.cache.DirectBufferCache
- DirectBufferCache(int, int, int, BufferAllocator<ByteBuffer>, 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$str() - Method in class io.undertow.UndertowLogger_$logger
- directBufferDeallocatorInitializationFailed(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- directBufferDeallocatorInitializationFailed(Throwable) - Method in interface io.undertow.UndertowLogger
- directBufferDeallocatorInitializationFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- DirectByteBufferDeallocator - Class in io.undertow.server
-
DirectByteBufferDeallocator
Utility 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
- disable() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Context
- DISABLE_HTTPS_ENDPOINT_IDENTIFICATION - Static variable in class io.undertow.client.http.HttpClientProvider
- DISABLE_HTTPS_ENDPOINT_IDENTIFICATION_PROPERTY - Static variable in class io.undertow.client.http.HttpClientProvider
- 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 blacklists certain HTTP methods.
- DisallowedMethodsHandler(HttpHandler, HttpString...) - Constructor for class io.undertow.server.handlers.DisallowedMethodsHandler
- DisallowedMethodsHandler(HttpHandler, Set<HttpString>) - Constructor for class io.undertow.server.handlers.DisallowedMethodsHandler
- DisallowedMethodsHandler.Builder - Class in io.undertow.server.handlers
- discard() - Method in class io.undertow.util.ImmediatePooled
- discard() - Method in class io.undertow.util.PooledAdaptor
- dispatch() - Method in class io.undertow.server.HttpServerExchange
-
Deprecated.
- 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.
- disperseCrumbs(HeaderMap) - Static method in class io.undertow.util.Cookies
-
IF there is single entry that follows RFC separation rules, it will be turned into singular fields.
- dispose() - Method in class io.undertow.websockets.extensions.CompositeExtensionFunction
- dispose() - Method in interface io.undertow.websockets.extensions.ExtensionFunction
-
Dispose this function.
- dispose() - Method in class io.undertow.websockets.extensions.NoopExtensionFunction
- dispose() - Method in class io.undertow.websockets.extensions.PerMessageDeflateFunction
- doClose() - Method in class io.undertow.conduits.IdleTimeoutConduit
- DOMAIN - io.undertow.security.impl.DigestWWWAuthenticateToken
- DOMAIN - Static variable in class io.undertow.util.Cookies
- DOMAIN - Static variable in class io.undertow.util.Headers
- done() - Method in interface io.undertow.conduits.AbstractFramedStreamSinkConduit.FrameCallBack
- done() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit.PooledBufferFrameCallback
- done() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback
- done(ServerSentEventConnection, String, String, String) - Method in interface io.undertow.server.handlers.sse.ServerSentEventConnection.EventCallback
-
Notification that is called when a message is sucessfully sent
- DONE - Static variable in class io.undertow.predicate.PredicatesHandler
-
static done marker.
- DoneHandlerBuilder() - Constructor for class io.undertow.predicate.PredicatesHandler.DoneHandlerBuilder
- doTerminateWrites() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- DRAIN - io.undertow.server.handlers.proxy.ProxyConnectionPool.AvailabilityType
-
The host is stopped.
- dump() - Static method in class io.undertow.conduits.DebuggingStreamSinkConduit
- dump() - Static method in class io.undertow.conduits.DebuggingStreamSourceConduit
- duplicatedSniServerName(int) - Method in class io.undertow.UndertowMessages_$bundle
- duplicatedSniServerName(int) - Method in interface io.undertow.UndertowMessages
- duplicatedSniServerName$str() - Method in class io.undertow.UndertowMessages_$bundle
E
- eachValue(HttpString) - Method in class io.undertow.util.HeaderMap
- 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
- echoFrame(WebSocketChannel, StreamSourceFrameChannel) - Static method in class io.undertow.websockets.core.WebSocketUtils
-
Echo back the frame to the sender
- element() - Method in class io.undertow.util.FastConcurrentDirectDeque
- element() - Method in class io.undertow.util.HeaderValues
- element() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- ELSE - Static variable in class io.undertow.server.handlers.builder.PredicatedHandlersParser
- emitHeader(HttpString, String, boolean) - Method in interface io.undertow.protocols.http2.HpackDecoder.HeaderEmitter
- EMPTY - Static variable in class io.undertow.util.HttpString
-
Empty HttpString instance.
- EMPTY_BUFFER - Static variable in class io.undertow.protocols.ssl.SslConduit
- EMPTY_BYTE_ARRAY - Static variable in class io.undertow.io.AsyncReceiverImpl
- EMPTY_BYTE_ARRAY - Static variable in class io.undertow.io.BlockingReceiverImpl
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- EmptyStreamSourceConduit - Class in io.undertow.conduits
-
A stream source conduit which is always empty.
- EmptyStreamSourceConduit(XnioIoThread) - Constructor for class io.undertow.conduits.EmptyStreamSourceConduit
-
Construct a new instance.
- enable() - Method in class io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
- enable() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Context
- ENABLE_CONNECTOR_STATISTICS - Static variable in class io.undertow.UndertowOptions
-
Deprecated.
- ENABLE_HTTP2 - Static variable in class io.undertow.UndertowOptions
-
If we should attempt to use HTTP2 for HTTPS connections.
- ENABLE_RFC6265_COOKIE_VALIDATION - Static variable in class io.undertow.UndertowOptions
-
If this is true then Undertow will enable RFC6265 compliant cookie validation for Set-Cookie header instead of legacy backward compatible behavior.
- ENABLE_SPDY - Static variable in class io.undertow.UndertowOptions
-
Deprecated.
- ENABLE_STATISTICS - Static variable in class io.undertow.UndertowOptions
-
If connector level statistics should be enabled.
- enableAdvertise() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.Builder
- 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(HeaderMap, ByteBuffer) - Method in class io.undertow.protocols.http2.HpackEncoder
-
Encodes the headers into a buffer.
- encode(ByteBuffer, String, boolean) - Static method in class io.undertow.protocols.http2.HPackHuffman
-
Encodes the given string into the buffer.
- encode(ByteBuffer, ByteBuffer) - 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(ByteBuffer, 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(ByteBuffer, boolean) - Static method in class io.undertow.util.FlexBase64
-
Encodes a fixed and complete byte buffer into a Base64url String.
- EncodingHandler - Class in io.undertow.server.handlers.encoding
-
Handler that serves as the basis for content encoding implementations.
- EncodingHandler(ContentEncodingRepository) - Constructor for class io.undertow.server.handlers.encoding.EncodingHandler
- EncodingHandler(HttpHandler, ContentEncodingRepository) - Constructor for class io.undertow.server.handlers.encoding.EncodingHandler
- EncodingHandler.Builder - Class in io.undertow.server.handlers.encoding
- END_CERT - Static variable in class io.undertow.util.Certificates
- END_EXCHANGE - Static variable in interface io.undertow.io.IoCallback
-
A default callback that simply ends the exchange.
- endExchange() - Method in class io.undertow.server.HttpServerExchange
-
Ends the exchange by fully draining the request channel, and flushing the response channel.
- endExchange() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- endExchange() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
End the exchange normally.
- endPart() - Method in interface io.undertow.util.MultipartParser.PartHandler
- ENDPOINT_IDENTIFICATION_ALGORITHM - Static variable in class io.undertow.UndertowOptions
-
The endpoint identification algorithm, the empty string can be used to set none.
- engineSupportsHTTP2(SSLEngine) - Static method in class io.undertow.server.protocol.http.AlpnOpenListener
- 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
-
Determine if this
HttpString
is equal to another. - equals(Object) - Method in class io.undertow.protocols.http2.HPackHuffman.HuffmanCode
- equals(Object) - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- equals(Object) - Method in class io.undertow.server.handlers.CookieImpl
- 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.HeaderMap
- equals(Object) - Method in class io.undertow.util.HttpString
-
Determine if this
HttpString
is 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
- error(HttpServerExchange, IOException) - Method in interface io.undertow.io.Receiver.ErrorCallback
- error(IOException) - Method in class io.undertow.util.StringReadChannelListener
- ERROR_CANCEL - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_COMPRESSION_ERROR - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_CONNECT_ERROR - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_ENHANCE_YOUR_CALM - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_FLOW_CONTROL_ERROR - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_FRAME_SIZE_ERROR - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_INADEQUATE_SECURITY - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_INTERNAL_ERROR - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_NO_ERROR - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_PAGE - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- ERROR_PROTOCOL_ERROR - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_REFUSED_STREAM - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_RESPONSE - Static variable in interface io.undertow.UndertowLogger
- ERROR_SETTINGS_TIMEOUT - Static variable in class io.undertow.protocols.http2.Http2Channel
- ERROR_STREAM_CLOSED - Static variable in class io.undertow.protocols.http2.Http2Channel
- errorParsingPredicateString(String, String) - Method in class io.undertow.UndertowMessages_$bundle
- errorParsingPredicateString(String, String) - Method in interface io.undertow.UndertowMessages
- errorParsingPredicateString$str() - Method in class io.undertow.UndertowMessages_$bundle
- errorRotatingAccessLog(IOException) - Method in class io.undertow.UndertowLogger_$logger
- errorRotatingAccessLog(IOException) - Method in interface io.undertow.UndertowLogger
- errorRotatingAccessLog$str() - Method in class io.undertow.UndertowLogger_$logger
- errorWritingAccessLog(IOException) - Method in class io.undertow.UndertowLogger_$logger
- errorWritingAccessLog(IOException) - Method in interface io.undertow.UndertowLogger
- errorWritingAccessLog$str() - Method in class io.undertow.UndertowLogger_$logger
- errorWritingJDBCLog(Exception) - Method in class io.undertow.UndertowLogger_$logger
- errorWritingJDBCLog(Exception) - Method in interface io.undertow.UndertowLogger
- errorWritingJDBCLog$str() - Method in class io.undertow.UndertowLogger_$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
- ETAG_STRING - Static variable in class io.undertow.util.Headers
- 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$str() - Method in class io.undertow.UndertowLogger_$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$str() - Method in class io.undertow.UndertowLogger_$logger
- exceptionInvokingCloseListener(ServerConnection.CloseListener, Throwable) - Method in class io.undertow.UndertowLogger_$logger
- exceptionInvokingCloseListener(ServerConnection.CloseListener, Throwable) - Method in interface io.undertow.UndertowLogger
- exceptionInvokingCloseListener$str() - Method in class io.undertow.UndertowLogger_$logger
- exceptionProcessingRequest(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- exceptionProcessingRequest(Throwable) - Method in interface io.undertow.UndertowLogger
- exceptionProcessingRequest$str() - Method in class io.undertow.UndertowLogger_$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$str() - Method in class io.undertow.UndertowMessages_$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.
- exchangeComplete(HttpServerExchange) - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- exchangeComplete(HttpServerExchange) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- exchangeComplete(HttpServerExchange) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- exchangeComplete(HttpServerExchange) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- exchangeComplete(HttpServerExchange) - Method in class io.undertow.server.ServerConnection
-
Invoked when the exchange is complete.
- ExchangeCompletionListener - Interface in io.undertow.server
-
Listener interface for events that are run at the completion of a request/response cycle (i.e.
- ExchangeCompletionListener.NextListener - Interface in io.undertow.server
- exchangeEvent(HttpServerExchange, ExchangeCompletionListener.NextListener) - Method in interface io.undertow.server.ExchangeCompletionListener
- EXCLUSIVITY_CHECKER - Static variable in class io.undertow.security.impl.GSSAPIAuthenticationMechanism
- ExclusivityChecker - Interface in io.undertow.server.handlers.proxy
-
Interface that is used to determine if a connection should be exclusive.
- execute(Runnable) - Method in class io.undertow.util.PipeliningExecutor
-
Deprecated.
- execute(Runnable) - Method in class io.undertow.util.SameThreadExecutor
- executeAfter(XnioIoThread, Runnable, long, TimeUnit) - Static method in class io.undertow.util.WorkerUtils
-
Schedules a task for future execution.
- executeRootHandler(HttpHandler, HttpServerExchange) - Static method in class io.undertow.server.Connectors
- ExistingSessionTarget(String, Iterator<CharSequence>, VirtualHost.HostEntry, ModClusterContainer, boolean) - Constructor for class io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget.ExistingSessionTarget
- 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
- EXPECT_STRING - Static variable in class io.undertow.util.Headers
- EXPECTATION_FAILED - Static variable in class io.undertow.util.StatusCodes
- EXPECTATION_FAILED_STRING - Static variable in class io.undertow.util.StatusCodes
- expectedClientHello() - Method in class io.undertow.UndertowMessages_$bundle
- expectedClientHello() - Method in interface io.undertow.UndertowMessages
- expectedClientHello$str() - Method in class io.undertow.UndertowMessages_$bundle
- expectedContinuationFrame() - Method in class io.undertow.UndertowMessages_$bundle
- expectedContinuationFrame() - Method in interface io.undertow.UndertowMessages
- expectedContinuationFrame$str() - Method in class io.undertow.UndertowMessages_$bundle
- expectedServerHello() - Method in class io.undertow.UndertowMessages_$bundle
- expectedServerHello() - Method in interface io.undertow.UndertowMessages
- expectedServerHello$str() - Method in class io.undertow.UndertowMessages_$bundle
- EXPIRES - Static variable in class io.undertow.util.Headers
- EXPIRES_STRING - Static variable in class io.undertow.util.Headers
- extendedAccessLogBadXParam() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogBadXParam() - Method in interface io.undertow.UndertowLogger
- extendedAccessLogBadXParam$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecode(String) - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecode(String) - Method in interface io.undertow.UndertowLogger
- extendedAccessLogCannotDecode$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecodeXParamValue(String) - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogCannotDecodeXParamValue(String) - Method in interface io.undertow.UndertowLogger
- extendedAccessLogCannotDecodeXParamValue$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogEmptyPattern() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogEmptyPattern() - Method in interface io.undertow.UndertowLogger
- extendedAccessLogEmptyPattern$str() - Method in class io.undertow.UndertowLogger_$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$str() - Method in class io.undertow.UndertowLogger_$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$str() - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogUnknownToken(String) - Method in class io.undertow.UndertowLogger_$logger
- extendedAccessLogUnknownToken(String) - Method in interface io.undertow.UndertowLogger
- extendedAccessLogUnknownToken$str() - Method in class io.undertow.UndertowLogger_$logger
- EXTENSION_LOGGER - Static variable in interface io.undertow.websockets.core.WebSocketLogger
- extensionFunction - Variable in class io.undertow.websockets.core.protocol.version07.WebSocket07FrameSinkChannel
- extensionFunction - Variable in class io.undertow.websockets.core.WebSocketChannel
- ExtensionFunction - Interface in io.undertow.websockets.extensions
-
Base interface for WebSocket Extensions implementation.
- ExtensionHandshake - Interface in io.undertow.websockets.extensions
-
Base interface for WebSocket Extension handshake.
- extensionsNotAllowed(int) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- extensionsNotAllowed(int) - Method in interface io.undertow.websockets.core.WebSocketMessages
- extensionsNotAllowed$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- extensionsNotSupported() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- extensionsNotSupported() - Method in interface io.undertow.websockets.core.WebSocketMessages
- extensionsNotSupported$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- extensionsSupported - Variable in class io.undertow.websockets.core.WebSocketChannel
- 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.
- extraBytes - Variable in class io.undertow.server.AbstractServerConnection
-
Any extra bytes that were read from the channel.
- extract() - Method in class io.undertow.websockets.core.UTF8Output
-
Extract a String holding the utf8 text
- extractQuotedValueFromHeader(String, String) - Static method in class io.undertow.util.Headers
-
Extracts a quoted value from a header that has a given key.
- extractQuotedValueFromHeaderWithEncoding(String, String) - Static method in class io.undertow.util.Headers
-
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$str() - Method in class io.undertow.UndertowMessages_$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(ServerSentEventConnection, String, String, String, IOException) - Method in interface io.undertow.server.handlers.sse.ServerSentEventConnection.EventCallback
-
Notification that is called when a message send fails.
- failed(HttpServerExchange) - Method in interface io.undertow.server.handlers.proxy.ProxyCallback
-
Callback if establishing the connection to a backend server fails.
- failed(IOException) - Method in interface io.undertow.client.ClientCallback
-
Invoked when the operation failed.
- failed(IOException) - Method in interface io.undertow.client.ClientConnection.PingListener
- failed(IOException) - Method in interface io.undertow.conduits.AbstractFramedStreamSinkConduit.FrameCallBack
- failed(IOException) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit.PooledBufferFrameCallback
- failed(IOException) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback
- FAILED_AUTHENTICATION - io.undertow.security.api.SecurityNotification.EventType
- FAILED_DEPENDENCY - Static variable in class io.undertow.util.StatusCodes
- FAILED_DEPENDENCY_STRING - Static variable in class io.undertow.util.StatusCodes
- failedParse() - Method in class io.undertow.server.protocol.ParseTimeoutUpdater
-
Called when a request is received, however it is not parsed in a single read() call.
- failedToAcceptSSLRequest(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToAcceptSSLRequest(Exception) - Method in interface io.undertow.UndertowLogger
- failedToAcceptSSLRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToAllocateResource() - Method in class io.undertow.UndertowMessages_$bundle
- failedToAllocateResource() - Method in interface io.undertow.UndertowMessages
- failedToAllocateResource$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToCreateSSOForSession(String) - Method in class io.undertow.UndertowLogger_$logger
- failedToCreateSSOForSession(String) - Method in interface io.undertow.UndertowLogger
- failedToCreateSSOForSession$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToDecodeParameterName(String, Exception) - Method in class io.undertow.UndertowMessages_$bundle
- failedToDecodeParameterName(String, Exception) - Method in interface io.undertow.UndertowMessages
- failedToDecodeParameterName$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToDecodeParameterValue(String, String, Exception) - Method in class io.undertow.UndertowMessages_$bundle
- failedToDecodeParameterValue(String, String, Exception) - Method in interface io.undertow.UndertowMessages
- failedToDecodeParameterValue$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToDecodeURL(String, String, Exception) - Method in class io.undertow.UndertowMessages_$bundle
- failedToDecodeURL(String, String, Exception) - Method in interface io.undertow.UndertowMessages
- failedToDecodeURL$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToInitializePathManager(String, IOException) - Method in class io.undertow.UndertowMessages_$bundle
- failedToInitializePathManager(String, IOException) - Method in interface io.undertow.UndertowMessages
- failedToInitializePathManager$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToInvokeFailedCallback(ServerSentEventConnection.EventCallback, Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToInvokeFailedCallback(ServerSentEventConnection.EventCallback, Exception) - Method in interface io.undertow.UndertowLogger
- failedToInvokeFailedCallback$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToListPathsForFile(Path) - Method in class io.undertow.UndertowLogger_$logger
- failedToListPathsForFile(Path) - Method in interface io.undertow.UndertowLogger
- failedToListPathsForFile$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToNegotiateAtGSSAPI(HttpServerExchange, Throwable) - Method in class io.undertow.UndertowLogger_$logger
- failedToNegotiateAtGSSAPI(HttpServerExchange, Throwable) - Method in interface io.undertow.UndertowLogger
- failedToNegotiateAtGSSAPI$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToObtainSubject(HttpServerExchange, GeneralSecurityException) - Method in class io.undertow.UndertowLogger_$logger
- failedToObtainSubject(HttpServerExchange, GeneralSecurityException) - Method in interface io.undertow.UndertowLogger
- failedToObtainSubject$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToParsePath() - Method in class io.undertow.UndertowMessages_$bundle
- failedToParsePath() - Method in interface io.undertow.UndertowMessages
- failedToParsePath$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToParseRequest(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- failedToParseRequest(Throwable) - Method in interface io.undertow.UndertowLogger
- failedToParseRequest$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToProcessManagementReq(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToProcessManagementReq(Exception) - Method in interface io.undertow.UndertowLogger
- failedToProcessManagementReq$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToRegisterChangeListener(int, int, Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToRegisterChangeListener(int, int, Exception) - Method in interface io.undertow.UndertowLogger
- failedToRegisterChangeListener$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToReplaceHashOutputStream(Exception) - Method in class io.undertow.UndertowMessages_$bundle
- failedToReplaceHashOutputStream(Exception) - Method in interface io.undertow.UndertowMessages
- failedToReplaceHashOutputStream$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToReplaceHashOutputStreamOnWrite(Exception) - Method in class io.undertow.UndertowMessages_$bundle
- failedToReplaceHashOutputStreamOnWrite(Exception) - Method in interface io.undertow.UndertowMessages
- failedToReplaceHashOutputStreamOnWrite$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToSendAfterBeingSafe() - Method in class io.undertow.UndertowMessages_$bundle
- failedToSendAfterBeingSafe() - Method in interface io.undertow.UndertowMessages
- failedToSendAfterBeingSafe$str() - Method in class io.undertow.UndertowMessages_$bundle
- failedToSendPingResponse(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToSendPingResponse(Exception) - Method in interface io.undertow.UndertowLogger
- failedToSendPingResponse$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToSendPingResponseDBG(Exception, String, String) - Method in class io.undertow.UndertowLogger_$logger
- failedToSendPingResponseDBG(Exception, String, String) - Method in interface io.undertow.UndertowLogger
- failedToSendPingResponseDBG$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToSetWSTimeout(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToSetWSTimeout(Exception) - Method in interface io.undertow.UndertowLogger
- failedToSetWSTimeout$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToUpgradeChannel(int, String) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- failedToUpgradeChannel(int, String) - Method in interface io.undertow.client.UndertowClientMessages
- failedToUpgradeChannel$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- failedToWriteJdbcAccessLog(Exception) - Method in class io.undertow.UndertowLogger_$logger
- failedToWriteJdbcAccessLog(Exception) - Method in interface io.undertow.UndertowLogger
- failedToWriteJdbcAccessLog$str() - Method in class io.undertow.UndertowLogger_$logger
- failedToWritePreCachedFile() - Method in class io.undertow.UndertowLogger_$logger
- failedToWritePreCachedFile() - Method in interface io.undertow.UndertowLogger
- failedToWritePreCachedFile$str() - Method in class io.undertow.UndertowLogger_$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.
- fastIterate() - Method in class io.undertow.util.HeaderMap
-
Do a fast iteration of this header map without creating any objects.
- fastIterateNonEmpty() - Method in class io.undertow.util.HeaderMap
-
Do a fast iteration of this header map without creating any objects, only considering non-empty header values.
- fiCurrent(long) - Method in class io.undertow.util.HeaderMap
-
Return the value at the current index in a fast iteration.
- 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
- FileErrorPageHandler - Class in io.undertow.server.handlers.error
-
Handler that serves up a file from disk to serve as an error page.
- FileErrorPageHandler(HttpHandler, File, Integer...) - Constructor for class io.undertow.server.handlers.error.FileErrorPageHandler
-
Deprecated.
- FileErrorPageHandler(HttpHandler, Path, MimeMappings, Integer...) - Constructor for class io.undertow.server.handlers.error.FileErrorPageHandler
- FileErrorPageHandler(HttpHandler, Path, Integer...) - Constructor for class io.undertow.server.handlers.error.FileErrorPageHandler
- FileErrorPageHandler(File, Integer...) - Constructor for class io.undertow.server.handlers.error.FileErrorPageHandler
-
Deprecated.
- FileErrorPageHandler(Path, Integer...) - Constructor for class io.undertow.server.handlers.error.FileErrorPageHandler
- FileErrorPageHandler.Builder - Class in io.undertow.server.handlers.error
- 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
- fileSystem - Variable in class io.undertow.server.handlers.resource.PathResourceManager
- 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
- finalFrame() - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- finalize() - Method in class io.undertow.server.DefaultByteBufferPool
- 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
- findTarget(HttpServerExchange) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- findTarget(HttpServerExchange) - Method in interface io.undertow.server.handlers.proxy.ProxyClient
-
Finds a proxy target for this request, returning null if none can be found.
- findTarget(HttpServerExchange) - Method in class io.undertow.server.handlers.proxy.SimpleProxyClientProvider
-
Deprecated.
- fiNext(long) - Method in class io.undertow.util.HeaderMap
-
Find the next index in a fast iteration.
- fiNextNonEmpty(long) - Method in class io.undertow.util.HeaderMap
-
Find the next non-empty index in a fast iteration.
- finish() - Method in class io.undertow.protocols.http2.Http2PushBackParser
- FinishableStreamSinkConduit - Class in io.undertow.conduits
- FinishableStreamSinkConduit(StreamSinkConduit, ConduitListener<? super FinishableStreamSinkConduit>) - Constructor for class io.undertow.conduits.FinishableStreamSinkConduit
- FinishableStreamSourceConduit - Class in io.undertow.conduits
-
A conduit that calls a finish listener when there is no data left in the underlying conduit.
- FinishableStreamSourceConduit(StreamSourceConduit, ConduitListener<? super FinishableStreamSourceConduit>) - Constructor for class io.undertow.conduits.FinishableStreamSourceConduit
- finished() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- fixedLengthOverflow() - Method in class io.undertow.UndertowMessages_$bundle
- fixedLengthOverflow() - Method in interface io.undertow.UndertowMessages
- fixedLengthOverflow$str() - Method in class io.undertow.UndertowMessages_$bundle
- FixedLengthStreamSourceConduit - Class in io.undertow.conduits
-
A channel which reads data of a fixed length and calls a finish listener.
- FixedLengthStreamSourceConduit(StreamSourceConduit, long, ConduitListener<? super FixedLengthStreamSourceConduit>) - Constructor for class io.undertow.conduits.FixedLengthStreamSourceConduit
-
Construct a new instance.
- FixedLengthStreamSourceConduit(StreamSourceConduit, long, ConduitListener<? super FixedLengthStreamSourceConduit>, HttpServerExchange) - Constructor for class io.undertow.conduits.FixedLengthStreamSourceConduit
-
Construct a new instance.
- 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.
- FLOW_CONTROL_MIN_WINDOW - Static variable in class io.undertow.protocols.http2.Http2Channel
- flush() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- flush() - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- flush() - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- flush() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- flush() - Method in class io.undertow.conduits.FinishableStreamSinkConduit
- flush() - Method in class io.undertow.conduits.HeadStreamSinkConduit
- flush() - Method in class io.undertow.conduits.IdleTimeoutConduit
- flush() - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- flush() - Method in class io.undertow.io.UndertowOutputStream
- flush() - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- flush() - Method in class io.undertow.protocols.ssl.SslConduit
- flush() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- flush() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- flush() - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- flush() - Method in class io.undertow.util.FlexBase64.DecoderOutputStream
- flush() - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
- flush() - Method in class io.undertow.websockets.core.BinaryOutputStream
- flushPipelinedData() - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
-
Flushes the cached data.
- flushQueuedData() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- flushSenders() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Flushes all ready stream sink conduits to the channel.
- FOR - Static variable in class io.undertow.server.handlers.ForwardedHandler
- FORBIDDEN - Static variable in class io.undertow.util.StatusCodes
- FORBIDDEN_STRING - Static variable in class io.undertow.util.StatusCodes
- force(boolean) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- FORCE_RENEGOTIATION - Static variable in class io.undertow.security.impl.ClientCertAuthenticationMechanism
- forEach(Consumer<? super E>) - Method in class io.undertow.util.FastConcurrentDirectDeque
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsAString() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsAString() - Method in interface io.undertow.UndertowMessages
- formValueIsAString$str() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsInMemoryFile() - Method in class io.undertow.UndertowMessages_$bundle
- formValueIsInMemoryFile() - Method in interface io.undertow.UndertowMessages
- formValueIsInMemoryFile$str() - Method in class io.undertow.UndertowMessages_$bundle
- forName(String) - Static method in enum io.undertow.security.idm.DigestAlgorithm
- forName(String) - Static method in enum io.undertow.security.impl.DigestQop
- FORWARD - io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
- FORWARD - io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
- FORWARD_AND_REVERSE - io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
- FORWARD_AND_REVERSE - io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
- FORWARD_REQUEST - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- FORWARDED - Static variable in class io.undertow.util.Headers
- FORWARDED_STRING - Static variable in class io.undertow.util.Headers
- ForwardedHandler - Class in io.undertow.server.handlers
-
Handler that implements rfc7239 Forwarded header
- ForwardedHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.ForwardedHandler
- ForwardedHandler(HttpHandler, boolean) - Constructor for class io.undertow.server.handlers.ForwardedHandler
- ForwardedHandler.Builder - Class in io.undertow.server.handlers
- FOUND - Static variable in class io.undertow.util.StatusCodes
- FOUND_STRING - Static variable in class io.undertow.util.StatusCodes
- fragmentedChannel - Variable in class io.undertow.websockets.core.WebSocketChannel
- fragmentedControlFrame() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- fragmentedControlFrame() - Method in interface io.undertow.websockets.core.WebSocketMessages
- fragmentedControlFrame$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- frameAdded(StreamSinkFrameChannel, List<StreamSinkFrameChannel>, Deque<StreamSinkFrameChannel>) - Method in class io.undertow.websockets.core.WebSocketFramePriority
- frameAdded(S, List<S>, Deque<S>) - Method in interface io.undertow.server.protocol.framed.FramePriority
-
Invoked when a new frame is successfully added to the pending frames queue.
- FrameHeaderData - Interface in io.undertow.server.protocol.framed
-
Frame header data for frames that are received
- frameNotMasked() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- frameNotMasked() - Method in interface io.undertow.websockets.core.WebSocketMessages
- frameNotMasked$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- FramePriority<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>> - Interface in io.undertow.server.protocol.framed
-
Interface that can be used to determine where to insert a given frame into the pending frame queue.
- free() - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool.PooledByteBuffer
- free() - Method in class io.undertow.util.ImmediatePooled
- free() - Method in class io.undertow.util.PooledAdaptor
- free(ByteBuffer) - Static method in class io.undertow.server.DirectByteBufferDeallocator
-
Attempts to deallocate the underlying direct memory.
- freed() - Method in interface io.undertow.util.ReferenceCountedPooled.FreeNotifier
- FROM - Static variable in class io.undertow.util.Headers
- FROM_STRING - Static variable in class io.undertow.util.Headers
- fromCache(String) - Static method in class io.undertow.util.Headers
- fromString(String) - Static method in class io.undertow.util.Methods
- fromUtf8String(CharSequence) - Static method in class io.undertow.websockets.core.WebSocketUtils
-
Create a
ByteBuffer
which holds the UTF8 encoded bytes for the givenString
. - FULL - io.undertow.server.handlers.proxy.ProxyConnectionPool.AvailabilityType
-
All connections are in use, connections will be queued
- FULL_QUEUE - io.undertow.server.handlers.proxy.ProxyConnectionPool.AvailabilityType
-
All connections are in use and the queue is full.
G
- GATEWAY_TIME_OUT - Static variable in class io.undertow.util.StatusCodes
- GATEWAY_TIME_OUT_STRING - Static variable in class io.undertow.util.StatusCodes
- generate(Path) - Method in interface io.undertow.server.handlers.resource.PathResourceManager.ETagFunction
-
Generates an
ETag
for the providedPath
. - 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<HttpString>, 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(int) - Method in class io.undertow.util.HeaderValues
- get(HttpString) - Method in class io.undertow.util.HeaderMap
- get(HttpString, int) - Method in class io.undertow.util.HeaderMap
- 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.HeaderMap
- 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.HeaderMap
- 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
- GET_STRING - Static variable in class io.undertow.util.Methods
- 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.
- getAccount() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- 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
- getAdvertiseConfig() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
- getAlgorithm() - Method in enum io.undertow.security.idm.DigestAlgorithm
- getAlgorithm() - Method in interface io.undertow.security.idm.DigestCredential
-
Obtain the selected
DigestAlgorithm
for the request being authenticated. - getAliases() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- 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
- getAllTargets() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- getAllTargets() - Method in interface io.undertow.server.handlers.proxy.ProxyClient
- getApplicationProtocol() - Method in class io.undertow.protocols.alpn.OpenSSLAlpnProvider.OpenSSLALPNMethods
- getArrayBackedPool() - Method in interface io.undertow.connector.ByteBufferPool
-
If this byte buffer pool corresponds to an array backed pool then this will return itself.
- getArrayBackedPool() - Method in class io.undertow.server.DefaultByteBufferPool
- getArrayBackedPool() - Method in class io.undertow.server.XnioByteBufferPool
- getAssociatedStreamId() - Method in class io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel
- getAttachment(AttachmentKey<T>) - Method in class io.undertow.protocols.http2.Http2Channel
- getAttachment(AttachmentKey<T>) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getAttachment(AttachmentKey<T>) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- 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.
- getAttachment(AttachmentKey<T>) - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getAttachment(AttachmentKey<T>) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getAttachmentList(AttachmentKey<? extends List<T>>) - Method in class io.undertow.protocols.http2.Http2Channel
- getAttachmentList(AttachmentKey<? extends List<T>>) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getAttachmentList(AttachmentKey<? extends List<T>>) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- 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
null
if no object is bound under the name. - getAttribute(String) - Method in class io.undertow.websockets.core.WebSocketChannel
- getAttributeNames() - Method in interface io.undertow.server.session.Session
-
Returns an
Set
ofString
objects containing the names of all the objects bound to this session. - getAuthenticatedAccount() - Method in interface io.undertow.security.api.SecurityContext
-
Obtain the
Account
for the currently authenticated identity. - getAuthenticatedAccount() - Method in class io.undertow.security.impl.AbstractSecurityContext
- getAuthenticationMechanisms() - Method in interface io.undertow.security.api.SecurityContext
-
Deprecated, for removal: This API element is subject to removal in a future version.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
- getAwaitWritableTimeout() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
-
Return the timeout used by awaitWritable and flush tasks.
- getBalancer() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Getter for balancer
- 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.handlers.proxy.ProxyConnectionPool
- getBindAddress() - Method in class io.undertow.server.ListenerRegistry.Listener
-
The address that this listener is bound to
- getBindAddress() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getBuffer() - Method in interface io.undertow.connector.PooledByteBuffer
- getBuffer() - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool.PooledByteBuffer
- getBuffer() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getBuffer() - Method in class io.undertow.util.ImmediatePooledByteBuffer
- getBuffer() - Method in class io.undertow.util.ReferenceCountedPooled
- getBufferPool() - Method in interface io.undertow.client.ClientConnection
- getBufferPool() - Method in class io.undertow.client.http2.Http2ClientConnection
- getBufferPool() - Method in class io.undertow.server.AbstractServerConnection
- getBufferPool() - Method in interface io.undertow.server.OpenListener
- getBufferPool() - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- getBufferPool() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Get the buffer pool for this connection.
- getBufferPool() - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- getBufferPool() - Method in class io.undertow.server.protocol.http.HttpOpenListener
- getBufferPool() - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- getBufferPool() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getBufferPool() - Method in class io.undertow.server.ServerConnection
-
Deprecated.
- getBufferPool() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getBufferPool() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getBufferPool() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getBufferSize() - Method in interface io.undertow.connector.ByteBufferPool
- getBufferSize() - Method in class io.undertow.server.AbstractServerConnection
- getBufferSize() - Method in class io.undertow.server.DefaultByteBufferPool
- getBufferSize() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getBufferSize() - Method in class io.undertow.server.ServerConnection
- getBufferSize() - Method in class io.undertow.server.XnioByteBufferPool
- getByteBuffer() - Method in class io.undertow.server.protocol.framed.SendFrameHeader
- getByteBufferPool() - Method in class io.undertow.server.AbstractServerConnection
-
Get the buffer pool for this connection.
- getByteBufferPool() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getByteBufferPool() - Method in class io.undertow.server.ServerConnection
- 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
- getBytesReceived() - Method in class io.undertow.server.RequestStatistics
- getBytesSent() - Method in class io.undertow.server.AggregateConnectorStatistics
- getBytesSent() - Method in interface io.undertow.server.ConnectorStatistics
- getBytesSent() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getBytesSent() - Method in class io.undertow.server.RequestStatistics
- getBytesWritten() - Method in class io.undertow.io.UndertowOutputStream
- getCachable() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- getCacheConnections() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getCacheConnections() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getCacheConnections() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Get the amount of connections which should be kept alive in the connection pool.
- 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
- getCacheTime() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- getCertificate() - Method in class io.undertow.security.idm.X509CertificateCredential
- getChannel() - Method in class io.undertow.server.AbstractServerConnection
-
Get the underlying channel.
- getChannel() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getChannel(PooledByteBuffer) - Method in interface io.undertow.websockets.core.WebSocketChannel.PartialFrame
- getCharset() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- getCipherSuite() - Method in class io.undertow.server.BasicSSLSessionInfo
- getCipherSuite() - Method in class io.undertow.server.ConnectionSSLSessionInfo
- getCipherSuite() - Method in interface io.undertow.server.SSLSessionInfo
- getClientExtensions() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getClientNegotiation() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getClientStatistics() - Method in class io.undertow.server.handlers.proxy.ProxyConnectionPool
- getClientToServerElement(ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- getCloseCode() - Method in exception io.undertow.protocols.http2.HpackException
- getCloseCode() - Method in class io.undertow.websockets.core.WebSocketChannel
- getCloseReason() - Method in class io.undertow.websockets.core.WebSocketChannel
- getCloseSetter() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- getCloseSetter() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- getCloseSetter() - Method in interface io.undertow.client.ClientConnection
- getCloseSetter() - Method in class io.undertow.client.http2.Http2ClientConnection
- getCloseSetter() - Method in class io.undertow.server.AbstractServerConnection
- getCloseSetter() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getCloseSetter() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getCloseSetter() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getCloseSetter() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getCloseSetter() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- getCode() - Method in exception io.undertow.protocols.http2.ConnectionErrorException
- getCode() - Method in class io.undertow.websockets.core.CloseMessage
- 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
- getCompletionListener() - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- getCompletionListener() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- getConduitSinkChannel(HttpServerExchange) - Static method in class io.undertow.server.Connectors
- getConnection() - Method in interface io.undertow.client.ClientExchange
- getConnection() - Method in class io.undertow.client.http2.Http2ClientExchange
- getConnection() - Method in class io.undertow.server.handlers.proxy.ProxyConnection
- getConnection() - Method in class io.undertow.server.HttpServerExchange
-
Get the underlying HTTP connection.
- getConnection(ProxyClient.ProxyTarget, HttpServerExchange, ProxyCallback<ProxyConnection>, long, TimeUnit) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- getConnection(ProxyClient.ProxyTarget, HttpServerExchange, ProxyCallback<ProxyConnection>, long, TimeUnit) - Method in interface io.undertow.server.handlers.proxy.ProxyClient
-
Gets a proxy connection for the given request.
- getConnection(ProxyClient.ProxyTarget, HttpServerExchange, ProxyCallback<ProxyConnection>, long, TimeUnit) - Method in class io.undertow.server.handlers.proxy.SimpleProxyClientProvider
-
Deprecated.
- getConnections() - Method in class io.undertow.server.handlers.sse.ServerSentEventHandler
- getConnectionsPerThread() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- getConnectionURI() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Get the connection URI.
- getConnectorStatistics() - Method in interface io.undertow.server.OpenListener
- getConnectorStatistics() - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- getConnectorStatistics() - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- getConnectorStatistics() - Method in class io.undertow.server.protocol.http.HttpOpenListener
- getConnectorStatistics() - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- getConnectorStatistics() - Method in class io.undertow.Undertow.ListenerInfo
- getContainer() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getContentEncodedResourceManager() - Method in class io.undertow.server.handlers.resource.ResourceHandler
- getContentEncoding() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- getContentEncoding() - Method in class io.undertow.server.handlers.encoding.ContentEncodedResource
- getContentEncodings(HttpServerExchange) - Method in class io.undertow.server.handlers.encoding.ContentEncodingRepository
- 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
- getContentLocation() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- getContentRange() - Method in class io.undertow.util.ByteRange.RangeResponseResult
- getContentType() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- 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
- getContext(String) - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getContext(List<SNIServerName>) - Method in class io.undertow.protocols.ssl.SNIContextMatcher
- 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
- getContexts() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getContinueResponse() - Method in interface io.undertow.client.ClientExchange
- getContinueResponse() - Method in class io.undertow.client.http2.Http2ClientExchange
- getController() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- 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.
- getCrumbs(HeaderMap) - Static method in class io.undertow.util.Cookies
-
Fetch list containing crumbs( singular entries of Cookie header )
- getCurrentContentEncoding() - Method in class io.undertow.server.handlers.encoding.AllowedContentEncodings
- getCurrentDateTime(HttpServerExchange) - Static method in class io.undertow.util.DateUtils
- getData() - Method in class io.undertow.protocols.http2.Http2PingStreamSourceChannel
- getData() - Method in class io.undertow.websockets.core.BufferedBinaryMessage
- getData() - Method in class io.undertow.websockets.core.BufferedTextMessage
-
Gets the buffered data and clears the buffered text message.
- getDefaultCharset() - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- getDefaultContext() - Method in class io.undertow.protocols.ssl.SNIContextMatcher.Builder
- getDefaultContext() - Method in class io.undertow.protocols.ssl.SNIContextMatcher
- 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
- getDelegatedTask() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- 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.
- getDestinationAddress() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Get the destination address of the Channel.
- getDestinationAddress() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Get the destination address of the WebSocket Channel.
- 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 interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getDomain() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Getter for domain
- getDomain() - Method in class io.undertow.server.session.SessionCookieConfig
- getElected() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getElseHandler() - Method in class io.undertow.server.handlers.builder.PredicatedHandler
- getEnabledCipherSuites() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getEnabledProtocols() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getEnableSessionCreation() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getEncoding() - Method in class io.undertow.server.handlers.encoding.AllowedContentEncodings
- 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
- getErrorCode() - Method in class io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel
- getErrorCount() - Method in class io.undertow.server.AggregateConnectorStatistics
- getErrorCount() - Method in interface io.undertow.server.ConnectorStatistics
- getErrorCount() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getErrorId() - Method in exception io.undertow.protocols.http2.StreamErrorException
- getEtag() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- 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
- getExactPathMatchesSet() - 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
- getExistingChannel() - Method in interface io.undertow.server.protocol.framed.FrameHeaderData
- getExistingRequestChannel(HttpServerExchange) - Static method in class io.undertow.server.Connectors
-
Returns the existing request channel, if it exists.
- 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
- getExtensionFunction() - Method in class io.undertow.websockets.core.WebSocketChannel
- getExtraBytes() - Method in class io.undertow.server.AbstractServerConnection
- 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.error.FileErrorPageHandler
- 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.HeaderValues
- getFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- getFirst(HttpString) - Method in class io.undertow.util.HeaderMap
- getFirst(String) - Method in class io.undertow.server.handlers.form.FormData
- getFirst(String) - Method in class io.undertow.util.HeaderMap
- getFlushwait() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Getter for flushwait
- getFlushWait() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getFramedChannel() - Method in class io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
- getFramedChannel() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getFramedChannel() - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- getFrameLength() - Method in class io.undertow.protocols.http2.Http2PushBackParser
- getFrameLength() - Method in interface io.undertow.server.protocol.framed.FrameHeaderData
- getFramePriority() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getFramePriority() - Method in class io.undertow.websockets.core.WebSocketChannel
- 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
- getHandshakeSession() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getHandshakeStatus() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getHashAlgorithm() - Method in class io.undertow.websockets.core.protocol.Handshake
-
Return the algorithm that is used to hash during the handshake
- getHeader() - Method in class io.undertow.server.handlers.SetHeaderHandler
- getHeaderEmitter() - Method in class io.undertow.protocols.http2.HpackDecoder
- getHeaderName() - Method in class io.undertow.util.HeaderValues
- getHeaderNames() - Method in class io.undertow.util.HeaderMap
- getHeaders() - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- getHeaders() - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- getHeaders() - Method in class io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel
- getHeaders() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- getHeaders() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- getHealthChecker() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getHealthCheckInterval() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getHighestSessionCount() - Method in class io.undertow.server.session.InMemorySessionManager
- getHighestSessionCount() - Method in interface io.undertow.server.session.SessionManagerStatistics
- 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
- getHostsForTarget(String, String) - Method in class io.undertow.server.handlers.proxy.HostTable
- getHttp2Channel() - Method in class io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
- getHttp2Version() - Method in class io.undertow.protocols.http2.Http2Channel
- getHttpUpgradeMetadata() - Method in class io.undertow.server.ListenerRegistry.Listener
- getId() - Method in class io.undertow.protocols.http2.Http2Setting
- getId() - Method in interface io.undertow.security.impl.SingleSignOn
-
Returns the unique identifier for this SSO.
- getId() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- getId() - Method in class io.undertow.server.ServerConnection
- getId() - Method in interface io.undertow.server.session.Session
-
Returns a string containing the unique identifier assigned to this session.
- getIdempotentRequestPredicate() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- getIdempotentRequestPredicate() - Method in class io.undertow.server.handlers.proxy.ProxyHandler
- getIdentityManager() - Method in interface io.undertow.security.api.SecurityContext
-
Deprecated, for removal: This API element is subject to removal in a future version.Authentication mechanisms that rely on the
IdentityManager
should instead hold their own reference to it. - getIdentityManager() - Method in class io.undertow.security.impl.SecurityContextImpl
-
Deprecated.
- getIdleTimeout() - Method in class io.undertow.conduits.IdleTimeoutConduit
- getIdleTimeout() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getInitialReceiveWindowSize() - Method in class io.undertow.protocols.http2.Http2Channel
- getInitialSendWindowSize() - Method in class io.undertow.protocols.http2.Http2Channel
- getInputStream() - Method in interface io.undertow.server.BlockingHttpExchange
-
Returns the input stream that is in use for this exchange.
- getInputStream() - Method in class io.undertow.server.handlers.form.FormData.FileItem
- getInputStream() - Method in class io.undertow.server.HttpServerExchange
- getInstance() - Static method in class io.undertow.client.UndertowClient
- getInstance() - Method in class io.undertow.server.handlers.AttachmentHandler
- getInstance(ClassLoader) - Static method in class io.undertow.client.UndertowClient
- getInvalidMethodHandler() - Method in class io.undertow.server.RoutingHandler
- getIoThread() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- getIoThread() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- getIoThread() - Method in interface io.undertow.client.ClientConnection
- getIoThread() - Method in class io.undertow.client.http2.Http2ClientConnection
- getIoThread() - Method in class io.undertow.server.AbstractServerConnection
- getIoThread() - Method in class io.undertow.server.HttpServerExchange
- getIoThread() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getIoThread() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getIoThread() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getIoThread() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getIoThread() - Method in class io.undertow.server.ServerConnection
- getIoThread() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- getJvmRoute() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getJvmRoute() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
- getKeepAliveTime() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getKey() - Method in class io.undertow.util.SubstringMap.SubstringMatch
- getKeySize() - Method in class io.undertow.server.BasicSSLSessionInfo
- getKeySize() - Method in interface io.undertow.server.SSLSessionInfo
- getLanguage() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- getLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- getLast() - Method in class io.undertow.util.HeaderValues
- getLast() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- getLast(HttpString) - Method in class io.undertow.util.HeaderMap
- getLast(String) - Method in class io.undertow.server.handlers.form.FormData
- getLast(String) - Method in class io.undertow.util.HeaderMap
- 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.
- getLastGoodStreamId() - Method in class io.undertow.protocols.http2.Http2GoAwayParser
- getLastGoodStreamId() - Method in class io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel
- 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.cache.CachedHttpRequest
- 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.protocols.http2.HPackHuffman.HuffmanCode
- 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
- getLoad() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getLoadBalancer(String) - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus
- getLoadBalancers() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus
- getLocalAddress() - Method in interface io.undertow.client.ClientConnection
- getLocalAddress() - Method in class io.undertow.client.http2.Http2ClientConnection
- getLocalAddress() - Method in class io.undertow.server.AbstractServerConnection
- getLocalAddress() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getLocalAddress() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getLocalAddress() - Method in class io.undertow.server.ServerConnection
- getLocalAddress(Class<A>) - Method in interface io.undertow.client.ClientConnection
- getLocalAddress(Class<A>) - Method in class io.undertow.client.http2.Http2ClientConnection
- getLocalAddress(Class<A>) - Method in class io.undertow.server.AbstractServerConnection
- getLocalAddress(Class<A>) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getLocalAddress(Class<A>) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getLocalAddress(Class<A>) - Method in class io.undertow.server.ServerConnection
- 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.client.UndertowClientMessages_$bundle
- getLoggingLocale() - Method in class io.undertow.UndertowLogger_$logger
- getLoggingLocale() - Method in class io.undertow.UndertowMessages_$bundle
- getLoggingLocale() - Method in class io.undertow.websockets.core.WebSocketLogger_$logger
- getLoggingLocale() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- getLogNameSuffix() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getLogWriteExecutor() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getMagicNumber() - Method in class io.undertow.websockets.core.protocol.Handshake
-
Return the magic number which will be mixed in
- getManagementHost() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
-
Deprecated.
- getManagementPort() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
-
Deprecated.
- getManagementSocketAddress() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
- 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
- getMaxattempts() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getMaxattempts() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
-
Deprecated.
- getMaxAttempts() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getMaxBinaryBufferSize() - Method in class io.undertow.websockets.core.AbstractReceiveListener
- getMaxCachedConnections() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host
- getMaxCachedConnections() - Method in interface io.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
Get the maximum number of cached (idle) connections per thread.
- getMaxCloseBufferSize() - Method in class io.undertow.websockets.core.AbstractReceiveListener
- getMaxConnectionRetries() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- getMaxConnectionRetries() - Method in class io.undertow.server.handlers.proxy.ProxyHandler
- getMaxConnections() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host
- getMaxConnections() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getMaxConnections() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getMaxConnections() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Get the maximum connection limit for a nodes thread-pool.
- getMaxConnections() - Method in interface io.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
Get the maximum number of connections per thread.
- 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
- getMaxPingBufferSize() - Method in class io.undertow.websockets.core.AbstractReceiveListener
- getMaxPongBufferSize() - Method in class io.undertow.websockets.core.AbstractReceiveListener
- getMaxProcessingTime() - Method in class io.undertow.server.AggregateConnectorStatistics
- getMaxProcessingTime() - Method in interface io.undertow.server.ConnectorStatistics
- getMaxProcessingTime() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getMaxQueueSize() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- getMaxQueueSize() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host
- getMaxQueueSize() - Method in interface io.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
Get the maximum number of requests which can be queued if there are no connections available.
- getMaxRequestTime() - Method in class io.undertow.server.handlers.MetricsHandler.MetricResult
- getMaxRequestTime() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- getMaxRetries() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- getMaxRetries() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- getMaxRetries() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget.BasicTarget
- getMaxRetries() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget.ExistingSessionTarget
- getMaxRetries() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
-
Returns maximum number of failover attempts to send the request to the backend server.
- getMaxRetries() - Method in interface io.undertow.server.handlers.proxy.ProxyClient.MaxRetriesProxyTarget
- getMaxSessionAliveTime() - Method in class io.undertow.server.session.InMemorySessionManager
- getMaxSessionAliveTime() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getMaxStreamSize() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getMaxTextBufferSize() - Method in class io.undertow.websockets.core.AbstractReceiveListener
- 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
- getMethod() - Method in class io.undertow.client.ClientRequest
- getMethod() - Method in class io.undertow.server.RequestStatistics
- 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.proxy.mod_cluster.Balancer.BalancerBuilder
- getName() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- getName() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Context
- getName() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- getName() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- 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
- getName() - Method in interface io.undertow.websockets.extensions.ExtensionHandshake
- getName() - Method in class io.undertow.websockets.extensions.PerMessageDeflateHandshake
- getName() - Method in class io.undertow.websockets.WebSocketExtension
- getName() - Method in class io.undertow.websockets.WebSocketExtension.Parameter
- getNeedClientAuth() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- 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.cache.CacheHandler
- getNext() - Method in class io.undertow.server.handlers.CanonicalPathHandler
- getNext() - Method in class io.undertow.server.handlers.encoding.EncodingHandler
- getNext() - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler
- getNext() - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- 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.handlers.proxy.ProxyHandler.Builder
- getNext() - Method in class io.undertow.server.session.SessionAttachmentHandler
- getNode(String) - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- getNodes() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- getNoEncodingHandler() - Method in class io.undertow.server.handlers.encoding.EncodingHandler
- getNonUpgradeHandler() - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Get the non-upgrade delegate handler.
- getObject() - Method in interface io.undertow.util.PooledObject
- getOpenConnections() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getOpenConnections() - Method in class io.undertow.server.handlers.proxy.ProxyConnectionPool
- getOption(Option<T>) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- getOption(Option<T>) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- getOption(Option<T>) - Method in interface io.undertow.client.ClientConnection
- getOption(Option<T>) - Method in class io.undertow.client.http2.Http2ClientConnection
- getOption(Option<T>) - Method in class io.undertow.server.AbstractServerConnection
- getOption(Option<T>) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getOption(Option<T>) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getOption(Option<T>) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getOption(Option<T>) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getOption(Option<T>) - Method in class io.undertow.server.ServerConnection
- getOption(Option<T>) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- getOptionMap() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getOptions() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getOptions() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getOrCreateSession(HttpServerExchange) - Static method in class io.undertow.util.Sessions
-
Gets the active session, creating a new one if one does not exist
- getOriginalSinkConduit() - Method in class io.undertow.server.AbstractServerConnection
- getOriginalSourceConduit() - Method in class io.undertow.server.AbstractServerConnection
- getOriginFailedHandler() - Method in class io.undertow.server.handlers.OriginHandler
- getOutputDirectory() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- getOutputStream() - Method in interface io.undertow.server.BlockingHttpExchange
-
Returns the output stream that is in use for this exchange.
- getOutputStream() - Method in class io.undertow.server.HttpServerExchange
- getParameter(String) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- 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
- getParameters() - Method in class io.undertow.websockets.WebSocketExtension
- getParent() - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- 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.client.ClientRequest
- getPath() - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- getPath() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- 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
- getPathMatchesSet() - Method in class io.undertow.util.PathMatcher
- 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
- getPeerAddress() - Method in interface io.undertow.client.ClientConnection
- getPeerAddress() - Method in class io.undertow.client.http2.Http2ClientConnection
- getPeerAddress() - Method in class io.undertow.server.AbstractServerConnection
- getPeerAddress() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getPeerAddress() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getPeerAddress() - Method in class io.undertow.server.ServerConnection
-
Returns the actual address of the remote connection.
- getPeerAddress(Class<A>) - Method in interface io.undertow.client.ClientConnection
- getPeerAddress(Class<A>) - Method in class io.undertow.client.http2.Http2ClientConnection
- getPeerAddress(Class<A>) - Method in class io.undertow.server.AbstractServerConnection
- getPeerAddress(Class<A>) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getPeerAddress(Class<A>) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getPeerAddress(Class<A>) - Method in class io.undertow.server.ServerConnection
-
Returns the actual address of the remote connection.
- getPeerCertificateChain() - Method in class io.undertow.server.BasicSSLSessionInfo
-
Deprecated.
- getPeerCertificateChain() - Method in class io.undertow.server.ConnectionSSLSessionInfo
-
Deprecated.
- getPeerCertificateChain() - Method in interface io.undertow.server.SSLSessionInfo
-
Deprecated.in favor of
SSLSessionInfo.getPeerCertificates()
becauseSSLSession.getPeerCertificateChain()
throws java 15. - getPeerCertificates() - Method in class io.undertow.server.BasicSSLSessionInfo
- getPeerCertificates() - Method in class io.undertow.server.ConnectionSSLSessionInfo
- getPeerCertificates() - Method in interface io.undertow.server.SSLSessionInfo
-
Gets the peer certificates.
- getPeerConnections() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Returns all 'peer' web socket connections that were created from the same endpoint.
- getPeerConnections() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getPeerConnections() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getPeerConnections() - Method in class io.undertow.websockets.WebSocketProtocolHandshakeHandler
- getPeerHost() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getPeerPort() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getPing() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getPing() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Getter for ping
- getPipelineBuffer() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- getPredicate() - Method in class io.undertow.server.handlers.builder.PredicatedHandler
- getPredicate() - Method in class io.undertow.server.handlers.PredicateHandler
- getPrefix() - Method in class io.undertow.predicate.PathPrefixPredicate.PathPrefixMatchRecord
- getPrefixPath(String) - Method in class io.undertow.util.PathMatcher
- getPrincipal() - Method in interface io.undertow.security.idm.Account
- getPrincipal() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getPriority() - Method in interface io.undertow.protocols.alpn.ALPNEngineManager
- getPriority() - Method in interface io.undertow.protocols.alpn.ALPNProvider
- getPriority() - Method in class io.undertow.protocols.alpn.DefaultAlpnEngineManager
- getPriority() - Method in class io.undertow.protocols.alpn.ModularJdkAlpnProvider
- getPriority() - Method in class io.undertow.protocols.alpn.OpenSSLAlpnProvider
- getPriority() - Method in class io.undertow.protocols.ssl.SNIAlpnEngineManager
- getProblemServerRetry() - Method in interface io.undertow.server.handlers.proxy.ConnectionPoolManager
- getProblemServerRetry() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- getProblemServerRetry() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host
- getProcessingTime() - Method in class io.undertow.server.AggregateConnectorStatistics
- getProcessingTime() - Method in interface io.undertow.server.ConnectorStatistics
- getProcessingTime() - Method in class io.undertow.server.ConnectorStatisticsImpl
- getProcessingTime() - Method in class io.undertow.server.RequestStatistics
- getProperties() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getProtcol() - Method in class io.undertow.Undertow.ListenerInfo
- getProtocol() - Method in class io.undertow.client.ALPNClientSelector.ALPNProtocol
- getProtocol() - Method in class io.undertow.client.ClientRequest
- getProtocol() - Method in class io.undertow.client.ClientResponse
- getProtocol() - Method in class io.undertow.protocols.http2.Http2Channel
- getProtocol() - Method in class io.undertow.server.HttpServerExchange
-
Get the request protocol string.
- getProtocol() - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- getProtocol() - Method in class io.undertow.server.ListenerRegistry.Listener
-
The protocol that this listener is using
- getProtocol() - Method in class io.undertow.server.RequestStatistics
- getProtocolRequestId() - Method in class io.undertow.protocols.http2.Http2Channel
- getProtocolRequestId() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getProtocolRequestId() - Method in class io.undertow.server.ServerConnection
- getProvider(SSLEngine) - Method in class io.undertow.protocols.alpn.ALPNManager
- getProxyClient() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- getProxyClient() - Method in class io.undertow.server.handlers.proxy.ProxyHandler
- getProxyElement(ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- getProxyHandler() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
-
Deprecated.
- getProxySsl() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getProxyUri() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getPushedStreamId() - Method in class io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
- getPushedStreamId() - Method in class io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel
- 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.handlers.sse.ServerSentEventConnection
- getQueryParameters() - Method in class io.undertow.server.HttpServerExchange
-
Returns a mutable map of query parameters.
- getQueryString() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getQueryString() - Method in class io.undertow.server.HttpServerExchange
- getQueryString() - Method in class io.undertow.server.RequestStatistics
- getQueryString() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getQueryString() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getQvalue() - Method in class io.undertow.util.QValueParser.QValueResult
- getRanges() - Method in class io.undertow.util.ByteRange
- getRead() - Method in interface io.undertow.client.ClientStatistics
- getRead() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getReadFrameCount() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getReadSetter() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- getReadSetter() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getReadSetter() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- getReadThread() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- getReadThread() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- getReadThread() - Method in class io.undertow.conduits.IdleTimeoutConduit
- getReadThread() - Method in class io.undertow.protocols.ssl.SslConduit
- getReadThread() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getReadThread() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- getRealm() - Method in interface io.undertow.security.idm.DigestCredential
-
Get the realm name the credential is being validated against.
- getReason() - Method in class io.undertow.websockets.core.CloseMessage
- getReason(int) - Static method in class io.undertow.util.StatusCodes
- getReasonPhrase() - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- getReasonPhrase() - Method in class io.undertow.server.HttpServerExchange
- getReceiveMaxConcurrentStreams() - Method in class io.undertow.protocols.http2.Http2Channel
- getReceiveMaxFrameSize() - Method in class io.undertow.protocols.http2.Http2Channel
- getReceiver() - Method in interface io.undertow.server.BlockingHttpExchange
-
returns a receiver based on the provided input stream.
- getReceivers() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- getReceivers() - Method in class io.undertow.protocols.http2.Http2Channel
- getReceivers() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getReceivers() - Method in class io.undertow.websockets.core.WebSocketChannel
- getReceiveSetter() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Return the
ChannelListener.Setter
which will holds theChannelListener
that gets notified once a frame was received. - 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.conduits.AbstractFixedLengthStreamSinkConduit
-
Get the number of remaining bytes in this fixed length channel.
- getRemaining() - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
-
Get the number of remaining bytes.
- getRemaining() - Method in class io.undertow.predicate.PathPrefixPredicate.PathPrefixMatchRecord
- getRemaining() - Method in class io.undertow.util.PathMatcher.PathMatch
- getRemainingInBuffer() - Method in class io.undertow.server.protocol.framed.SendFrameHeader
- getRemoteAddress() - Method in class io.undertow.server.RequestStatistics
- getRemoteHostField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getRemoveBrokenNodes() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getRequest() - Method in interface io.undertow.client.ClientExchange
- getRequest() - Method in class io.undertow.client.http2.Http2ClientExchange
- getRequestChannel() - Method in interface io.undertow.client.ClientExchange
-
Returns the request channel that can be used to send data to the server.
- getRequestChannel() - Method in class io.undertow.client.http2.Http2ClientExchange
- getRequestChannel() - Method in class io.undertow.server.HttpServerExchange
-
Get the inbound request.
- getRequestCharset() - Method in class io.undertow.server.HttpServerExchange
-
Returns the request charset.
- getRequestContentLength() - Method in class io.undertow.server.HttpServerExchange
- getRequestCookie(String) - Method in class io.undertow.server.HttpServerExchange
- getRequestCookies() - Method in class io.undertow.server.HttpServerExchange
-
Deprecated, for removal: This API element is subject to removal in a future version.use either
HttpServerExchange.requestCookies()
orHttpServerExchange.getRequestCookie(String)
orHttpServerExchange.setRequestCookie(Cookie)
methods instead - 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.websockets.spi.AsyncWebSocketHttpServerExchange
- getRequestHeader(String) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
gets the first request header with the specified name
- getRequestHeaders() - Method in class io.undertow.client.ClientRequest
- getRequestHeaders() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- getRequestHeaders() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getRequestHeaders() - Method in class io.undertow.server.HttpServerExchange
-
Get the request headers.
- getRequestHeaders() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getRequestHeaders() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- 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.
- getRequestParameters() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getRequestParameters() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getRequestPath() - Method in class io.undertow.server.HttpServerExchange
-
The request path.
- getRequestQueueSize() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getRequestQueueSize() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getRequestQueueSize() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Get the max queue size for requests.
- getRequestReceiver() - Method in class io.undertow.server.HttpServerExchange
- getRequests() - Method in interface io.undertow.client.ClientStatistics
- getRequests() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Context
- getRequestScheme() - Method in class io.undertow.server.HttpServerExchange
-
Get the request URI scheme.
- getRequestScheme() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Get the request URI scheme.
- getRequestScheme() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getRequestScheme() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Get the request scheme, usually http or https
- getRequestStartTime() - Method in class io.undertow.server.HttpServerExchange
- getRequestURI() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getRequestURI() - Method in class io.undertow.server.HttpServerExchange
-
The original request URI.
- getRequestURI() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getRequestURI() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- 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.encoding.ContentEncodedResource
- getResource() - Method in class io.undertow.server.handlers.resource.ResourceChangeEvent
- getResource() - Method in class io.undertow.util.ImmediatePooled
- getResource() - Method in class io.undertow.util.PooledAdaptor
- getResource(Resource, HttpServerExchange) - Method in class io.undertow.server.handlers.encoding.ContentEncodedResourceManager
-
Gets a pre-encoded resource.
- 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
- getResponse() - Method in interface io.undertow.client.ClientExchange
- getResponse() - Method in class io.undertow.client.http2.Http2ClientExchange
- getResponseBytesSent() - Method in class io.undertow.server.HttpServerExchange
- getResponseChannel() - Method in interface io.undertow.client.ClientExchange
-
Returns the response channel that can be used to read data from the target server.
- getResponseChannel() - Method in class io.undertow.client.http2.Http2ClientExchange
- getResponseChannel() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- getResponseChannel() - Method in class io.undertow.server.HttpServerExchange
-
Get the response channel.
- getResponseCharset() - Method in class io.undertow.server.HttpServerExchange
-
Returns the response charset.
- getResponseCode() - Method in class io.undertow.client.ClientResponse
- getResponseCode() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- getResponseCode() - Method in class io.undertow.server.HttpServerExchange
-
Deprecated.
- getResponseCodes() - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- getResponseCodes() - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- getResponseConduit() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- getResponseContentLength() - Method in class io.undertow.server.HttpServerExchange
- getResponseCookies() - Method in class io.undertow.server.HttpServerExchange
-
Deprecated, for removal: This API element is subject to removal in a future version.use either
HttpServerExchange.responseCookies()
orHttpServerExchange.setResponseCookie(Cookie)
methods instead - getResponseHeader(String) - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getResponseHeader(String) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
get a response header
- getResponseHeaders() - Method in class io.undertow.client.ClientResponse
- getResponseHeaders() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- getResponseHeaders() - Method in class io.undertow.server.HttpServerExchange
-
Get the response headers.
- getResponseHeaders() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getResponseHeaders() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getResponseResult(long, String, Date, String) - Method in class io.undertow.util.ByteRange
-
Returns a representation of the range result.
- getResponseSender() - Method in class io.undertow.server.HttpServerExchange
-
Get the response sender.
- getResponseWrapper() - Method in interface io.undertow.server.handlers.encoding.ContentEncodingProvider
- getResponseWrapper() - Method in class io.undertow.server.handlers.encoding.DeflateEncodingProvider
- getResponseWrapper() - Method in class io.undertow.server.handlers.encoding.GzipEncodingProvider
- getRoles() - Method in interface io.undertow.security.idm.Account
-
Returns the users roles.
- getRootHandler() - Method in class io.undertow.server.AbstractServerConnection
-
Get the root HTTP handler for this connection.
- getRootHandler() - Method in interface io.undertow.server.OpenListener
- getRootHandler() - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- getRootHandler() - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- getRootHandler() - Method in class io.undertow.server.protocol.http.HttpOpenListener
- getRootHandler() - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- getRsv() - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
-
Return the RSV for the extension.
- getRsv() - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
-
Return the rsv which is used for extensions.
- getSameSiteMode() - Method in interface io.undertow.server.handlers.Cookie
- getSameSiteMode() - Method in class io.undertow.server.handlers.CookieImpl
- getScheme() - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- getSecurityContext() - Method in class io.undertow.server.HttpServerExchange
- getSelected() - Method in class io.undertow.client.ALPNClientSelector.ALPNProtocol
- getSelectedExtensions() - Method in class io.undertow.websockets.client.WebSocketClientNegotiation
- getSelectedProtocol(SSLEngine) - Method in interface io.undertow.protocols.alpn.ALPNProvider
-
Gets the selected ALPN protocol, of null if none was selected.
- getSelectedProtocol(SSLEngine) - Method in class io.undertow.protocols.alpn.ModularJdkAlpnProvider
- getSelectedProtocol(SSLEngine) - Method in class io.undertow.protocols.alpn.OpenSSLAlpnProvider
- getSelectedSubProtocol() - Method in class io.undertow.websockets.client.WebSocketClientNegotiation
- getSender() - Method in interface io.undertow.server.BlockingHttpExchange
-
Returns a sender based on the provided output stream
- getSendMaxConcurrentStreams() - Method in class io.undertow.protocols.http2.Http2Channel
- getSendMaxFrameSize() - Method in class io.undertow.protocols.http2.Http2Channel
- getServerID() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- 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() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getSession() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getSession() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Gets the session, if any
- getSession(HttpServerExchange) - Method in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
- getSession(HttpServerExchange) - Method in class io.undertow.server.handlers.LearningPushHandler
- 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
- getSessionId() - Method in class io.undertow.server.ConnectionSSLSessionInfo
- getSessionId() - Method in interface io.undertow.server.SSLSessionInfo
- getSessionManager() - Method in interface io.undertow.server.session.Session
- getSessionManager() - Method in class io.undertow.server.session.SessionAttachmentHandler
- getSettings() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- getSettings() - Method in class io.undertow.protocols.http2.Http2SettingsStreamSourceChannel
- getSettings() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getSinkChannel() - Method in class io.undertow.server.AbstractServerConnection
- getSinkChannel() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getSinkChannel() - Method in class io.undertow.server.ServerConnection
- getSinkConduit(HttpServerExchange, StreamSinkConduit) - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- getSinkConduit(HttpServerExchange, StreamSinkConduit) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- getSinkConduit(HttpServerExchange, StreamSinkConduit) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getSinkConduit(HttpServerExchange, StreamSinkConduit) - Method in class io.undertow.server.ServerConnection
-
Gets the sink conduit that should be used for this request.
- getSlashDecodingFlag(boolean, Boolean) - Static method in class io.undertow.util.URLUtils
- getSlashDecodingFlag(OptionMap) - Static method in class io.undertow.util.URLUtils
- getSmax() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Getter for smax
- getSMaxConnections() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host
- getSMaxConnections() - Method in interface io.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
Get number of cached connections above which are closed after the time to live.
- getSourceAddress() - Method in class io.undertow.server.HttpServerExchange
-
Get the source address of the HTTP request.
- getSourceAddress() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Get the source address of the Channel.
- getSourceAddress() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Get the source address of the WebSocket Channel.
- getSourceChannel() - Method in class io.undertow.server.AbstractServerConnection
- getSourceChannel() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getSourceChannel() - Method in class io.undertow.server.ServerConnection
- getSsl() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getSslConduit(SslConnection) - Static method in class io.undertow.protocols.ssl.UndertowXnioSsl
- getSslContext() - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
-
Get the JSSE SSL context for this provider instance.
- getSslContext() - Method in class io.undertow.Undertow.ListenerInfo
- getSslEngine(SslConnection) - Static method in class io.undertow.protocols.ssl.UndertowXnioSsl
-
Get the SSL engine for a given connection.
- getSSLEngine() - Method in class io.undertow.protocols.ssl.SslConduit
- getSSLParameters() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getSslSession() - Method in class io.undertow.protocols.http2.Http2Channel
- getSslSession() - Method in class io.undertow.protocols.ssl.SslConduit
- getSslSession() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- getSslSession() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getSslSession() - Method in class io.undertow.server.ServerConnection
-
Gets the SSLSession of the underlying connection, or null if SSL is not in use.
- getSSLSession() - Method in class io.undertow.server.BasicSSLSessionInfo
- getSSLSession() - Method in class io.undertow.server.ConnectionSSLSessionInfo
- getSSLSession() - Method in interface io.undertow.server.SSLSessionInfo
- getSslSessionInfo() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- getSslSessionInfo() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- getSslSessionInfo() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getSslSessionInfo() - Method in class io.undertow.server.ServerConnection
-
Gets SSL information about the connection.
- 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.RequestStatistics
- getStartTime() - Method in class io.undertow.server.session.InMemorySessionManager
- getStartTime() - Method in interface io.undertow.server.session.SessionManagerStatistics
- getStatistics() - Method in interface io.undertow.client.ClientConnection
- getStatistics() - Method in class io.undertow.client.http2.Http2ClientConnection
- 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.
- getStatus() - Method in class io.undertow.client.ClientResponse
- getStatus() - Method in class io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel
- getStatus() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterController
- getStatus() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getStatusCode() - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- getStatusCode() - Method in class io.undertow.protocols.http2.Http2GoAwayParser
- 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
- getStickySessionCookie() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- getStickySessionCookie() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- getStickySessionCookie() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- getStickySessionPath() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- getStickySessionPath() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- getStickySessionPath() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- getStreamId() - Method in class io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel
- getStreamId() - Method in interface io.undertow.protocols.http2.Http2Stream
- getStreamId() - Method in class io.undertow.protocols.http2.Http2StreamSinkChannel
- getStreamId() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- 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
- getSubProtocol() - Method in class io.undertow.websockets.core.WebSocketChannel
- getSubProtocols() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Deprecated.
- getSupportedCipherSuites() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getSupportedExtensions() - Method in class io.undertow.websockets.client.WebSocketClientNegotiation
- getSupportedProtocols() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getSupportedSubProtocols() - Method in class io.undertow.websockets.client.WebSocketClientNegotiation
- getTableName() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getTag() - Method in class io.undertow.util.ETag
- getTargetPath() - Method in class io.undertow.server.handlers.proxy.ProxyConnection
- 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
- getTimeout() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getTimeout() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Getter for timeout
- 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
- getTrackedRequests() - Method in class io.undertow.server.handlers.ActiveRequestTrackerHandler
- getTrailer() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
-
called before the stream is finally flushed.
- getTrailer() - Method in class io.undertow.conduits.GzipStreamSinkConduit
- getTrailer() - Method in class io.undertow.server.protocol.framed.SendFrameHeader
- getTrailers() - Method in interface io.undertow.protocols.http2.Http2DataStreamSinkChannel.TrailersProducer
- getTrailersHandler() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- getTrailersProducer() - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- getTransferMinSize() - Method in class io.undertow.server.handlers.resource.PathResourceManager
- getTransferred() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- 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
- getTransportProtocol() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- getTransportProtocol() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- getTransportProtocol() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getTransportProtocol() - Method in class io.undertow.server.ServerConnection
-
Returns a string representation describing the protocol used to transmit messages on this connection.
- getTrueHandler() - Method in class io.undertow.server.handlers.PredicateHandler
- getTtl() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host
- getTtl() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- getTtl() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getTtl() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Getter for ttl
- getTtl() - Method in interface io.undertow.server.handlers.proxy.ProxyConnectionPoolConfig
-
Get the time to live for idle connections.
- getType() - Method in class io.undertow.server.handlers.resource.ResourceChangeEvent
- getType() - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
-
Return the
WebSocketFrameType
for which theStreamSinkFrameChannel
was obtained. - getType() - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
-
Return the
WebSocketFrameType
ornull
if its not known at the calling time. - getUnderlyingConnection() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getUndertowOptions() - Method in class io.undertow.server.AbstractServerConnection
- getUndertowOptions() - Method in interface io.undertow.server.OpenListener
- getUndertowOptions() - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- getUndertowOptions() - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- getUndertowOptions() - Method in class io.undertow.server.protocol.http.HttpOpenListener
- getUndertowOptions() - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- getUndertowOptions() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getUndertowOptions() - Method in class io.undertow.server.ServerConnection
- getUpgradeListener() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- getUri() - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient.Host
- getUri() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- getUri() - Method in class io.undertow.server.handlers.proxy.ProxyConnectionPool
- getUri() - Method in class io.undertow.server.RequestStatistics
- getUri() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- 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
- getUrl() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Return the URL of the WebSocket endpoint.
- getUseClientMode() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getUserAgentField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getUserField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getUserPrincipal() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- getUserPrincipal() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- getValue() - Method in class io.undertow.protocols.http2.HPackHuffman.HuffmanCode
- getValue() - Method in class io.undertow.protocols.http2.Http2Setting
- 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.SetAttributeHandler
- 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
- getValue() - Method in class io.undertow.websockets.WebSocketExtension.Parameter
- 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
- getVersion() - Method in class io.undertow.websockets.client.WebSocket13ClientHandshake
- getVersion() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getVersion() - Method in class io.undertow.websockets.core.protocol.Handshake
-
Return the version for which the
Handshake
can be used. - getVersion() - Method in class io.undertow.websockets.core.protocol.version08.WebSocket08Channel
- getVersion() - Method in class io.undertow.websockets.core.protocol.version13.WebSocket13Channel
- getVersion() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Return the
WebSocketVersion
which is used - getVersionString() - Static method in class io.undertow.Version
- getVirtualHostField() - Method in class io.undertow.server.handlers.JDBCLogHandler
- getWaitWorker() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- getWaitWorker() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- getWaitWorker() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- getWaitWorker() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- getWantClientAuth() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- getWebSocketChannel() - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
- getWebSocketChannel() - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- getWebSocketLocation(WebSocketHttpExchange) - Static method in class io.undertow.websockets.core.protocol.Handshake
-
Return the full url of the websocket location of the given
WebSocketHttpExchange
- getWorker() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- getWorker() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- getWorker() - Method in interface io.undertow.client.ClientConnection
- getWorker() - Method in class io.undertow.client.http2.Http2ClientConnection
- getWorker() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- getWorker() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- getWorker() - Method in class io.undertow.conduits.IdleTimeoutConduit
- getWorker() - Method in class io.undertow.protocols.ssl.SslConduit
- getWorker() - Method in class io.undertow.server.AbstractServerConnection
- getWorker() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- getWorker() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getWorker() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- getWorker() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- getWorker() - Method in class io.undertow.server.ServerConnection
- getWorker() - Method in class io.undertow.Undertow
- getWorker() - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- getWorker() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- getWriteSetter() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- getWriteSetter() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getWriteThread() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- getWriteThread() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- getWriteThread() - Method in class io.undertow.conduits.IdleTimeoutConduit
- getWriteThread() - Method in class io.undertow.protocols.ssl.SslConduit
- getWriteThread() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- getWritten() - Method in interface io.undertow.client.ClientStatistics
- getXnio() - Method in class io.undertow.Undertow
- getXParameterElement(ExtendedAccessLogParser.PatternTokenizer) - Method in class io.undertow.server.handlers.accesslog.ExtendedAccessLogParser
- GOING_AWAY - Static variable in class io.undertow.websockets.core.CloseMessage
- GONE - Static variable in class io.undertow.util.StatusCodes
- GONE_STRING - Static variable in class io.undertow.util.StatusCodes
- grabFlowControlBytes(int) - Method in class io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
-
this stream is not flow controlled
- grabFlowControlBytes(int) - Method in class io.undertow.protocols.http2.Http2StreamSinkChannel
-
This method should be called before sending.
- 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
-
AuthenticationMechanism
for 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
Subject
that should be used for handing the GSSAPI based authentication for a specific request. - GSSContextCredential - Class in io.undertow.security.idm
-
A
Credential
to wrap an established GSSContext. - GSSContextCredential(GSSContext) - Constructor for class io.undertow.security.idm.GSSContextCredential
- GZIP - Static variable in class io.undertow.util.Headers
- GzipEncodingProvider - Class in io.undertow.server.handlers.encoding
-
Content coding for 'deflate'
- GzipEncodingProvider() - Constructor for class io.undertow.server.handlers.encoding.GzipEncodingProvider
- GzipEncodingProvider(int) - Constructor for class io.undertow.server.handlers.encoding.GzipEncodingProvider
- GzipEncodingProvider(ObjectPool<Deflater>) - Constructor for class io.undertow.server.handlers.encoding.GzipEncodingProvider
- GzipStreamSinkConduit - Class in io.undertow.conduits
- GzipStreamSinkConduit(ConduitFactory<StreamSinkConduit>, HttpServerExchange) - Constructor for class io.undertow.conduits.GzipStreamSinkConduit
- GzipStreamSinkConduit(ConduitFactory<StreamSinkConduit>, HttpServerExchange, int) - Constructor for class io.undertow.conduits.GzipStreamSinkConduit
- GzipStreamSinkConduit(ConduitFactory<StreamSinkConduit>, HttpServerExchange, ObjectPool) - Constructor for class io.undertow.conduits.GzipStreamSinkConduit
- GzipStreamSourceConduit - Class in io.undertow.conduits
- GzipStreamSourceConduit(HttpServerExchange, StreamSourceConduit) - Constructor for class io.undertow.conduits.GzipStreamSourceConduit
- GzipStreamSourceConduit(HttpServerExchange, StreamSourceConduit, ObjectPool<Inflater>) - Constructor for class io.undertow.conduits.GzipStreamSourceConduit
H
- handle(HttpServerExchange, byte[]) - Method in interface io.undertow.io.Receiver.FullBytesCallback
- handle(HttpServerExchange, byte[], boolean) - Method in interface io.undertow.io.Receiver.PartialBytesCallback
- handle(HttpServerExchange, String) - Method in interface io.undertow.io.Receiver.FullStringCallback
- handle(HttpServerExchange, String, boolean) - Method in interface io.undertow.io.Receiver.PartialStringCallback
- handle(ByteBuffer) - Method in interface io.undertow.websockets.core.WebSocketChannel.PartialFrame
-
Handles the data, any remaining data will be pushed back
- handle(ByteBuffer, ParseState, HttpServerExchange) - Method in class io.undertow.server.protocol.http.HttpRequestParser
- 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.
- handleAfterVersion(ByteBuffer, ParseState) - Method in class io.undertow.server.protocol.http.HttpRequestParser
- handleBrokenSinkChannel(Throwable) - Method in class io.undertow.protocols.ajp.AjpClientChannel
- handleBrokenSinkChannel(Throwable) - Method in class io.undertow.protocols.http2.Http2Channel
- handleBrokenSinkChannel(Throwable) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Method that is invoked when then write side of a channel is broken.
- handleBrokenSinkChannel(Throwable) - Method in class io.undertow.websockets.core.WebSocketChannel
- handleBrokenSourceChannel(Throwable) - Method in class io.undertow.protocols.ajp.AjpClientChannel
- handleBrokenSourceChannel(Throwable) - Method in class io.undertow.protocols.http2.Http2Channel
- handleBrokenSourceChannel(Throwable) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Method that is invoked when the read side of the channel is broken.
- handleBrokenSourceChannel(Throwable) - Method in class io.undertow.websockets.core.WebSocketChannel
- handleCachedHeader(String, ByteBuffer, ParseState, HttpServerExchange) - Method in class io.undertow.server.protocol.http.HttpRequestParser
- handleChanges(Collection<ResourceChangeEvent>) - Method in interface io.undertow.server.handlers.resource.ResourceChangeListener
-
callback that is invoked when resources change.
- handleContinue(ClientExchange) - Method in interface io.undertow.client.ContinueNotification
- handleData(ByteBuffer, Http2FrameHeaderParser) - Method in class io.undertow.protocols.http2.Http2GoAwayParser
- handleData(ByteBuffer, Http2FrameHeaderParser) - Method in class io.undertow.protocols.http2.Http2PushBackParser
- handleDefaultResponse(HttpServerExchange) - Method in interface io.undertow.server.DefaultResponseListener
- handleError() - Method in class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.CountingErrorHandler
- handleError() - Method in interface io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler
-
Handle a connection error.
- handleError() - Method in class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler
- handleError(StreamSinkChannel, IOException) - Method in class io.undertow.util.StringWriteChannelListener
- handleEvent(Http2Channel) - Method in class io.undertow.server.protocol.http2.Http2ReceiveListener
- handleEvent(WebSocketChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- handleEvent(StreamSinkChannel) - Method in class io.undertow.io.AsyncSenderImpl.TransferTask
- handleEvent(StreamSinkChannel) - Method in class io.undertow.util.StringWriteChannelListener
- handleEvent(StreamSourceChannel) - Method in class io.undertow.util.StringReadChannelListener
- handleEvent(StreamConnection) - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- handleEvent(StreamConnection) - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- handleEvent(StreamConnection) - Method in class io.undertow.server.protocol.http.HttpOpenListener
- handleEvent(StreamConnection) - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- handleEvent(StreamConnection) - Method in class io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
- handleEvent(StreamConnection, PooledByteBuffer) - Method in interface io.undertow.server.DelegateOpenListener
- handleEvent(StreamConnection, PooledByteBuffer) - Method in class io.undertow.server.protocol.http.HttpOpenListener
- handleEvent(StreamConnection, PooledByteBuffer) - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- handleEvent(T) - Method in interface io.undertow.conduits.ConduitListener
-
Handle the event on this conduit.
- handleException(T, IOException) - Method in class io.undertow.util.ClosingChannelExceptionHandler
- handleFlushComplete(boolean) - Method in class io.undertow.protocols.ajp.AjpClientRequestClientStreamSinkChannel
- handleFlushComplete(boolean) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- handleFlushComplete(boolean) - Method in class io.undertow.protocols.http2.Http2StreamSinkChannel
- handleFlushComplete(boolean) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- handleFlushComplete(boolean) - Method in class io.undertow.websockets.core.protocol.version07.WebSocket07FrameSinkChannel
- handleHeaderData(FrameHeaderData) - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- handleHeaderData(FrameHeaderData) - Method in class io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
- handleHeaderData(FrameHeaderData) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- handleHeaderData(FrameHeaderData) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- handleHeaderData(FrameHeaderData) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- 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.
- handlePush(ClientExchange, ClientExchange) - Method in interface io.undertow.client.PushCallback
-
Handles a server push.
- 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$str() - Method in class io.undertow.UndertowMessages_$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.ActiveRequestTrackerHandler
- 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.BlockingReadTimeoutHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.BlockingWriteTimeoutHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ByteRangeHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.cache.CacheHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.CanonicalPathHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ConfiguredPushHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.ConnectHandler
- 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.encoding.EncodingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- 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
- 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.LearningPushHandler
- 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.proxy.ProxyHandler
- 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.RequestBufferingHandler
- 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.SetErrorHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.SetHeaderHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.handlers.sse.ServerSentEventHandler
- 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.protocol.http2.Http2UpgradeHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.RoutingHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.server.session.SessionAttachmentHandler
- handleRequest(HttpServerExchange) - Method in class io.undertow.websockets.WebSocketProtocolHandshakeHandler
- 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$str() - Method in class io.undertow.UndertowMessages_$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.
- handlesSchemes() - Method in class io.undertow.client.ajp.AjpClientProvider
- handlesSchemes() - Method in interface io.undertow.client.ClientProvider
- handlesSchemes() - Method in class io.undertow.client.http.HttpClientProvider
- handlesSchemes() - Method in class io.undertow.client.http2.Http2ClearClientProvider
- handlesSchemes() - Method in class io.undertow.client.http2.Http2ClientProvider
- handlesSchemes() - Method in class io.undertow.client.http2.Http2PriorKnowledgeClientProvider
- handleTrailers(HeaderMap) - Method in interface io.undertow.protocols.http2.Http2StreamSourceChannel.TrailersHandler
- handleUnexpectedFailure(Throwable) - Method in class io.undertow.UndertowLogger_$logger
- handleUnexpectedFailure(Throwable) - Method in interface io.undertow.UndertowLogger
- handleUnexpectedFailure$str() - Method in class io.undertow.UndertowLogger_$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.
- handleUpgrade(StreamConnection, HttpServerExchange) - Method in interface io.undertow.server.HttpUpgradeListener
-
Method that is called once the upgrade is complete.
- handleWindowUpdate(int, int) - Method in class io.undertow.protocols.http2.Http2Channel
- handshake(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.Handshake
-
Issue the WebSocket upgrade
- Handshake - Class in io.undertow.websockets.core.protocol
-
Abstract base class for doing a WebSocket Handshake.
- Handshake(WebSocketVersion, String, String, Set<String>) - Constructor for class io.undertow.websockets.core.protocol.Handshake
- handshakeChecker(URI, Map<String, List<String>>) - Method in class io.undertow.websockets.client.WebSocket13ClientHandshake
- handshakeChecker(URI, Map<String, List<String>>) - Method in class io.undertow.websockets.client.WebSocketClientHandshake
- handshakeComplete(String, List<WebSocketExtension>) - Method in class io.undertow.websockets.client.WebSocketClientNegotiation
- handshakeInternal(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.Handshake
- handshakeInternal(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- handshakeInternal(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.version13.Hybi13Handshake
- hasData() - Method in class io.undertow.websockets.core.UTF8Output
- hasExtensionOpCode() - Method in class io.undertow.websockets.extensions.CompositeExtensionFunction
- hasExtensionOpCode() - Method in interface io.undertow.websockets.extensions.ExtensionFunction
-
Validate if current extension defines a new WebSocket Opcode.
- hasExtensionOpCode() - Method in class io.undertow.websockets.extensions.NoopExtensionFunction
- hasExtensionOpCode() - Method in class io.undertow.websockets.extensions.PerMessageDeflateFunction
- hashAlgorithmNotFound(String) - Method in class io.undertow.UndertowMessages_$bundle
- hashAlgorithmNotFound(String) - Method in interface io.undertow.UndertowMessages
- hashAlgorithmNotFound$str() - Method in class io.undertow.UndertowMessages_$bundle
- hashCode() - Method in class io.undertow.protocols.http2.HPackHuffman.HuffmanCode
- hashCode() - Method in class io.undertow.server.handlers.cache.CachedHttpRequest
- hashCode() - Method in class io.undertow.server.handlers.CookieImpl
- 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.HeaderMap
- hashCode() - Method in class io.undertow.util.HttpString
-
Get the hash code.
- hashCode() - Method in class io.undertow.util.PathTemplate
- hashCode() - Method in class io.undertow.util.QValueParser.QValueResult
- hasRemaining() - Method in class io.undertow.util.StringWriteChannelListener
- hasReservedOpCode - Variable in class io.undertow.websockets.core.WebSocketChannel
- HEAD - Static variable in class io.undertow.util.Methods
- HEAD_STRING - Static variable in class io.undertow.util.Methods
- header - Variable in class io.undertow.server.protocol.ajp.AjpRequestParser.StringHolder
- 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(int) - Method in class io.undertow.UndertowMessages_$bundle
- headerBlockTooLarge(int) - Method in interface io.undertow.UndertowMessages
- headerBlockTooLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- HeaderMap - Class in io.undertow.util
-
An optimized array-backed header map.
- HeaderMap() - Constructor for class io.undertow.util.HeaderMap
- headers(int) - Method in class io.undertow.server.protocol.ajp.AjpRequestParser
- Headers - Class in io.undertow.util
-
NOTE: if you add a new header here you must also add it to
HttpRequestParser
- headerSizeToLarge() - Method in class io.undertow.UndertowMessages_$bundle
- headerSizeToLarge() - Method in interface io.undertow.UndertowMessages
- headerSizeToLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- headersStreamCanOnlyBeCreatedByClient() - Method in class io.undertow.UndertowMessages_$bundle
- headersStreamCanOnlyBeCreatedByClient() - Method in interface io.undertow.UndertowMessages
- headersStreamCanOnlyBeCreatedByClient$str() - Method in class io.undertow.UndertowMessages_$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
- HeaderValues - Class in io.undertow.util
-
An array-backed list/deque for header string values.
- HeadStreamSinkConduit - Class in io.undertow.conduits
-
A conduit that discards all data written to it.
- HeadStreamSinkConduit(StreamSinkConduit, ConduitListener<? super HeadStreamSinkConduit>) - Constructor for class io.undertow.conduits.HeadStreamSinkConduit
-
Construct a new instance.
- HeadStreamSinkConduit(StreamSinkConduit, ConduitListener<? super HeadStreamSinkConduit>, boolean) - Constructor for class io.undertow.conduits.HeadStreamSinkConduit
-
Construct a new instance.
- 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
- HOST_AND_PORT - Static variable in class io.undertow.attribute.HostAndPortAttribute
- HOST_STRING - Static variable in class io.undertow.util.Headers
- hostAlreadyRegistered(Object) - Method in class io.undertow.UndertowMessages_$bundle
- hostAlreadyRegistered(Object) - Method in interface io.undertow.UndertowMessages
- hostAlreadyRegistered$str() - Method in class io.undertow.UndertowMessages_$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$str() - Method in class io.undertow.UndertowMessages_$bundle
- HostTable<H> - Class in io.undertow.server.handlers.proxy
-
Class that maintains a table of remote hosts that this proxy knows about.
- HostTable() - Constructor for class io.undertow.server.handlers.proxy.HostTable
- HpackDecoder - Class in io.undertow.protocols.http2
-
A decoder for HPACK.
- HpackDecoder() - Constructor for class io.undertow.protocols.http2.HpackDecoder
- HpackDecoder(int) - Constructor for class io.undertow.protocols.http2.HpackDecoder
- HpackDecoder.HeaderEmitter - Interface in io.undertow.protocols.http2
- HpackEncoder - Class in io.undertow.protocols.http2
-
Encoder for HPACK frames.
- HpackEncoder(int) - Constructor for class io.undertow.protocols.http2.HpackEncoder
- HpackEncoder(int, HpackEncoder.HpackHeaderFunction) - Constructor for class io.undertow.protocols.http2.HpackEncoder
- HpackEncoder.HpackHeaderFunction - Interface in io.undertow.protocols.http2
- HpackEncoder.State - Enum in io.undertow.protocols.http2
- HpackException - Exception in io.undertow.protocols.http2
-
Exception that is thrown when the HPACK compress context is broken.
- HpackException() - Constructor for exception io.undertow.protocols.http2.HpackException
- HpackException(int) - Constructor for exception io.undertow.protocols.http2.HpackException
- HpackException(String, int) - Constructor for exception io.undertow.protocols.http2.HpackException
- hpackFailed() - Method in class io.undertow.UndertowMessages_$bundle
- hpackFailed() - Method in interface io.undertow.UndertowMessages
- hpackFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- HPackHuffman - Class in io.undertow.protocols.http2
- HPackHuffman() - Constructor for class io.undertow.protocols.http2.HPackHuffman
- HPackHuffman.HuffmanCode - Class in io.undertow.protocols.http2
- HTAB - Static variable in class io.undertow.util.MultipartParser
-
The Horizontal Tab ASCII character value;
- HTTP - io.undertow.Undertow.ListenerType
- HTTP_0_9 - Static variable in class io.undertow.util.Protocols
- HTTP_0_9_STRING - Static variable in class io.undertow.util.Protocols
-
HTTP 0.9.
- HTTP_1_0 - Static variable in class io.undertow.util.Protocols
-
HTTP 1.0.
- HTTP_1_0_STRING - Static variable in class io.undertow.util.Protocols
-
HTTP 1.0.
- HTTP_1_1 - Static variable in class io.undertow.util.Protocols
-
HTTP 1.1.
- HTTP_1_1_STRING - Static variable in class io.undertow.util.Protocols
-
HTTP 1.1.
- HTTP_2_0 - Static variable in class io.undertow.util.Protocols
-
HTTP 2.0.
- HTTP_2_0_STRING - Static variable in class io.undertow.util.Protocols
-
HTTP 1.1.
- HTTP_HEADERS_CACHE_SIZE - Static variable in class io.undertow.UndertowOptions
-
The maximum number of headers that are cached per connection.
- HTTP_LENGTH - Static variable in class io.undertow.server.protocol.http.HttpRequestParser
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.undertow.util.StatusCodes
- HTTP_VERSION_NOT_SUPPORTED_STRING - Static variable in class io.undertow.util.StatusCodes
- HTTP2 - Static variable in class io.undertow.server.protocol.http2.Http2OpenListener
- HTTP2_14 - Static variable in class io.undertow.server.protocol.http2.Http2OpenListener
-
Deprecated.
- HTTP2_HUFFMAN_CACHE_SIZE - Static variable in class io.undertow.UndertowOptions
-
Undertow keeps a LRU cache of common huffman encodings.
- HTTP2_MAX_HEADER_SIZE_PROPERTY - Static variable in class io.undertow.protocols.http2.Http2Channel
-
Name of the system property for configuring HTTP2 max header size:
"io.undertow.http2-max-header-size"
. - HTTP2_PADDING_SIZE - Static variable in class io.undertow.UndertowOptions
-
The maximum amount of padding to send in a HTTP/2 frame.
- HTTP2_SETTINGS_ENABLE_PUSH - Static variable in class io.undertow.UndertowOptions
-
If push should be enabled for this connection.
- HTTP2_SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.undertow.UndertowOptions
-
The size of the header table that is used in the encoder
- HTTP2_SETTINGS_HEADER_TABLE_SIZE_DEFAULT - Static variable in class io.undertow.UndertowOptions
- HTTP2_SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.undertow.UndertowOptions
-
Size of initial HTTP2 window.
- HTTP2_SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.undertow.UndertowOptions
-
The maximum number of concurrent http2 streams.
- HTTP2_SETTINGS_MAX_FRAME_SIZE - Static variable in class io.undertow.UndertowOptions
-
Max frame size for HTTP2.
- HTTP2_SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.undertow.UndertowOptions
-
Deprecated.
- Http2Channel - Class in io.undertow.protocols.http2
-
HTTP2 channel.
- Http2Channel(StreamConnection, String, ByteBufferPool, PooledByteBuffer, boolean, boolean, boolean, ByteBuffer, OptionMap) - Constructor for class io.undertow.protocols.http2.Http2Channel
- Http2Channel(StreamConnection, String, ByteBufferPool, PooledByteBuffer, boolean, boolean, boolean, OptionMap) - Constructor for class io.undertow.protocols.http2.Http2Channel
- Http2Channel(StreamConnection, String, ByteBufferPool, PooledByteBuffer, boolean, boolean, OptionMap) - Constructor for class io.undertow.protocols.http2.Http2Channel
- Http2ClearClientProvider - Class in io.undertow.client.http2
-
HTTP2 client provider that uses HTTP upgrade rather than ALPN.
- Http2ClearClientProvider() - Constructor for class io.undertow.client.http2.Http2ClearClientProvider
- Http2ClientConnection - Class in io.undertow.client.http2
-
ClientConnection implementation for HTTP2 protocol.
- Http2ClientConnection(Http2Channel, boolean, String, ClientStatistics, boolean) - Constructor for class io.undertow.client.http2.Http2ClientConnection
- Http2ClientConnection(Http2Channel, ClientCallback<ClientExchange>, ClientRequest, String, ClientStatistics, boolean) - Constructor for class io.undertow.client.http2.Http2ClientConnection
- Http2ClientExchange - Class in io.undertow.client.http2
- Http2ClientExchange(ClientConnection, Http2StreamSinkChannel, ClientRequest) - Constructor for class io.undertow.client.http2.Http2ClientExchange
- Http2ClientProvider - Class in io.undertow.client.http2
-
Plaintext HTTP2 client provider that works using HTTP upgrade
- Http2ClientProvider() - Constructor for class io.undertow.client.http2.Http2ClientProvider
- http2ContinuationFrameNotExpected() - Method in class io.undertow.UndertowMessages_$bundle
- http2ContinuationFrameNotExpected() - Method in interface io.undertow.UndertowMessages
- http2ContinuationFrameNotExpected$str() - Method in class io.undertow.UndertowMessages_$bundle
- Http2DataStreamSinkChannel - Class in io.undertow.protocols.http2
-
Headers channel
- Http2DataStreamSinkChannel.TrailersProducer - Interface in io.undertow.protocols.http2
- http2FrameTooLarge() - Method in class io.undertow.UndertowMessages_$bundle
- http2FrameTooLarge() - Method in interface io.undertow.UndertowMessages
- http2FrameTooLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- Http2GoAwayParser - Class in io.undertow.protocols.http2
-
Parser for HTTP2 GO_AWAY frames
- Http2GoAwayParser(int) - Constructor for class io.undertow.protocols.http2.Http2GoAwayParser
- Http2GoAwayStreamSourceChannel - Class in io.undertow.protocols.http2
-
A HTTP2 go away frame
- Http2HeadersStreamSinkChannel - Class in io.undertow.protocols.http2
-
Headers channel
- Http2HeadersStreamSinkChannel(Http2Channel, int) - Constructor for class io.undertow.protocols.http2.Http2HeadersStreamSinkChannel
- Http2HeadersStreamSinkChannel(Http2Channel, int, HeaderMap) - Constructor for class io.undertow.protocols.http2.Http2HeadersStreamSinkChannel
- Http2OpenListener - Class in io.undertow.server.protocol.http2
-
Open listener for HTTP2 server
- Http2OpenListener(ByteBufferPool) - Constructor for class io.undertow.server.protocol.http2.Http2OpenListener
- Http2OpenListener(ByteBufferPool, OptionMap) - Constructor for class io.undertow.server.protocol.http2.Http2OpenListener
- Http2OpenListener(ByteBufferPool, OptionMap, String) - Constructor for class io.undertow.server.protocol.http2.Http2OpenListener
- Http2OpenListener(Pool<ByteBuffer>) - Constructor for class io.undertow.server.protocol.http2.Http2OpenListener
-
Deprecated.
- Http2OpenListener(Pool<ByteBuffer>, OptionMap) - Constructor for class io.undertow.server.protocol.http2.Http2OpenListener
-
Deprecated.
- Http2OpenListener(Pool<ByteBuffer>, OptionMap, String) - Constructor for class io.undertow.server.protocol.http2.Http2OpenListener
-
Deprecated.
- Http2PingStreamSourceChannel - Class in io.undertow.protocols.http2
-
A HTTP2 Ping frame
- Http2PriorityTree - Class in io.undertow.protocols.http2
-
A structure that represents HTTP2 priority information.
- Http2PriorityTree() - Constructor for class io.undertow.protocols.http2.Http2PriorityTree
-
The maximum number of streams that we store priority information for
- Http2PriorKnowledgeClientProvider - Class in io.undertow.client.http2
-
HTTP2 client provider that connects to endpoints that are known to support HTTP2
- Http2PriorKnowledgeClientProvider() - Constructor for class io.undertow.client.http2.Http2PriorKnowledgeClientProvider
- http2PriRequestFailed() - Method in class io.undertow.UndertowMessages_$bundle
- http2PriRequestFailed() - Method in interface io.undertow.UndertowMessages
- http2PriRequestFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- Http2PushBackParser - Class in io.undertow.protocols.http2
-
Parser that supports push back when not all data can be read.
- Http2PushBackParser(int) - Constructor for class io.undertow.protocols.http2.Http2PushBackParser
- Http2PushPromiseStreamSinkChannel - Class in io.undertow.protocols.http2
-
Push promise channel
- Http2PushPromiseStreamSourceChannel - Class in io.undertow.protocols.http2
-
A HTTP2 push promise frame
- Http2ReceiveListener - Class in io.undertow.server.protocol.http2
-
The recieve listener for a Http2 connection.
- Http2ReceiveListener(HttpHandler, OptionMap, int, ConnectorStatisticsImpl) - Constructor for class io.undertow.server.protocol.http2.Http2ReceiveListener
- Http2RstStreamStreamSourceChannel - Class in io.undertow.protocols.http2
-
A HTTP2 RST Stream channel
- Http2ServerConnection - Class in io.undertow.server.protocol.http2
-
A server connection.
- Http2ServerConnection(Http2Channel, Http2DataStreamSinkChannel, OptionMap, int, HttpHandler) - Constructor for class io.undertow.server.protocol.http2.Http2ServerConnection
-
Channel that is used when the request is already half closed
- Http2ServerConnection(Http2Channel, Http2StreamSourceChannel, OptionMap, int, HttpHandler) - Constructor for class io.undertow.server.protocol.http2.Http2ServerConnection
- Http2Setting - Class in io.undertow.protocols.http2
-
A Http2 Setting
- Http2SettingsStreamSinkChannel - Class in io.undertow.protocols.http2
-
//TODO: ack
- Http2SettingsStreamSourceChannel - Class in io.undertow.protocols.http2
-
A HTTP2 Settings frame
- Http2Stream - Interface in io.undertow.protocols.http2
- Http2StreamSinkChannel - Class in io.undertow.protocols.http2
-
Stream sink channel used for HTTP2 communication.
- Http2StreamSourceChannel - Class in io.undertow.protocols.http2
- Http2StreamSourceChannel.TrailersHandler - Interface in io.undertow.protocols.http2
- http2StreamWasReset() - Method in class io.undertow.UndertowMessages_$bundle
- http2StreamWasReset() - Method in interface io.undertow.UndertowMessages
- http2StreamWasReset$str() - Method in class io.undertow.UndertowMessages_$bundle
- http2TrailerToLargeForSingleBuffer() - Method in class io.undertow.UndertowMessages_$bundle
- http2TrailerToLargeForSingleBuffer() - Method in interface io.undertow.UndertowMessages
- http2TrailerToLargeForSingleBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- Http2UpgradeHandler - Class in io.undertow.server.protocol.http2
-
Upgrade listener for HTTP2, this allows connections to be established using the upgrade mechanism as detailed in Section 3.2.
- Http2UpgradeHandler(HttpHandler) - Constructor for class io.undertow.server.protocol.http2.Http2UpgradeHandler
- Http2UpgradeHandler(HttpHandler, String...) - Constructor for class io.undertow.server.protocol.http2.Http2UpgradeHandler
- HttpAttachments - Class in io.undertow.server.protocol.http
-
Exchange attachments that have specific meaning when using the HTTP protocol
- HttpAttachments() - Constructor for class io.undertow.server.protocol.http.HttpAttachments
- httpClientPingTask(URI) - Method in class io.undertow.UndertowLogger_$logger
- httpClientPingTask(URI) - Method in interface io.undertow.UndertowLogger
- httpClientPingTask$str() - Method in class io.undertow.UndertowLogger_$logger
- HttpClientProvider - Class in io.undertow.client.http
- HttpClientProvider() - Constructor for class io.undertow.client.http.HttpClientProvider
- HttpContinue - Class in io.undertow.server.protocol.http
-
Class that provides support for dealing with HTTP 100 (Continue) responses.
- HttpContinue() - Constructor for class io.undertow.server.protocol.http.HttpContinue
- HttpContinue.ContinueResponseSender - Interface in io.undertow.server.protocol.http
-
A continue response that is in the process of being sent.
- httpContinueAccepting(HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a handler that sends back a HTTP 100 continue response to all requests.
- httpContinueAccepting(HttpHandler, Predicate) - Static method in class io.undertow.Handlers
-
Returns a handler that sends back a HTTP 100 continue response if the given predicate resolves to true.
- 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
-
A handler that automatically handles HTTP 100-continue responses, by sending a continue response when the first attempt is made to read from the request channel.
- HttpContinueReadHandler - Class in io.undertow.server.handlers
-
Handler for requests that require 100-continue responses.
- HttpContinueReadHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.HttpContinueReadHandler
- HttpHandler - Interface in io.undertow.server
-
A handler for an HTTP request.
- HttpOpenListener - Class in io.undertow.server.protocol.http
-
Open listener for HTTP server.
- HttpOpenListener(ByteBufferPool) - Constructor for class io.undertow.server.protocol.http.HttpOpenListener
- HttpOpenListener(ByteBufferPool, OptionMap) - Constructor for class io.undertow.server.protocol.http.HttpOpenListener
- HttpOpenListener(Pool<ByteBuffer>) - Constructor for class io.undertow.server.protocol.http.HttpOpenListener
-
Deprecated.
- HttpOpenListener(Pool<ByteBuffer>, OptionMap) - Constructor for class io.undertow.server.protocol.http.HttpOpenListener
-
Deprecated.
- httpPingDataMustBeLength8() - Method in class io.undertow.UndertowMessages_$bundle
- httpPingDataMustBeLength8() - Method in interface io.undertow.UndertowMessages
- httpPingDataMustBeLength8$str() - Method in class io.undertow.UndertowMessages_$bundle
- HttpRequestParser - Class in io.undertow.server.protocol.http
-
The basic HTTP parser.
- HttpRequestParser(OptionMap) - Constructor for class io.undertow.server.protocol.http.HttpRequestParser
- HTTPS - io.undertow.Undertow.ListenerType
- HTTPS - Static variable in class io.undertow.server.handlers.SSLHeaderHandler
- HttpServerConnection - Class in io.undertow.server.protocol.http
-
A server-side HTTP connection.
- HttpServerConnection(StreamConnection, ByteBufferPool, HttpHandler, OptionMap, int, ConnectorStatisticsImpl) - Constructor for class io.undertow.server.protocol.http.HttpServerConnection
- HttpServerExchange - Class in io.undertow.server
-
An HTTP server request/response exchange.
- HttpServerExchange(ServerConnection) - Constructor for class io.undertow.server.HttpServerExchange
- HttpServerExchange(ServerConnection, long) - Constructor for class io.undertow.server.HttpServerExchange
- HttpServerExchange(ServerConnection, HeaderMap, HeaderMap, long) - Constructor for class io.undertow.server.HttpServerExchange
- HttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit> - Class in io.undertow.server
- HttpServerExchange.WrapperStreamSinkConduitFactory - Class in io.undertow.server
- HttpString - Class in io.undertow.util
-
An HTTP case-insensitive Latin-1 string.
- HttpString(byte[]) - Constructor for class io.undertow.util.HttpString
-
Construct a new instance.
- HttpString(byte[], int, int) - Constructor for class io.undertow.util.HttpString
-
Construct a new instance.
- HttpString(String) - Constructor for class io.undertow.util.HttpString
-
Construct a new instance from a
String
. - HttpString(ByteBuffer) - Constructor for class io.undertow.util.HttpString
-
Construct a new instance by reading the remaining bytes from a buffer.
- httpStrings() - Static method in class io.undertow.server.protocol.http.HttpRequestParser
-
This is a bit of hack to enable the parser to get access to the HttpString's that are sorted in the static fields of the relevant classes.
- 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.
- HttpUpgradeListener - Interface in io.undertow.server
-
Listener that is used to perform a HTTP upgrade.
- HttpUpgradeMetadata(String, String) - Constructor for class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- HuffmanCode(int, int) - Constructor for class io.undertow.protocols.http2.HPackHuffman.HuffmanCode
- huffmanEncodedHpackValueDidNotEndWithEOS() - Method in class io.undertow.UndertowMessages_$bundle
- huffmanEncodedHpackValueDidNotEndWithEOS() - Method in interface io.undertow.UndertowMessages
- huffmanEncodedHpackValueDidNotEndWithEOS$str() - Method in class io.undertow.UndertowMessages_$bundle
- Hybi07Handshake - Class in io.undertow.websockets.core.protocol.version07
-
The handshaking protocol implementation for Hybi-07.
- Hybi07Handshake() - Constructor for class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- Hybi07Handshake(WebSocketVersion, Set<String>, boolean) - Constructor for class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- Hybi07Handshake(Set<String>, boolean) - Constructor for class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- Hybi08Handshake - Class in io.undertow.websockets.core.protocol.version08
-
The handshaking protocol implementation for Hybi-07, which is identical to Hybi-08, and thus is just a thin subclass of
Hybi07Handshake
that sets a different version number. - Hybi08Handshake() - Constructor for class io.undertow.websockets.core.protocol.version08.Hybi08Handshake
- Hybi08Handshake(Set<String>, boolean) - Constructor for class io.undertow.websockets.core.protocol.version08.Hybi08Handshake
- Hybi13Handshake - Class in io.undertow.websockets.core.protocol.version13
-
The handshaking protocol implementation for Hybi-13.
- Hybi13Handshake() - Constructor for class io.undertow.websockets.core.protocol.version13.Hybi13Handshake
- Hybi13Handshake(Set<String>, boolean) - Constructor for class io.undertow.websockets.core.protocol.version13.Hybi13Handshake
I
- IBM_REQUIRED_CIPHER - Static variable in class io.undertow.server.protocol.http.AlpnOpenListener
-
Names of ciphers in IBM JVM are prefixed with `SSL` instead of `TLS`, see e.g.: https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.dev.doc/q113210_.htm.
- 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 interface io.undertow.server.handlers.encoding.ContentEncodingProvider
- IDENTITY - Static variable in class io.undertow.server.handlers.encoding.ContentEncodingRepository
- IDENTITY - Static variable in class io.undertow.util.Headers
- IDENTITY_ENCODING - Static variable in class io.undertow.server.handlers.encoding.ContentEncodingRepository
- 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
- IDLE_TIMEOUT - Static variable in class io.undertow.UndertowOptions
-
The idle timeout in milliseconds after which the channel will be closed.
- IdleTimeoutConduit - Class in io.undertow.conduits
-
Conduit that adds support to close a channel once for a specified time no reads and no writes were performed.
- IdleTimeoutConduit(StreamConnection) - Constructor for class io.undertow.conduits.IdleTimeoutConduit
- IF_MATCH - Static variable in class io.undertow.util.Headers
- IF_MATCH_STRING - Static variable in class io.undertow.util.Headers
- IF_MODIFIED_SINCE - Static variable in class io.undertow.util.Headers
- IF_MODIFIED_SINCE_STRING - Static variable in class io.undertow.util.Headers
- IF_NONE_MATCH - Static variable in class io.undertow.util.Headers
- IF_NONE_MATCH_STRING - Static variable in class io.undertow.util.Headers
- IF_RANGE - Static variable in class io.undertow.util.Headers
- IF_RANGE_STRING - Static variable in class io.undertow.util.Headers
- IF_UNMODIFIED_SINCE - Static variable in class io.undertow.util.Headers
- IF_UNMODIFIED_SINCE_STRING - Static variable in class io.undertow.util.Headers
- ignoringAjpRequestWithPrefixCode(byte) - Method in class io.undertow.UndertowLogger_$logger
- ignoringAjpRequestWithPrefixCode(byte) - Method in interface io.undertow.UndertowLogger
- ignoringAjpRequestWithPrefixCode$str() - Method in class io.undertow.UndertowLogger_$logger
- illegalContentLength(long) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- illegalContentLength(long) - Method in interface io.undertow.client.UndertowClientMessages
- illegalContentLength$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- IM_USED - Static variable in class io.undertow.util.StatusCodes
- IM_USED_STRING - Static variable in class io.undertow.util.StatusCodes
- ImmediateAuthenticationMechanismFactory - Class in io.undertow.util
-
AuthenticationMechanismFactory
that simply returns a pre configuredAuthenticationMechanism
- ImmediateAuthenticationMechanismFactory(AuthenticationMechanism) - Constructor for class io.undertow.util.ImmediateAuthenticationMechanismFactory
- ImmediateConduitFactory<T extends org.xnio.conduits.Conduit> - Class in io.undertow.util
- ImmediateConduitFactory(T) - Constructor for class io.undertow.util.ImmediateConduitFactory
- ImmediatePooled<T> - Class in io.undertow.util
-
Wrapper that allows you to use a non-pooed item as a pooled value
- ImmediatePooled(T) - Constructor for class io.undertow.util.ImmediatePooled
- ImmediatePooledByteBuffer - Class in io.undertow.util
- ImmediatePooledByteBuffer(ByteBuffer) - Constructor for class io.undertow.util.ImmediatePooledByteBuffer
- implCloseChannel() - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- incorrectExtensionParameter(WebSocketExtension.Parameter) - Method in class io.undertow.websockets.core.WebSocketLogger_$logger
- incorrectExtensionParameter(WebSocketExtension.Parameter) - Method in interface io.undertow.websockets.core.WebSocketLogger
- incorrectExtensionParameter$str() - Method in class io.undertow.websockets.core.WebSocketLogger_$logger
- incorrectFrameSize() - Method in class io.undertow.UndertowMessages_$bundle
- incorrectFrameSize() - Method in interface io.undertow.UndertowMessages
- incorrectFrameSize$str() - Method in class io.undertow.UndertowMessages_$bundle
- incorrectHttp2Preface() - Method in class io.undertow.UndertowMessages_$bundle
- incorrectHttp2Preface() - Method in interface io.undertow.UndertowMessages
- incorrectHttp2Preface$str() - Method in class io.undertow.UndertowMessages_$bundle
- increaseReferenceCount() - Method in class io.undertow.util.ReferenceCountedPooled
- incrementConnectionCount() - Method in class io.undertow.server.ConnectorStatisticsImpl
- indexOf(Object) - Method in class io.undertow.util.AttachmentList
- indexOf(Object) - Method in class io.undertow.util.HeaderValues
- InflatingStreamSourceConduit - Class in io.undertow.conduits
- InflatingStreamSourceConduit(HttpServerExchange, StreamSourceConduit) - Constructor for class io.undertow.conduits.InflatingStreamSourceConduit
- InflatingStreamSourceConduit(HttpServerExchange, StreamSourceConduit, ObjectPool<Inflater>) - Constructor for class io.undertow.conduits.InflatingStreamSourceConduit
- initExtensions(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.Handshake
-
Create the
ExtensionFunction
list associated with the negotiated extensions defined in the exchange's response. - initiateTransfer(I, O, ChannelListener<? super I>, ChannelListener<? super O>, ChannelExceptionHandler<? super I>, ChannelExceptionHandler<? super O>, ByteBufferPool) - Static method in class io.undertow.util.Transfer
-
Initiate a low-copy transfer between two stream channels.
- initiateTransfer(I, O, ChannelListener<? super I>, ChannelListener<? super O>, ChannelExceptionHandler<? super I>, ChannelExceptionHandler<? super O>, ByteBufferPool) - Static method in class io.undertow.websockets.core.WebSocketUtils
-
Deprecated.
- 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
- insertFrame(StreamSinkFrameChannel, List<StreamSinkFrameChannel>) - Method in class io.undertow.websockets.core.WebSocketFramePriority
- insertFrame(S, List<S>) - Method in interface io.undertow.server.protocol.framed.FramePriority
-
Inserts the new frame at the correct location in the pending frame list.
- instance() - Static method in class io.undertow.predicate.FalsePredicate
- instance() - Static method in class io.undertow.predicate.TruePredicate
- instance(OptionMap) - Static method in class io.undertow.server.protocol.http.HttpRequestParser
- INSTANCE - 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.RemoteObfuscatedIPAttribute
- 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.ResponseReasonPhraseAttribute
- 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.StoredResponse
- INSTANCE - Static variable in class io.undertow.attribute.ThreadNameAttribute
- INSTANCE - Static variable in class io.undertow.attribute.TransportProtocolAttribute
-
Deprecated.
- INSTANCE - Static variable in class io.undertow.client.UndertowClientMessages_$bundle
- 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.protocols.alpn.ALPNManager
- 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.websockets.core.WebSocketMessages_$bundle
- INSTANCE - Static variable in class io.undertow.websockets.extensions.NoopExtensionFunction
- INSUFFICIENT_STORAGE - Static variable in class io.undertow.util.StatusCodes
- INSUFFICIENT_STORAGE_STRING - Static variable in class io.undertow.util.StatusCodes
- integerEncodedOverTooManyOctets(int) - Method in class io.undertow.UndertowMessages_$bundle
- integerEncodedOverTooManyOctets(int) - Method in interface io.undertow.UndertowMessages
- integerEncodedOverTooManyOctets$str() - Method in class io.undertow.UndertowMessages_$bundle
- INTERNAL_SERVER_ERROR - Static variable in class io.undertow.util.StatusCodes
- INTERNAL_SERVER_ERROR_STRING - Static variable in class io.undertow.util.StatusCodes
- invalidACLAddress(Exception) - Method in class io.undertow.UndertowMessages_$bundle
- invalidACLAddress(Exception) - Method in interface io.undertow.UndertowMessages
- invalidACLAddress$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidAclRule(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidAclRule(String) - Method in interface io.undertow.UndertowMessages
- invalidAclRule$str() - Method in class io.undertow.UndertowMessages_$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 - io.undertow.server.session.SessionListener.SessionDestroyedReason
- invalidBase64Token(IOException) - Method in class io.undertow.UndertowMessages_$bundle
- invalidBase64Token(IOException) - Method in interface io.undertow.UndertowMessages
- invalidBase64Token$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCharacterInRequestTarget(char) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCharacterInRequestTarget(char) - Method in interface io.undertow.UndertowMessages
- invalidCharacterInRequestTarget$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCloseFrameStatusCode(int) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- invalidCloseFrameStatusCode(int) - Method in interface io.undertow.websockets.core.WebSocketMessages
- invalidCloseFrameStatusCode$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- invalidConnectionState() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- invalidConnectionState() - Method in interface io.undertow.client.UndertowClientMessages
- invalidConnectionState$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- invalidControlCharacter(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidControlCharacter(String) - Method in interface io.undertow.UndertowMessages
- invalidControlCharacter$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieDomain(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieDomain(String) - Method in interface io.undertow.UndertowMessages
- invalidCookieDomain$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookiePath(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookiePath(String) - Method in interface io.undertow.UndertowMessages
- invalidCookiePath$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieValue(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidCookieValue(String) - Method in interface io.undertow.UndertowMessages
- invalidCookieValue$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidEscapeCharacter() - Method in class io.undertow.UndertowMessages_$bundle
- invalidEscapeCharacter() - Method in interface io.undertow.UndertowMessages
- invalidEscapeCharacter$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGZIPFooter() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGZIPFooter() - Method in interface io.undertow.UndertowMessages
- invalidGZIPFooter$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGzipHeader() - Method in class io.undertow.UndertowMessages_$bundle
- invalidGzipHeader() - Method in interface io.undertow.UndertowMessages
- invalidGzipHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHandshakeRecord() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHandshakeRecord() - Method in interface io.undertow.UndertowMessages
- invalidHandshakeRecord$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeader() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeader() - Method in interface io.undertow.UndertowMessages
- invalidHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeaders() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHeaders() - Method in interface io.undertow.UndertowMessages
- invalidHeaders$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHpackEncoding(byte) - Method in class io.undertow.UndertowMessages_$bundle
- invalidHpackEncoding(byte) - Method in interface io.undertow.UndertowMessages
- invalidHpackEncoding$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidHpackIndex(int) - Method in class io.undertow.UndertowMessages_$bundle
- invalidHpackIndex(int) - Method in interface io.undertow.UndertowMessages
- invalidHpackIndex$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidIpAddress(String) - Method in class io.undertow.UndertowMessages_$bundle
- invalidIpAddress(String) - Method in interface io.undertow.UndertowMessages
- invalidIpAddress$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidNonceReceived() - Method in class io.undertow.UndertowMessages_$bundle
- invalidNonceReceived() - Method in interface io.undertow.UndertowMessages
- invalidNonceReceived$str() - Method in class io.undertow.UndertowMessages_$bundle
- InvalidOpCodeException - Exception in io.undertow.websockets.core
- InvalidOpCodeException() - Constructor for exception io.undertow.websockets.core.InvalidOpCodeException
- InvalidOpCodeException(String) - Constructor for exception io.undertow.websockets.core.InvalidOpCodeException
- InvalidOpCodeException(String, Throwable) - Constructor for exception io.undertow.websockets.core.InvalidOpCodeException
- InvalidOpCodeException(Throwable) - Constructor for exception io.undertow.websockets.core.InvalidOpCodeException
- invalidPayloadLengthForPing(long) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- invalidPayloadLengthForPing(long) - Method in interface io.undertow.websockets.core.WebSocketMessages
- invalidPayloadLengthForPing$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- invalidPingSize() - Method in class io.undertow.UndertowMessages_$bundle
- invalidPingSize() - Method in interface io.undertow.UndertowMessages
- invalidPingSize$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidProxyHeader() - Method in class io.undertow.UndertowMessages_$bundle
- invalidProxyHeader() - Method in interface io.undertow.UndertowMessages
- invalidProxyHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- 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
- invalidSniHostname(String, Throwable) - Method in class io.undertow.UndertowMessages_$bundle
- invalidSniHostname(String, Throwable) - Method in interface io.undertow.UndertowMessages
- invalidSniHostname$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidTextFrameEncoding() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- invalidTextFrameEncoding() - Method in interface io.undertow.websockets.core.WebSocketMessages
- invalidTextFrameEncoding$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- invalidTlsExt() - Method in class io.undertow.UndertowMessages_$bundle
- invalidTlsExt() - Method in interface io.undertow.UndertowMessages
- invalidTlsExt$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidToken(byte) - Method in class io.undertow.UndertowMessages_$bundle
- invalidToken(byte) - Method in interface io.undertow.UndertowMessages
- invalidToken$str() - Method in class io.undertow.UndertowMessages_$bundle
- invalidTokenReceived(String, String) - Method in class io.undertow.UndertowLogger_$logger
- invalidTokenReceived(String, String) - Method in interface io.undertow.UndertowLogger
- invalidTokenReceived$str() - Method in class io.undertow.UndertowLogger_$logger
- io.undertow - package io.undertow
- io.undertow.attribute - package io.undertow.attribute
- io.undertow.channels - package io.undertow.channels
- io.undertow.client - package io.undertow.client
- io.undertow.client.ajp - package io.undertow.client.ajp
- io.undertow.client.http - package io.undertow.client.http
- io.undertow.client.http2 - package io.undertow.client.http2
- io.undertow.conduits - package io.undertow.conduits
- io.undertow.connector - package io.undertow.connector
- io.undertow.io - package io.undertow.io
- io.undertow.predicate - package io.undertow.predicate
- io.undertow.protocols.ajp - package io.undertow.protocols.ajp
- io.undertow.protocols.alpn - package io.undertow.protocols.alpn
- io.undertow.protocols.http2 - package io.undertow.protocols.http2
- io.undertow.protocols.ssl - package io.undertow.protocols.ssl
- 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.encoding - package io.undertow.server.handlers.encoding
- 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.proxy - package io.undertow.server.handlers.proxy
- io.undertow.server.handlers.proxy.mod_cluster - package io.undertow.server.handlers.proxy.mod_cluster
- io.undertow.server.handlers.resource - package io.undertow.server.handlers.resource
- io.undertow.server.handlers.sse - package io.undertow.server.handlers.sse
- io.undertow.server.protocol - package io.undertow.server.protocol
- io.undertow.server.protocol.ajp - package io.undertow.server.protocol.ajp
- io.undertow.server.protocol.framed - package io.undertow.server.protocol.framed
- io.undertow.server.protocol.http - package io.undertow.server.protocol.http
- io.undertow.server.protocol.http2 - package io.undertow.server.protocol.http2
- io.undertow.server.protocol.proxy - package io.undertow.server.protocol.proxy
- io.undertow.server.session - package io.undertow.server.session
- io.undertow.util - package io.undertow.util
- io.undertow.websockets - package io.undertow.websockets
- io.undertow.websockets.client - package io.undertow.websockets.client
- io.undertow.websockets.core - package io.undertow.websockets.core
- io.undertow.websockets.core.function - package io.undertow.websockets.core.function
- io.undertow.websockets.core.protocol - package io.undertow.websockets.core.protocol
- io.undertow.websockets.core.protocol.version07 - package io.undertow.websockets.core.protocol.version07
- io.undertow.websockets.core.protocol.version08 - package io.undertow.websockets.core.protocol.version08
- io.undertow.websockets.core.protocol.version13 - package io.undertow.websockets.core.protocol.version13
- io.undertow.websockets.extensions - package io.undertow.websockets.extensions
- io.undertow.websockets.spi - package io.undertow.websockets.spi
- IoCallback - Interface in io.undertow.io
- ioException(IOException) - Method in class io.undertow.UndertowLogger_$logger
- ioException(IOException) - Method in interface io.undertow.UndertowLogger
- ioException$str() - Method in class io.undertow.UndertowLogger_$logger
- ioExceptionReadingFromChannel(IOException) - Method in class io.undertow.UndertowLogger_$logger
- ioExceptionReadingFromChannel(IOException) - Method in interface io.undertow.UndertowLogger
- ioExceptionReadingFromChannel$str() - Method in class io.undertow.UndertowLogger_$logger
- IP4_EXACT - Static variable in class io.undertow.util.NetworkUtils
- IP6_EXACT - Static variable in class io.undertow.util.NetworkUtils
-
IPV6 match.
- 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
- IS_SSL - Static variable in class io.undertow.client.ProxiedRequestAttachments
- isAbsoluteUrl(String) - Static method in class io.undertow.util.URLUtils
-
Test if provided location is an absolute URI or not.
- isAck() - Method in class io.undertow.protocols.http2.Http2PingStreamSourceChannel
- 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
- isAnotherFrameRequired() - Method in class io.undertow.server.protocol.framed.SendFrameHeader
-
Returns true if another frame is required after this one.
- 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.
- isAvailable() - Method in class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.CountingErrorHandler
- isAvailable() - Method in interface io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler
-
Check whether pool is available
- isAvailable() - Method in class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler
- isBigField() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- isBlocking() - Method in class io.undertow.server.HttpServerExchange
-
Returns true if
HttpServerExchange.startBlocking()
orHttpServerExchange.startBlocking(BlockingHttpExchange)
has been called. - isBroken() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isBufferFull() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- 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.
- isClient() - Method in class io.undertow.protocols.http2.Http2Channel
- isClient() - Method in class io.undertow.websockets.core.WebSocketChannel
- isCloseFrameReceived() - Method in class io.undertow.websockets.core.WebSocketChannel
- isCloseFrameSent() - Method in class io.undertow.websockets.core.WebSocketChannel
- isCloseInitiatedByRemotePeer() - Method in class io.undertow.websockets.core.WebSocketChannel
-
If this is true the session is being closed because the remote peer sent a close frame
- isComplete() - Method in class io.undertow.server.HttpServerExchange
-
Returns true if the completion handler for this exchange has been invoked, and the request is considered finished.
- isComplete() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- isComplete() - Method in class io.undertow.util.MultipartParser.ParseState
- isComplete() - Method in class io.undertow.websockets.core.BufferedBinaryMessage
- isComplete() - Method in class io.undertow.websockets.core.BufferedTextMessage
- isConfidential(HttpServerExchange) - Method in class io.undertow.security.handlers.AbstractConfidentialityHandler
-
Use the HttpServerExchange supplied to check if this request is already 'sufficiently' confidential.
- isConnectSupported() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- isConnectSupported() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- isConnectSupported() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- isConnectSupported() - Method in class io.undertow.server.ServerConnection
- isContinueResponseSent(HttpServerExchange) - Static method in class io.undertow.server.protocol.http.HttpContinue
- isContinueResponseSupported() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- isContinueResponseSupported() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- isContinueResponseSupported() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- isContinueResponseSupported() - Method in class io.undertow.server.ServerConnection
- isCrumbsAssemplyDisabled() - Static method in class io.undertow.util.Cookies
- isDefaultAllow() - Method in class io.undertow.server.handlers.AccessControlListHandler
- isDefaultAllow() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- isDeterministicFailover() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- isDirect() - Method in interface io.undertow.connector.ByteBufferPool
- isDirect() - Method in class io.undertow.server.DefaultByteBufferPool
- isDirect() - Method in class io.undertow.server.XnioByteBufferPool
- 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
- isDone() - Method in interface io.undertow.websockets.core.WebSocketChannel.PartialFrame
- 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
true
if this collection contains no elements. - isEmpty() - Method in class io.undertow.util.HeaderValues
- isEmpty() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns
true
if this collection contains no elements. - isEnabled() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Context
- isEnabled(SSLEngine) - Method in interface io.undertow.protocols.alpn.ALPNProvider
- isEnabled(SSLEngine) - Method in class io.undertow.protocols.alpn.ModularJdkAlpnProvider
- isEnabled(SSLEngine) - Method in class io.undertow.protocols.alpn.OpenSSLAlpnProvider
- isEntityBodyAllowed(int) - Static method in class io.undertow.server.Connectors
- isEntityBodyAllowed(HttpServerExchange) - Static method in class io.undertow.server.Connectors
- isExclusivityRequired(HttpServerExchange) - Method in interface io.undertow.server.handlers.proxy.ExclusivityChecker
- isFile() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
-
Deprecated.
- isFileItem() - Method in interface io.undertow.server.handlers.form.FormData.FormValue
- isFinalFragment() - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
- isFinalFragment() - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
-
Flag to indicate if this frame is the final fragment in a message.
- isFinalFragment() - Method in interface io.undertow.websockets.core.WebSocketFrame
- isFinalFrameQueued() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isFinished() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- isFinished() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- isFinished() - Method in class io.undertow.conduits.ChunkedStreamSourceConduit
- isFinished() - Method in class io.undertow.protocols.http2.Http2PushBackParser
- isFirstDataWritten() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isFlushPackets() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- isFlushPackets() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
- isFlushRequiredOnEmptyBuffer() - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- isFlushRequiredOnEmptyBuffer() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isForceCreation() - Method in class io.undertow.server.handlers.form.FormEncodedDataDefinition
- isFragmentationSupported() - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
-
true
if fragmentation is supported for theWebSocketFrameType
. - isFreed() - Method in class io.undertow.util.ReferenceCountedPooled
- 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.
- isHttp09() - Method in class io.undertow.server.HttpServerExchange
-
Determine whether this request conforms to HTTP 0.9.
- isHttp10() - Method in class io.undertow.server.HttpServerExchange
-
Determine whether this request conforms to HTTP 1.0.
- isHttp11() - Method in class io.undertow.server.HttpServerExchange
-
Determine whether this request conforms to HTTP 1.1.
- 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
- isIdentity() - Method in class io.undertow.server.handlers.encoding.AllowedContentEncodings
- isIgnoreForceClose() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- isInboundDone() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- isIncompatible(List<ExtensionHandshake>) - Method in interface io.undertow.websockets.extensions.ExtensionHandshake
-
Validate if current extension is compatible with previously negotiated in the server side.
- isIncompatible(List<ExtensionHandshake>) - Method in class io.undertow.websockets.extensions.PerMessageDeflateHandshake
- isInIoThread() - Method in class io.undertow.server.HttpServerExchange
- isInMemory() - Method in class io.undertow.server.handlers.form.FormData.FileItem
- isLastFrame() - Method in class io.undertow.protocols.ajp.AbstractAjpClientStreamSinkChannel
- isLastFrame() - Method in class io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
- isLastFrame() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isLastFrame() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- isLastFrame() - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
- isLastFrameReceived() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- isLastFrameReceived() - Method in class io.undertow.protocols.http2.Http2Channel
- isLastFrameReceived() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Returns true if the protocol specific final frame has been received.
- isLastFrameReceived() - Method in class io.undertow.websockets.core.WebSocketChannel
- isLastFrameSent() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- isLastFrameSent() - Method in class io.undertow.protocols.http2.Http2Channel
- isLastFrameSent() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- isLastFrameSent() - Method in class io.undertow.websockets.core.WebSocketChannel
- isMessageIntegrity() - Method in enum io.undertow.security.impl.DigestQop
- isMultiplexingSupported() - Method in interface io.undertow.client.ClientConnection
- isMultiplexingSupported() - Method in class io.undertow.client.http2.Http2ClientConnection
- isNoEncodingsAllowed() - Method in class io.undertow.server.handlers.encoding.AllowedContentEncodings
-
If the list of allowed encodings was empty then it means that no encodings were allowed, and identity was explicitly prohibited with a q value of 0.
- isOpen() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- isOpen() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- isOpen() - Method in interface io.undertow.client.ClientConnection
- isOpen() - Method in class io.undertow.client.http2.Http2ClientConnection
- isOpen() - Method in interface io.undertow.connector.PooledByteBuffer
- isOpen() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- isOpen() - Method in class io.undertow.server.AbstractServerConnection
- isOpen() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- isOpen() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- isOpen() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isOpen() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- isOpen() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- isOpen() - Method in class io.undertow.server.ServerConnection
- isOpen() - Method in class io.undertow.util.ImmediatePooledByteBuffer
- isOpen() - Method in class io.undertow.util.ReferenceCountedPooled
- isOpen() - Method in class io.undertow.websockets.core.function.ChannelFunctionReadableByteChannel
- isOpen() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- isOpen() - Method in class io.undertow.websockets.core.function.ChannelFunctionWritableByteChannel
- isOutboundDone() - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- isOverWritten() - Method in class io.undertow.predicate.PathPrefixPredicate.PathPrefixMatchRecord
- isPeerGoneAway() - Method in class io.undertow.protocols.http2.Http2Channel
- isPersistent() - Method in class io.undertow.server.HttpServerExchange
- isPingSupported() - Method in interface io.undertow.client.ClientConnection
- isPingSupported() - Method in class io.undertow.client.http2.Http2ClientConnection
- isProgramatic() - Method in class io.undertow.security.api.SecurityNotification
- isPushEnabled() - Method in class io.undertow.protocols.http2.Http2Channel
- isPushSupported() - Method in interface io.undertow.client.ClientConnection
- isPushSupported() - Method in class io.undertow.client.http2.Http2ClientConnection
- isPushSupported() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- isPushSupported() - Method in class io.undertow.server.ServerConnection
- isQueueNewRequests() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- isQueueNewRequests() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- isQueueNewRequests() - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
-
Flag indicating whether requests without a session can be queued.
- 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
- isReadResumed() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- isReadResumed() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- isReadResumed() - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- isReadResumed() - Method in class io.undertow.conduits.IdleTimeoutConduit
- isReadResumed() - Method in class io.undertow.protocols.ssl.SslConduit
- isReadResumed() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- isReadResumed() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- isReadsBroken() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- isReadsBroken() - Method in class io.undertow.websockets.core.WebSocketChannel
- isReadShutdown() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- isReadShutdown() - Method in class io.undertow.conduits.IdleTimeoutConduit
- isReadShutdown() - Method in class io.undertow.protocols.ssl.SslConduit
- isReadyForFlush() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isReceivesResumed() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- isRequestChannelAvailable() - Method in class io.undertow.server.HttpServerExchange
- isRequestComplete() - Method in class io.undertow.server.HttpServerExchange
-
Returns true if all data has been read from the request, or if there was not data.
- isRequestTrailerFieldsSupported() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- isRequestTrailerFieldsSupported() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- isRequestTrailerFieldsSupported() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- isRequestTrailerFieldsSupported() - Method in class io.undertow.server.ServerConnection
- isRequireAllOrigins() - Method in class io.undertow.server.handlers.OriginHandler
- isRequireExplicitFlush() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- isRequireOriginHeader() - Method in class io.undertow.server.handlers.OriginHandler
- isResourceChangeListenerSupported() - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- isResourceChangeListenerSupported() - Method in class io.undertow.server.handlers.resource.ClassPathResourceManager
- isResourceChangeListenerSupported() - Method in class io.undertow.server.handlers.resource.PathResourceManager
- isResourceChangeListenerSupported() - Method in interface io.undertow.server.handlers.resource.ResourceManager
- isResponseChannelAvailable() - Method in class io.undertow.server.HttpServerExchange
- isResponseComplete() - Method in class io.undertow.server.HttpServerExchange
- isResponseStarted() - Method in class io.undertow.server.HttpServerExchange
- isReuseXForwarded() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- isReuseXForwarded() - Method in class io.undertow.server.handlers.proxy.ProxyHandler
- isRewriteHostHeader() - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- isRewriteHostHeader() - Method in class io.undertow.server.handlers.proxy.ProxyHandler
- isRotate() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- 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
- isSecure() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Return
true
if this is handled via WebSocket Secure. - isSession() - Method in enum io.undertow.security.idm.DigestAlgorithm
- isStickySession() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- isStickySession() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- isStickySession() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- isStickySessionForce() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- isStickySessionForce() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- isStickySessionForce() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- isStickySessionRemove() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- isStickySessionRemove() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- isStickySessionRemove() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.LoadBalancer
- isStopped() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Context
- isSuspended() - Method in class io.undertow.Undertow.ListenerInfo
- isTargetCharacterAllowed(char) - Static method in class io.undertow.server.protocol.http.HttpRequestParser
- isThisGoneAway() - Method in class io.undertow.protocols.http2.Http2Channel
- isUpgrade() - Method in class io.undertow.server.HttpServerExchange
- isUpgraded() - Method in interface io.undertow.client.ClientConnection
- isUpgraded() - Method in class io.undertow.client.http2.Http2ClientConnection
- isUpgradeSupported() - Method in interface io.undertow.client.ClientConnection
- isUpgradeSupported() - Method in class io.undertow.client.http2.Http2ClientConnection
- isUpgradeSupported() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- isUpgradeSupported() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- isUpgradeSupported() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- isUpgradeSupported() - Method in class io.undertow.server.ServerConnection
- isUseAlias() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- isUseLongContentLength() - Method in class io.undertow.server.handlers.JDBCLogHandler
- isUserInRole(String) - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- isUserInRole(String) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- isValid(int) - Static method in class io.undertow.websockets.core.CloseMessage
-
Return
true
if the provided code is a valid close status code. - isValidSchemeCharacter(byte) - Static method in class io.undertow.server.Connectors
- isValidTokenCharacter(byte) - Static method in class io.undertow.server.Connectors
-
Returns true if the token character is valid according to rfc7230
- isWeak() - Method in class io.undertow.util.ETag
- isWriteResumed() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- isWriteResumed() - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- isWriteResumed() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- isWriteResumed() - Method in class io.undertow.conduits.HeadStreamSinkConduit
- isWriteResumed() - Method in class io.undertow.conduits.IdleTimeoutConduit
- isWriteResumed() - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- isWriteResumed() - Method in class io.undertow.protocols.ssl.SslConduit
- isWriteResumed() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- isWritesBroken() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- isWriteShutdown() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- isWriteShutdown() - Method in class io.undertow.conduits.IdleTimeoutConduit
- isWriteShutdown() - Method in class io.undertow.protocols.ssl.SslConduit
- isWritesShutdown() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
-
Returns true writes have been shutdown
- isWritesTerminated() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- 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.HeaderMap
- iterator() - Method in class io.undertow.util.HeaderValues
- iterator() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator(String) - Method in class io.undertow.server.handlers.proxy.RouteIteratorFactory
-
Returns an
Iterator
of routes.
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
- 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.server.handlers.cache.LRUCache
- keySet() - Method in class io.undertow.util.CopyOnWriteMap
L
- LABEL - Static variable in class io.undertow.util.Methods
- LABEL_STRING - Static variable in class io.undertow.util.Methods
- LAST_MODIFIED - Static variable in class io.undertow.util.Headers
- LAST_MODIFIED_STRING - Static variable in class io.undertow.util.Headers
- lastDataRead() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- lastDataRead() - Method in class io.undertow.protocols.http2.Http2Channel
- lastDataRead() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Method than is invoked when read() returns -1.
- lastDataRead() - Method in class io.undertow.websockets.core.WebSocketChannel
- lastFrame() - Method in class io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
- lastFrame() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- lastIndexOf(Object) - Method in class io.undertow.util.AttachmentList
- lastIndexOf(Object) - Method in class io.undertow.util.HeaderValues
- LAX - 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.
- learningPushHandler(int, int, int, int, HttpHandler) - Static method in class io.undertow.Handlers
-
Creates a handler that automatically learns which resources to push based on the referer header
- learningPushHandler(int, int, HttpHandler) - Static method in class io.undertow.Handlers
-
Creates a handler that automatically learns which resources to push based on the referer header
- learningPushHandler(int, HttpHandler) - Static method in class io.undertow.Handlers
-
Creates a handler that automatically learns which resources to push based on the referer header
- LearningPushHandler - Class in io.undertow.server.handlers
-
Handler that builds up a cache of resources that a browsers requests, and uses server push to push them when supported.
- LearningPushHandler(int, int, int, int, HttpHandler) - Constructor for class io.undertow.server.handlers.LearningPushHandler
- LearningPushHandler(int, int, HttpHandler) - Constructor for class io.undertow.server.handlers.LearningPushHandler
- LearningPushHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.LearningPushHandler
- LearningPushHandler.Builder - Class in io.undertow.server.handlers
- 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
-
Get the string length.
- LENGTH_REQUIRED - Static variable in class io.undertow.util.StatusCodes
- LENGTH_REQUIRED_STRING - Static variable in class io.undertow.util.StatusCodes
- LF - Static variable in class io.undertow.util.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(BufferAllocator<ByteBuffer>, int, int) - Constructor for class io.undertow.server.handlers.cache.LimitedBufferSlicePool
-
Construct a new instance.
- LimitedBufferSlicePool(BufferAllocator<ByteBuffer>, 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- ListenerBuilder() - Constructor for class io.undertow.Undertow.ListenerBuilder
- ListenerInfo(String, SocketAddress, OpenListener, UndertowXnioSsl, AcceptingChannel<? extends StreamConnection>) - Constructor for class io.undertow.Undertow.ListenerInfo
- listenerNotProgressing() - Method in class io.undertow.UndertowLogger_$logger
- listenerNotProgressing() - Method in interface io.undertow.UndertowLogger
- listenerNotProgressing$str() - Method in class io.undertow.UndertowLogger_$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() - Method in class io.undertow.util.HeaderValues
- listIterator(int) - Method in class io.undertow.util.AttachmentList
- listIterator(int) - Method in class io.undertow.util.HeaderValues
- LoadBalancingProxyClient - Class in io.undertow.server.handlers.proxy
-
Initial implementation of a load balancing proxy client.
- LoadBalancingProxyClient() - Constructor for class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- LoadBalancingProxyClient(UndertowClient) - Constructor for class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- LoadBalancingProxyClient(UndertowClient, ExclusivityChecker) - Constructor for class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- LoadBalancingProxyClient(UndertowClient, ExclusivityChecker, LoadBalancingProxyClient.HostSelector) - Constructor for class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- LoadBalancingProxyClient(ExclusivityChecker) - Constructor for class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- LoadBalancingProxyClient.Host - Class in io.undertow.server.handlers.proxy
- LoadBalancingProxyClient.HostSelector - Interface in io.undertow.server.handlers.proxy
- 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
- LOCATION_ATTRIBUTE - Static variable in class io.undertow.security.impl.FormAuthenticationMechanism
- LOCATION_STRING - Static variable in class io.undertow.util.Headers
- lock(long, long, boolean) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- LOCK - Static variable in class io.undertow.util.Methods
- LOCK_STRING - Static variable in class io.undertow.util.Methods
- LOCKED - Static variable in class io.undertow.util.StatusCodes
- LOCKED_STRING - Static variable in class io.undertow.util.StatusCodes
- LogFileHeaderGenerator - Interface in io.undertow.server.handlers.accesslog
-
Interface that generates the header for an access log.
- LOGGED_OUT - 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
- 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
- LOOP_DETECTED - Static variable in class io.undertow.util.StatusCodes
- LOOP_DETECTED_STRING - Static variable in class io.undertow.util.StatusCodes
- 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
- MAGIC_NUMBER - Static variable in class io.undertow.websockets.client.WebSocket13ClientHandshake
- MAGIC_NUMBER - Static variable in class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- 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
- map(FileChannel.MapMode, long, long) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- markBroken() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- markContinueResponseSent(HttpServerExchange) - Static method in class io.undertow.server.protocol.http.HttpContinue
-
Marks a continue response as already having been sent.
- markReadsBroken(Throwable) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Called when a source sub channel fails to fulfil its contract, and leaves the channel in an inconsistent state.
- markReadsBroken(Throwable) - Method in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- markReadsBroken(Throwable) - Method in class io.undertow.websockets.core.WebSocketChannel
- markStreamBroken() - Method in class io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
- markStreamBroken() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
-
Called when this stream is no longer valid.
- markWritesBroken(Throwable) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Called when a sub channel fails to fulfil its contract, and leaves the channel in an inconsistent state.
- Masker - Class in io.undertow.websockets.core.protocol.version07
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- matches(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.Handshake
-
Return
true
if this implementation can be used to issue a handshake. - matches(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- matches(String, Map<String, String>) - Method in class io.undertow.util.PathTemplate
-
Check if the given uri matches the template.
- MAX_AGE_NO_CACHING - Static variable in class io.undertow.server.handlers.cache.DirectBufferCache
-
Max age 0, indicating that entries expire upon creation and are not retained;
- MAX_AGE_NO_CACHING - Static variable in class io.undertow.server.handlers.cache.LRUCache
-
Max age 0, indicating that entries expire upon creation and are not retained;
- MAX_AGE_NO_CACHING - Static variable in class io.undertow.server.handlers.resource.CachingResourceManager
-
Max age 0, indicating that entries expire upon creation and are not retained;
- MAX_AGE_NO_EXPIRY - Static variable in class io.undertow.server.handlers.cache.DirectBufferCache
-
Mage age -1, entries dont expire
- MAX_AGE_NO_EXPIRY - Static variable in class io.undertow.server.handlers.cache.LRUCache
-
Mage age -1, entries dont expire
- MAX_AGE_NO_EXPIRY - Static variable in class io.undertow.server.handlers.resource.CachingResourceManager
-
Mage age -1, this force manager to retain entries until underlying resource manager indicate that entries expired/changed
- MAX_AJP_PACKET_SIZE - Static variable in class io.undertow.UndertowOptions
-
The maximum AJP packet size, default is 8192.
UNIT: Bytes. - MAX_BUFFERED_REQUEST_SIZE - Static variable in class io.undertow.UndertowOptions
-
Maximum size of a buffered request, in bytes
- MAX_CACHED_HEADER_SIZE - Static variable in class io.undertow.UndertowOptions
-
The maximum size of a header name+value combo that is cached in the per connection cache.
- MAX_CONCURRENT_REQUESTS_PER_CONNECTION - Static variable in class io.undertow.UndertowOptions
-
The maximum number of concurrent requests that will be processed at a time.
- MAX_COOKIES - Static variable in class io.undertow.UndertowOptions
-
The maximum number of cookies that will be parsed.
- MAX_ENTITY_SIZE - Static variable in class io.undertow.UndertowOptions
-
The default maximum size of the HTTP entity body.
- MAX_FORWARDS - Static variable in class io.undertow.util.Headers
- MAX_FORWARDS_STRING - Static variable in class io.undertow.util.Headers
- MAX_FRAME_SIZE - Static variable in class io.undertow.protocols.http2.Http2Channel
- MAX_HEADER_SIZE - Static variable in class io.undertow.UndertowOptions
-
The maximum size in bytes of a http request header.
- MAX_HEADERS - Static variable in class io.undertow.UndertowOptions
-
The maximum number of headers that will be parsed.
- MAX_PARAMETERS - Static variable in class io.undertow.UndertowOptions
-
The maximum number of parameters that will be parsed.
- MAX_QUEUED_READ_BUFFERS - Static variable in class io.undertow.UndertowOptions
-
The maximum number of buffers that will be used before reads are paused in framed protocols.
- MAX_READ_LISTENER_INVOCATIONS - Static variable in class io.undertow.protocols.ssl.SslConduit
- MAX_RST_FRAMES_PER_WINDOW - Static variable in class io.undertow.UndertowOptions
-
Maximum number of HTTP2 RST frames received allowed during a time window.
- maxContentSize(long) - Static method in class io.undertow.predicate.Predicates
-
Deprecated.
- MaxContentSizePredicate - Class in io.undertow.predicate
-
Deprecated.
- MaxContentSizePredicate.Builder - Class in io.undertow.predicate
-
Deprecated.
- maxEntitySizeUpdated(HttpServerExchange) - Method in class io.undertow.server.AbstractServerConnection
- maxEntitySizeUpdated(HttpServerExchange) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- maxEntitySizeUpdated(HttpServerExchange) - Method in class io.undertow.server.ServerConnection
-
Callback that is invoked if the max entity size is updated.
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- maxRestartsExceeded(int) - Method in class io.undertow.UndertowLogger_$logger
- maxRestartsExceeded(int) - Method in interface io.undertow.UndertowLogger
- maxRestartsExceeded$str() - Method in class io.undertow.UndertowLogger_$logger
- maybeQuote(StringBuilder, String) - Static method in class io.undertow.util.LegacyCookieSupport
-
Quotes values if required.
- MCMPConfig - Class in io.undertow.server.handlers.proxy.mod_cluster
- MCMPConfig(MCMPConfig.Builder) - Constructor for class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
- MCMPConfig.AdvertiseBuilder - Class in io.undertow.server.handlers.proxy.mod_cluster
- MCMPConfig.Builder - Class in io.undertow.server.handlers.proxy.mod_cluster
- MCMPConfig.WebBuilder - Class in io.undertow.server.handlers.proxy.mod_cluster
- mcmpHandlerCreated() - Method in class io.undertow.UndertowLogger_$logger
- mcmpHandlerCreated() - Method in interface io.undertow.UndertowLogger
- mcmpHandlerCreated$str() - Method in class io.undertow.UndertowLogger_$logger
- mcmpKeyValue(HttpString, String) - Method in class io.undertow.UndertowLogger_$logger
- mcmpKeyValue(HttpString, String) - Method in interface io.undertow.UndertowLogger
- mcmpKeyValue$str() - Method in class io.undertow.UndertowLogger_$logger
- mcmpMessageRejectedDueToSuspiciousCharacters(String) - Method in class io.undertow.UndertowMessages_$bundle
- mcmpMessageRejectedDueToSuspiciousCharacters(String) - Method in interface io.undertow.UndertowMessages
- mcmpMessageRejectedDueToSuspiciousCharacters$str() - Method in class io.undertow.UndertowMessages_$bundle
- mcmpProcessingError(String, String) - Method in class io.undertow.UndertowLogger_$logger
- mcmpProcessingError(String, String) - Method in interface io.undertow.UndertowLogger
- mcmpProcessingError$str() - Method in class io.undertow.UndertowLogger_$logger
- mcmpSendingResponse(InetSocketAddress, int, HeaderMap, String) - Method in class io.undertow.UndertowLogger_$logger
- mcmpSendingResponse(InetSocketAddress, int, HeaderMap, String) - Method in interface io.undertow.UndertowLogger
- mcmpSendingResponse$str() - Method in class io.undertow.UndertowLogger_$logger
- MD5 - io.undertow.security.idm.DigestAlgorithm
- MD5_SESS - io.undertow.security.idm.DigestAlgorithm
- MERGE - Static variable in class io.undertow.util.Methods
- MERGE_STRING - Static variable in class io.undertow.util.Methods
- mergeBuffers(ByteBuffer...) - Static method in class io.undertow.websockets.core.WebSockets
- 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 - io.undertow.security.impl.AuthenticationInfoToken
- MESSAGE_QOP - io.undertow.security.impl.DigestAuthorizationToken
- MESSAGE_QOP - io.undertow.security.impl.DigestWWWAuthenticateToken
- messageCloseWebSocket() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- messageCloseWebSocket() - Method in interface io.undertow.websockets.core.WebSocketMessages
- messageCloseWebSocket$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- MESSAGES - Static variable in interface io.undertow.client.UndertowClientMessages
- MESSAGES - Static variable in interface io.undertow.UndertowMessages
- MESSAGES - Static variable in interface io.undertow.websockets.core.WebSocketMessages
- messageToBig(long) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- messageToBig(long) - Method in interface io.undertow.websockets.core.WebSocketMessages
- messageToBig$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- METHOD - Static variable in class io.undertow.protocols.http2.Http2Channel
- METHOD_NOT_ALLOWED - Static variable in class io.undertow.util.StatusCodes
- METHOD_NOT_ALLOWED_STRING - Static variable in class io.undertow.util.StatusCodes
- MethodPredicate - Class in io.undertow.predicate
- MethodPredicate.Builder - Class in io.undertow.predicate
- Methods - Class in io.undertow.util
-
NOTE: If you add a new method here you must also add it to
HttpRequestParser
- 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
-
Deprecated.
- MinContentSizePredicate - Class in io.undertow.predicate
-
Deprecated.
- MinContentSizePredicate.Builder - Class in io.undertow.predicate
-
Deprecated.
- mismatchedBraces(String) - Method in class io.undertow.UndertowMessages_$bundle
- mismatchedBraces(String) - Method in interface io.undertow.UndertowMessages
- mismatchedBraces$str() - Method in class io.undertow.UndertowMessages_$bundle
- MISSING_EXTENSIONS - Static variable in class io.undertow.websockets.core.CloseMessage
- missingAuthorizationToken(String) - Method in class io.undertow.UndertowLogger_$logger
- missingAuthorizationToken(String) - Method in interface io.undertow.UndertowLogger
- missingAuthorizationToken$str() - Method in class io.undertow.UndertowLogger_$logger
- MKACTIVITY - Static variable in class io.undertow.util.Methods
- MKACTIVITY_STRING - Static variable in class io.undertow.util.Methods
- MKCOL - Static variable in class io.undertow.util.Methods
- MKCOL_STRING - Static variable in class io.undertow.util.Methods
- MKWORKSPACE - Static variable in class io.undertow.util.Methods
- MKWORKSPACE_STRING - Static variable in class io.undertow.util.Methods
- MOD_CLUSTER - io.undertow.server.handlers.proxy.RouteIteratorFactory.ParsingCompatibility
- MOD_JK - io.undertow.server.handlers.proxy.RouteIteratorFactory.ParsingCompatibility
- ModCluster - Class in io.undertow.server.handlers.proxy.mod_cluster
- ModCluster.Builder - Class in io.undertow.server.handlers.proxy.mod_cluster
- ModClusterController - Interface in io.undertow.server.handlers.proxy.mod_cluster
- ModClusterProxyTarget - Interface in io.undertow.server.handlers.proxy.mod_cluster
- ModClusterProxyTarget.BasicTarget - Class in io.undertow.server.handlers.proxy.mod_cluster
- ModClusterProxyTarget.ExistingSessionTarget - Class in io.undertow.server.handlers.proxy.mod_cluster
- ModClusterStatus - Interface in io.undertow.server.handlers.proxy.mod_cluster
-
An interface that allows the current status of the mod_cluster container to be queried and modified
- ModClusterStatus.Context - Interface in io.undertow.server.handlers.proxy.mod_cluster
- ModClusterStatus.LoadBalancer - Interface in io.undertow.server.handlers.proxy.mod_cluster
- ModClusterStatus.Node - Interface in io.undertow.server.handlers.proxy.mod_cluster
- MODIFIED - io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
A file was modified in a directory.
- ModularJdkAlpnProvider - Class in io.undertow.protocols.alpn
-
Open listener adaptor for ALPN connections that use the Modular JDK API
- ModularJdkAlpnProvider() - Constructor for class io.undertow.protocols.alpn.ModularJdkAlpnProvider
- moreData(int) - Method in class io.undertow.protocols.http2.Http2PushBackParser
- 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
- moreThanOneHostHeader() - Method in class io.undertow.UndertowMessages_$bundle
- moreThanOneHostHeader() - Method in interface io.undertow.UndertowMessages
- moreThanOneHostHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- 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
- MOVE - Static variable in class io.undertow.util.Methods
- MOVE_STRING - Static variable in class io.undertow.util.Methods
- MOVED_PERMANENTLY - Static variable in class io.undertow.util.StatusCodes
- MOVED_PERMANENTLY_STRING - Static variable in class io.undertow.util.StatusCodes
- MOVED_PERMENANTLY - Static variable in class io.undertow.util.StatusCodes
-
Deprecated.
- MSG_CONTAINS_INVALID_DATA - Static variable in class io.undertow.websockets.core.CloseMessage
- MSG_TOO_BIG - Static variable in class io.undertow.websockets.core.CloseMessage
- MSG_VIOLATES_POLICY - Static variable in class io.undertow.websockets.core.CloseMessage
- MULTI_STATUS - Static variable in class io.undertow.util.StatusCodes
- MULTI_STATUS_STRING - Static variable in class io.undertow.util.StatusCodes
- MULTIPART_FORM_DATA - Static variable in class io.undertow.server.handlers.form.MultiPartParserDefinition
- MULTIPART_MAX_ENTITY_SIZE - Static variable in class io.undertow.UndertowOptions
-
The default maximum size of the HTTP entity body when using the multitipart parser.
- MultipartParser - Class in io.undertow.util
- MultipartParser() - Constructor for class io.undertow.util.MultipartParser
- MultipartParser.ParseState - Class in io.undertow.util
- MultipartParser.PartHandler - Interface in io.undertow.util
- 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
- MULTIPLE_CHOICES - Static variable in class io.undertow.util.StatusCodes
- MULTIPLE_CHOICES_STRING - Static variable in class io.undertow.util.StatusCodes
- multiRecordSSLHandshake() - Method in class io.undertow.UndertowMessages_$bundle
- multiRecordSSLHandshake() - Method in interface io.undertow.UndertowMessages
- multiRecordSSLHandshake$str() - Method in class io.undertow.UndertowMessages_$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.RemoteObfuscatedIPAttribute.Builder
- name() - Method in class io.undertow.attribute.RemoteUserAttribute.Builder
- name() - Method in class io.undertow.attribute.RequestCookieAttribute.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.ResponseCookieAttribute.Builder
- name() - Method in class io.undertow.attribute.ResponseHeaderAttribute.Builder
- name() - Method in class io.undertow.attribute.ResponseReasonPhraseAttribute.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.StoredResponse.Builder
- name() - Method in class io.undertow.attribute.ThreadNameAttribute.Builder
- name() - Method in class io.undertow.attribute.TransportProtocolAttribute.Builder
-
Deprecated.
- 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
-
Deprecated.
- name() - Method in class io.undertow.predicate.MethodPredicate.Builder
- name() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
-
Deprecated.
- 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.RequestLargerThanPredicate.Builder
- name() - Method in class io.undertow.predicate.RequestSmallerThanPredicate.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.ActiveRequestTrackerHandler.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.encoding.EncodingHandler.Builder
- name() - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler.Builder
- name() - Method in class io.undertow.server.handlers.error.FileErrorPageHandler.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.LearningPushHandler.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.proxy.ProxyHandlerBuilder
- 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.RequestBufferingHandler.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.SetErrorHandler.Builder
- 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
HttpHandler
that 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
- NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.undertow.util.StatusCodes
- NETWORK_AUTHENTICATION_REQUIRED_STRING - Static variable in class io.undertow.util.StatusCodes
- NetworkUtils - Class in io.undertow.util
- newFrame(FrameHeaderData) - Method in interface io.undertow.websockets.core.function.ChannelFunction
- newFrame(FrameHeaderData) - Method in class io.undertow.websockets.core.protocol.version07.Masker
- newFrame(FrameHeaderData) - Method in class io.undertow.websockets.core.protocol.version07.UTF8Checker
- newInstance() - Static method in class io.undertow.util.ConcurrentDirectDeque
- newInstanceDeflaterPool(int) - Static method in class io.undertow.conduits.DeflatingStreamSinkConduit
- newInstanceInflaterPool() - Static method in class io.undertow.conduits.InflatingStreamSourceConduit
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- NEXT_NONCE - io.undertow.security.impl.AuthenticationInfoToken
- NEXT_NONCE - Static variable in class io.undertow.util.Headers
- nextHandler(HttpHandler) - Method in class io.undertow.server.handlers.BlockingReadTimeoutHandler.Builder
- nextHandler(HttpHandler) - Method in class io.undertow.server.handlers.BlockingWriteTimeoutHandler.Builder
- 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_CHECK - Static variable in interface io.undertow.server.handlers.proxy.mod_cluster.NodeHealthChecker
-
Receiving a response is a success.
- NO_CONTENT - Static variable in class io.undertow.util.StatusCodes
- NO_CONTENT_STRING - Static variable in class io.undertow.util.StatusCodes
- NO_ID_CHANGE_REQUIRED - Static variable in class io.undertow.security.handlers.CachedAuthenticatedSessionHandler
- NO_REQUEST_TIMEOUT - Static variable in class io.undertow.UndertowOptions
-
The amount of time the connection can be idle with no current requests before it is closed;
UNIT: Milliseconds. - noALPNFallback(SocketAddress) - Method in class io.undertow.UndertowLogger_$logger
- noALPNFallback(SocketAddress) - Method in interface io.undertow.UndertowLogger
- noALPNFallback$str() - Method in class io.undertow.UndertowLogger_$logger
- noContextForSslConnection() - Method in class io.undertow.UndertowMessages_$bundle
- noContextForSslConnection() - Method in interface io.undertow.UndertowMessages
- noContextForSslConnection$str() - Method in class io.undertow.UndertowMessages_$bundle
- NODE_DOWN - io.undertow.server.handlers.proxy.mod_cluster.NodeStatus
-
The node is down
- NODE_HOT_STANDBY - io.undertow.server.handlers.proxy.mod_cluster.NodeStatus
-
The node is paused
- NODE_UP - io.undertow.server.handlers.proxy.mod_cluster.NodeStatus
-
The node is up
- NodeConfig - Class in io.undertow.server.handlers.proxy.mod_cluster
-
The node configuration.
- NodeConfig.NodeBuilder - Class in io.undertow.server.handlers.proxy.mod_cluster
- 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$str() - Method in class io.undertow.UndertowLogger_$logger
- NodeHealthChecker - Interface in io.undertow.server.handlers.proxy.mod_cluster
- nodeIsInError(String) - Method in class io.undertow.UndertowLogger_$logger
- nodeIsInError(String) - Method in interface io.undertow.UndertowLogger
- nodeIsInError$str() - Method in class io.undertow.UndertowLogger_$logger
- NodeStatus - Enum in io.undertow.server.handlers.proxy.mod_cluster
- noFrameflushInTimeout(long) - Method in class io.undertow.UndertowLogger_$logger
- noFrameflushInTimeout(long) - Method in interface io.undertow.UndertowLogger
- noFrameflushInTimeout$str() - Method in class io.undertow.UndertowLogger_$logger
- noHostInHttp11Request() - Method in class io.undertow.UndertowMessages_$bundle
- noHostInHttp11Request() - Method in interface io.undertow.UndertowMessages
- noHostInHttp11Request$str() - Method in class io.undertow.UndertowMessages_$bundle
- NON_AUTHORITATIVE_INFORMATION - Static variable in class io.undertow.util.StatusCodes
- NON_AUTHORITATIVE_INFORMATION_STRING - Static variable in class io.undertow.util.StatusCodes
- NONCE - io.undertow.security.impl.DigestAuthorizationToken
- NONCE - io.undertow.security.impl.DigestWWWAuthenticateToken
- NONCE - Static variable in class io.undertow.util.Headers
- NONCE_COUNT - io.undertow.security.impl.AuthenticationInfoToken
- NONCE_COUNT - io.undertow.security.impl.DigestAuthorizationToken
- NONCE_COUNT - Static variable in class io.undertow.util.Headers
- 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.
- nonContinuationFrameInsideFragmented() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- nonContinuationFrameInsideFragmented() - Method in interface io.undertow.websockets.core.WebSocketMessages
- nonContinuationFrameInsideFragmented$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- NONE - io.undertow.server.handlers.CookieSameSiteMode
-
The browser will send cookies with both cross-site requests and same-site requests.
- NONE - io.undertow.server.handlers.proxy.RouteParsingStrategy
-
Ignores encoded route/affinity information altogether, essentially disabling session stickiness on the load balancer.
- NONE - io.undertow.server.session.SessionConfig.SessionCookieSource
- NoopExtensionFunction - Class in io.undertow.websockets.extensions
- NoopExtensionFunction() - Constructor for class io.undertow.websockets.extensions.NoopExtensionFunction
- noRequestActive() - Method in class io.undertow.UndertowMessages_$bundle
- noRequestActive() - Method in interface io.undertow.UndertowMessages
- noRequestActive$str() - Method in class io.undertow.UndertowMessages_$bundle
- NORMAL_CLOSURE - Static variable in class io.undertow.websockets.core.CloseMessage
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- noSourceToListResourcesFrom() - Method in class io.undertow.UndertowLogger_$logger
- noSourceToListResourcesFrom() - Method in interface io.undertow.UndertowLogger
- noSourceToListResourcesFrom$str() - Method in class io.undertow.UndertowLogger_$logger
- 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_ACCEPTABLE - Static variable in class io.undertow.util.StatusCodes
- NOT_ACCEPTABLE_STRING - Static variable in class io.undertow.util.StatusCodes
- NOT_ATTEMPTED - 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 - 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_EXTENDED - Static variable in class io.undertow.util.StatusCodes
- NOT_EXTENDED_STRING - Static variable in class io.undertow.util.StatusCodes
- NOT_FOUND - Static variable in class io.undertow.util.StatusCodes
- NOT_FOUND_STRING - Static variable in class io.undertow.util.StatusCodes
- NOT_IMPLEMENTED - Static variable in class io.undertow.util.StatusCodes
- NOT_IMPLEMENTED_STRING - Static variable in class io.undertow.util.StatusCodes
- NOT_MODIFIED - Static variable in class io.undertow.util.StatusCodes
- NOT_MODIFIED_STRING - Static variable in class io.undertow.util.StatusCodes
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- notAnUpgradeRequest() - Method in class io.undertow.UndertowMessages_$bundle
- notAnUpgradeRequest() - Method in interface io.undertow.UndertowMessages
- notAnUpgradeRequest$str() - Method in class io.undertow.UndertowMessages_$bundle
- notAValidIpPattern(String) - Method in class io.undertow.UndertowMessages_$bundle
- notAValidIpPattern(String) - Method in interface io.undertow.UndertowMessages
- notAValidIpPattern$str() - Method in class io.undertow.UndertowMessages_$bundle
- notAValidRegularExpressionPattern(String) - Method in class io.undertow.UndertowMessages_$bundle
- notAValidRegularExpressionPattern(String) - Method in interface io.undertow.UndertowMessages
- notAValidRegularExpressionPattern$str() - Method in class io.undertow.UndertowMessages_$bundle
- notEnoughData() - Method in class io.undertow.UndertowMessages_$bundle
- notEnoughData() - Method in interface io.undertow.UndertowMessages
- notEnoughData$str() - Method in class io.undertow.UndertowMessages_$bundle
- notHandshakeRecord() - Method in class io.undertow.UndertowMessages_$bundle
- notHandshakeRecord() - Method in interface io.undertow.UndertowMessages
- notHandshakeRecord$str() - Method in class io.undertow.UndertowMessages_$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
HttpHandler
to register a list ofNotificationReceiver
instances with the currentSecurityContext
. - NotificationReceiverHandler(HttpHandler, Collection<NotificationReceiver>) - Constructor for class io.undertow.security.handlers.NotificationReceiverHandler
- NotPredicate - Class in io.undertow.predicate
- noWebSocketConnectionHeader() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- noWebSocketConnectionHeader() - Method in interface io.undertow.websockets.core.WebSocketMessages
- noWebSocketConnectionHeader$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- noWebSocketUpgradeHeader() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- noWebSocketUpgradeHeader() - Method in interface io.undertow.websockets.core.WebSocketMessages
- noWebSocketUpgradeHeader$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- 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$str() - Method in class io.undertow.UndertowLogger_$logger
O
- objectIsClosed() - Method in class io.undertow.UndertowMessages_$bundle
- objectIsClosed() - Method in interface io.undertow.UndertowMessages
- objectIsClosed$str() - Method in class io.undertow.UndertowMessages_$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$str() - Method in class io.undertow.UndertowMessages_$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.
- offer(String) - Method in class io.undertow.util.HeaderValues
- 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.
- offerFirst(String) - Method in class io.undertow.util.HeaderValues
- 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.
- offerLast(String) - Method in class io.undertow.util.HeaderValues
- 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
- OK - Static variable in interface io.undertow.server.handlers.proxy.mod_cluster.NodeHealthChecker
-
Check that the response code is 2xx to 3xx.
- OK - Static variable in class io.undertow.util.StatusCodes
- OK_STRING - Static variable in class io.undertow.util.StatusCodes
- oldStylePredicateSyntax(String) - Method in class io.undertow.UndertowLogger_$logger
- oldStylePredicateSyntax(String) - Method in interface io.undertow.UndertowLogger
- oldStylePredicateSyntax$str() - Method in class io.undertow.UndertowLogger_$logger
- onBinary(WebSocketChannel, StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onClose(WebSocketChannel, StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onCloseMessage(CloseMessage, WebSocketChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onComplete(HttpServerExchange, Sender) - Method in class io.undertow.io.DefaultIoCallback
- onComplete(HttpServerExchange, Sender) - Method in interface io.undertow.io.IoCallback
- onConnect(WebSocketHttpExchange, WebSocketChannel) - Method in interface io.undertow.websockets.WebSocketConnectionCallback
-
Is called once the WebSocket connection is established, which means the handshake was successful.
- onError(WebSocketChannel, Throwable) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onError(WebSocketChannel, T, Throwable) - Method in interface io.undertow.websockets.core.WebSocketCallback
- onException(HttpServerExchange, Sender, IOException) - Method in class io.undertow.io.DefaultIoCallback
- onException(HttpServerExchange, Sender, IOException) - Method in interface io.undertow.io.IoCallback
- onFullBinaryMessage(WebSocketChannel, BufferedBinaryMessage) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onFullCloseMessage(WebSocketChannel, BufferedBinaryMessage) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onFullPingMessage(WebSocketChannel, BufferedBinaryMessage) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onFullPongMessage(WebSocketChannel, BufferedBinaryMessage) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onFullTextMessage(WebSocketChannel, BufferedTextMessage) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onPing(WebSocketChannel, StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onPong(WebSocketChannel, StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- onText(WebSocketChannel, StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.AbstractReceiveListener
- OPAQUE - io.undertow.security.impl.DigestAuthorizationToken
- OPAQUE - io.undertow.security.impl.DigestWWWAuthenticateToken
- OPAQUE - Static variable in class io.undertow.util.Headers
- OPCODE_BINARY - Static variable in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- OPCODE_CLOSE - Static variable in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- OPCODE_CONT - Static variable in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- OPCODE_PING - Static variable in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- OPCODE_PONG - Static variable in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- OPCODE_TEXT - Static variable in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- OpenListener - Interface in io.undertow.server
-
Interface that represents an open listener, aka a connector.
- OPENSSL_ENGINE - Static variable in class io.undertow.protocols.alpn.OpenSSLAlpnProvider
- OpenSSLAlpnProvider - Class in io.undertow.protocols.alpn
-
Open listener adaptor for ALPN connections that use the Wildfly OpenSSL implementation
- OpenSSLAlpnProvider() - Constructor for class io.undertow.protocols.alpn.OpenSSLAlpnProvider
- OpenSSLAlpnProvider.OpenSSLALPNMethods - Class in io.undertow.protocols.alpn
- openSslConnection(XnioIoThread, InetSocketAddress, InetSocketAddress, ChannelListener<? super SslConnection>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- openSslConnection(XnioWorker, InetSocketAddress, InetSocketAddress, ChannelListener<? super SslConnection>, ChannelListener<? super BoundChannel>, OptionMap) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- OPTIONS - Static variable in class io.undertow.util.Methods
- OPTIONS_STRING - Static variable in class io.undertow.util.Methods
- 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
- ORIGIN_STRING - Static variable in class io.undertow.util.Headers
- ORIGINAL_SESSION_TIMEOUT - Static variable in class io.undertow.security.impl.FormAuthenticationMechanism
- originalSinkConduit - Variable in class io.undertow.server.AbstractServerConnection
- originalSourceConduit - Variable in class io.undertow.server.AbstractServerConnection
- 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 - io.undertow.server.session.SessionConfig.SessionCookieSource
- outOfBandResponseNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- outOfBandResponseNotSupported() - Method in interface io.undertow.UndertowMessages
- outOfBandResponseNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- outOfBandResponseOnlyAllowedFor100Continue() - Method in class io.undertow.UndertowMessages_$bundle
- outOfBandResponseOnlyAllowedFor100Continue() - Method in interface io.undertow.UndertowMessages
- outOfBandResponseOnlyAllowedFor100Continue$str() - Method in class io.undertow.UndertowMessages_$bundle
- OVERFLOW - io.undertow.protocols.http2.HpackEncoder.State
- OVERRIDE_INITIAL - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- overWritten() - Method in class io.undertow.predicate.PathPrefixPredicate.PathPrefixMatchRecord
P
- Parameter(String, String) - Constructor for class io.undertow.websockets.WebSocketExtension.Parameter
- 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
-
Deprecated.
- parameters() - Method in class io.undertow.predicate.MethodPredicate.Builder
- parameters() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
-
Deprecated.
- 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.RequestLargerThanPredicate.Builder
- parameters() - Method in class io.undertow.predicate.RequestSmallerThanPredicate.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.ActiveRequestTrackerHandler.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.encoding.EncodingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler.Builder
- parameters() - Method in class io.undertow.server.handlers.error.FileErrorPageHandler.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.LearningPushHandler.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.proxy.ProxyHandlerBuilder
- 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.RequestBufferingHandler.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.SetErrorHandler.Builder
- 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(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) - Static method in class io.undertow.websockets.WebSocketExtension
- 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(ByteBuffer) - Method in class io.undertow.util.MultipartParser.ParseState
- parse(ByteBuffer, Http2FrameHeaderParser) - Method in class io.undertow.protocols.http2.Http2PushBackParser
- parse(ByteBuffer, AjpRequestParseState, HttpServerExchange) - Method in class io.undertow.server.protocol.ajp.AjpRequestParser
- 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.
- parse16BitInteger(ByteBuffer, AjpRequestParseState) - Method in class io.undertow.server.protocol.ajp.AjpRequestParser
- 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
- parseFrame(ByteBuffer) - Method in class io.undertow.protocols.ajp.AjpClientChannel
- parseFrame(ByteBuffer) - Method in class io.undertow.protocols.http2.Http2Channel
- parseFrame(ByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Attempts to parse an incoming frame header from the data in the buffer.
- parseFrame(ByteBuffer) - Method in class io.undertow.websockets.core.WebSocketChannel
- 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
- parseIpv6AddressToBytes(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$str() - Method in class io.undertow.UndertowMessages_$bundle
- parseRequestCookies(int, boolean, List<String>) - Static method in class io.undertow.util.Cookies
-
Deprecated, for removal: This API element is subject to removal in a future version.
- parseRequestCookies(int, boolean, List<String>, Set<Cookie>) - Static method in class io.undertow.util.Cookies
- parseRequestTimedOut(SocketAddress) - Method in class io.undertow.UndertowLogger_$logger
- parseRequestTimedOut(SocketAddress) - Method in interface io.undertow.UndertowLogger
- parseRequestTimedOut$str() - Method in class io.undertow.UndertowLogger_$logger
- parseRoutes(HttpServerExchange) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- 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(ByteBufferPool, MultipartParser.PartHandler, String, byte[]) - Constructor for class io.undertow.util.MultipartParser.ParseState
- parseString(ByteBuffer, AjpRequestParseState, AjpRequestParser.StringType) - Method in class io.undertow.server.protocol.ajp.AjpRequestParser
- ParseTimeoutUpdater - Class in io.undertow.server.protocol
-
Wrapper for parse timeout.
- ParseTimeoutUpdater(ConnectedChannel, long, long) - Constructor for class io.undertow.server.protocol.ParseTimeoutUpdater
-
Creates new instance of ParseTimeoutSourceConduit.
- ParseTimeoutUpdater(ConnectedChannel, long, long, Runnable) - Constructor for class io.undertow.server.protocol.ParseTimeoutUpdater
-
Creates new instance of ParseTimeoutSourceConduit.
- PARTIAL_CONTENT - Static variable in class io.undertow.util.StatusCodes
- PARTIAL_CONTENT_STRING - Static variable in class io.undertow.util.StatusCodes
- 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
- PATCH_STRING - Static variable in class io.undertow.util.Methods
- 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.protocols.http2.Http2Channel
- PATH - Static variable in class io.undertow.util.Cookies
- PATH_TEMPLATE_MATCH - Static variable in class io.undertow.server.handlers.PathTemplateHandler
-
Deprecated.
- pathElementIsRegularFile(Path) - Method in class io.undertow.UndertowMessages_$bundle
- pathElementIsRegularFile(Path) - Method in interface io.undertow.UndertowMessages
- pathElementIsRegularFile$str() - Method in class io.undertow.UndertowMessages_$bundle
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- pathNotADirectory(Path) - Method in class io.undertow.UndertowMessages_$bundle
- pathNotADirectory(Path) - Method in interface io.undertow.UndertowMessages
- pathNotADirectory$str() - Method in class io.undertow.UndertowMessages_$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
- PathPrefixMatchRecord() - Constructor for class io.undertow.predicate.PathPrefixPredicate.PathPrefixMatchRecord
- PathPrefixPredicate - Class in io.undertow.predicate
- PathPrefixPredicate.Builder - Class in io.undertow.predicate
- PathPrefixPredicate.PathPrefixMatchRecord - 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
- pause() - Method in class io.undertow.io.AsyncReceiverImpl
- pause() - Method in class io.undertow.io.BlockingReceiverImpl
- pause() - Method in interface io.undertow.io.Receiver
-
When receiving partial data calling this method will pause the callbacks.
- PAYMENT_REQUIRED - Static variable in class io.undertow.util.StatusCodes
- PAYMENT_REQUIRED_STRING - Static variable in class io.undertow.util.StatusCodes
- peek() - Method in class io.undertow.util.FastConcurrentDirectDeque
- peek() - Method in class io.undertow.util.HeaderValues
- peek() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- peekFirst() - Method in class io.undertow.util.FastConcurrentDirectDeque
- peekFirst() - Method in class io.undertow.util.HeaderValues
- peekFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- peekLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- peekLast() - Method in class io.undertow.util.HeaderValues
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- performUpgrade() - Method in interface io.undertow.client.ClientConnection
-
Upgrade the connection, if the underlying protocol supports it.
- performUpgrade() - Method in class io.undertow.client.http2.Http2ClientConnection
- performUpgrade(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.Handshake
-
Perform the upgrade using no payload
- performUpgrade(WebSocketHttpExchange, byte[]) - Method in class io.undertow.websockets.core.protocol.Handshake
-
convenience method to perform the upgrade
- PERMANENT_REDIRECT - Static variable in class io.undertow.util.StatusCodes
- PERMANENT_REDIRECT_STRING - Static variable in class io.undertow.util.StatusCodes
- PerMessageDeflateFunction - Class in io.undertow.websockets.extensions
-
Implementation of
permessage-deflate
WebSocket Extension. - PerMessageDeflateFunction(int, boolean, boolean) - Constructor for class io.undertow.websockets.extensions.PerMessageDeflateFunction
-
Create a new
PerMessageDeflateExtension
instance. - PerMessageDeflateHandshake - Class in io.undertow.websockets.extensions
-
Implementation of
permessage-deflate
WebSocket Extension handshake. - PerMessageDeflateHandshake() - Constructor for class io.undertow.websockets.extensions.PerMessageDeflateHandshake
- PerMessageDeflateHandshake(boolean) - Constructor for class io.undertow.websockets.extensions.PerMessageDeflateHandshake
-
Create a new
PerMessageDeflateHandshake
instance. - PerMessageDeflateHandshake(boolean, boolean, boolean) - Constructor for class io.undertow.websockets.extensions.PerMessageDeflateHandshake
-
Create a new
PerMessageDeflateHandshake
instance. - PerMessageDeflateHandshake(boolean, int) - Constructor for class io.undertow.websockets.extensions.PerMessageDeflateHandshake
-
Create a new
PerMessageDeflateHandshake
instance. - PerMessageDeflateHandshake(boolean, int, boolean, boolean) - Constructor for class io.undertow.websockets.extensions.PerMessageDeflateHandshake
-
Create a new
PerMessageDeflateHandshake
instance. - PING - io.undertow.websockets.core.WebSocketFrameType
-
WebSocketFrame which represent a ping request
- pingNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- pingNotSupported() - Method in interface io.undertow.UndertowMessages
- pingNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- pingTimeout() - Method in class io.undertow.UndertowMessages_$bundle
- pingTimeout() - Method in interface io.undertow.UndertowMessages
- pingTimeout$str() - Method in class io.undertow.UndertowMessages_$bundle
- PipeliningBufferingStreamSinkConduit - Class in io.undertow.server.protocol.http
-
A buffer that is used when processing pipelined requests, that allows the server to buffer multiple responses into a single write() call.
- PipeliningBufferingStreamSinkConduit(StreamSinkConduit, ByteBufferPool) - Constructor for class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- 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.HeaderValues
- poll() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- pollFirst() - Method in class io.undertow.util.FastConcurrentDirectDeque
- pollFirst() - Method in class io.undertow.util.HeaderValues
- pollFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- pollLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- pollLast() - Method in class io.undertow.util.HeaderValues
- pollLast() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- PONG - io.undertow.websockets.core.WebSocketFrameType
-
WebSocketFrame which should be issued after a
WebSocketFrameType.PING
was received - PooledAdaptor - Class in io.undertow.util
- PooledAdaptor(PooledByteBuffer) - Constructor for class io.undertow.util.PooledAdaptor
- PooledBufferFrameCallback(PooledByteBuffer) - Constructor for class io.undertow.conduits.AbstractFramedStreamSinkConduit.PooledBufferFrameCallback
- PooledBuffersFrameCallback(PooledByteBuffer...) - Constructor for class io.undertow.conduits.AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback
- PooledByteBuffer - Interface in io.undertow.connector
- pooledObject - Variable in class io.undertow.conduits.DeflatingStreamSinkConduit
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- pop() - Method in class io.undertow.util.FastConcurrentDirectDeque
- pop() - Method in class io.undertow.util.HeaderValues
- 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.
- position() - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- position(long) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- 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
- POST_STRING - Static variable in class io.undertow.util.Methods
- postDeflate(ByteBuffer) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- postDeflate(ByteBuffer) - Method in class io.undertow.conduits.GzipStreamSinkConduit
- potentialCrossTalking(InetAddress, String, String) - Method in class io.undertow.UndertowLogger_$logger
- potentialCrossTalking(InetAddress, String, String) - Method in interface io.undertow.UndertowLogger
- potentialCrossTalking$str() - Method in class io.undertow.UndertowLogger_$logger
- PRAGMA - Static variable in class io.undertow.util.Headers
- PRAGMA_STRING - Static variable in class io.undertow.util.Headers
- PRE_CHUNKED_RESPONSE - Static variable in class io.undertow.server.protocol.http.HttpAttachments
-
If the value
true
is 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. - PreChunkedStreamSinkConduit - Class in io.undertow.conduits
-
Channel that implements HTTP chunked transfer coding for data streams that already have chunk markers.
- PreChunkedStreamSinkConduit(StreamSinkConduit, ConduitListener<? super PreChunkedStreamSinkConduit>, Attachable) - Constructor for class io.undertow.conduits.PreChunkedStreamSinkConduit
-
Construct a new instance.
- 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
- PRECONDITION_FAILED - Static variable in class io.undertow.util.StatusCodes
- PRECONDITION_FAILED_STRING - Static variable in class io.undertow.util.StatusCodes
- PRECONDITION_REQUIRED - Static variable in class io.undertow.util.StatusCodes
- PRECONDITION_REQUIRED_STRING - Static variable in class io.undertow.util.StatusCodes
- 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.
- PREDICATE_LOGGER - Static variable in interface io.undertow.UndertowLogger
- 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.
- PREFIX_MATCH_RECORD - Static variable in class io.undertow.predicate.PathPrefixPredicate
- 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.
- preWriteTransform(PooledByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- preWriteTransform(PooledByteBuffer) - Method in class io.undertow.websockets.core.protocol.version07.WebSocket07FrameSinkChannel
- 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.RemoteObfuscatedIPAttribute.Builder
- priority() - Method in class io.undertow.attribute.RemoteUserAttribute.Builder
- priority() - Method in class io.undertow.attribute.RequestCookieAttribute.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.ResponseCookieAttribute.Builder
- priority() - Method in class io.undertow.attribute.ResponseHeaderAttribute.Builder
- priority() - Method in class io.undertow.attribute.ResponseReasonPhraseAttribute.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.StoredResponse.Builder
- priority() - Method in class io.undertow.attribute.ThreadNameAttribute.Builder
- priority() - Method in class io.undertow.attribute.TransportProtocolAttribute.Builder
-
Deprecated.
- priorityFrame(int, int, int, boolean) - Method in class io.undertow.protocols.http2.Http2PriorityTree
- PRO_ACTIVE - 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.
- PROBLEM - io.undertow.server.handlers.proxy.ProxyConnectionPool.AvailabilityType
-
The host is probably down, only try as a last resort
- proceed() - Method in interface io.undertow.server.ExchangeCompletionListener.NextListener
-
Invokes the next
listener
. - processFrameData(PooledByteBuffer, boolean) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- processFrameData(PooledByteBuffer, boolean) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- PROCESSING - Static variable in class io.undertow.util.StatusCodes
- PROCESSING_STRING - Static variable in class io.undertow.util.StatusCodes
- PROPFIND - Static variable in class io.undertow.util.Methods
- PROPFIND_STRING - Static variable in class io.undertow.util.Methods
- PROPPATCH - Static variable in class io.undertow.util.Methods
- PROPPATCH_STRING - Static variable in class io.undertow.util.Methods
- PROTO - Static variable in class io.undertow.server.handlers.ForwardedHandler
- PROTOCOL_ERROR - Static variable in class io.undertow.websockets.core.CloseMessage
- Protocols - Class in io.undertow.util
-
Protocol version strings.
- protocolTooLargeForBuffer(String) - Method in class io.undertow.UndertowMessages_$bundle
- protocolTooLargeForBuffer(String) - Method in interface io.undertow.UndertowMessages
- protocolTooLargeForBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- ProxiedRequestAttachments - Class in io.undertow.client
-
Additional attachments that are specific to requests that are being proxied from one server to another
- ProxiedRequestAttachments() - Constructor for class io.undertow.client.ProxiedRequestAttachments
- PROXY_AUTHENTICATE - Static variable in class io.undertow.util.Headers
- PROXY_AUTHENTICATE_STRING - Static variable in class io.undertow.util.Headers
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.undertow.util.StatusCodes
- PROXY_AUTHENTICATION_REQUIRED_STRING - Static variable in class io.undertow.util.StatusCodes
- PROXY_AUTHORIZATION - Static variable in class io.undertow.util.Headers
- PROXY_AUTHORIZATION_STRING - Static variable in class io.undertow.util.Headers
- PROXY_REQUEST_LOGGER - Static variable in interface io.undertow.UndertowLogger
- proxyAdvertiseCannotSendMessage(Exception, InetSocketAddress) - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertiseCannotSendMessage(Exception, InetSocketAddress) - Method in interface io.undertow.UndertowLogger
- proxyAdvertiseCannotSendMessage$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertisementsStarted(String, int) - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertisementsStarted(String, int) - Method in interface io.undertow.UndertowLogger
- proxyAdvertisementsStarted$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertiseMessagePayload(String) - Method in class io.undertow.UndertowLogger_$logger
- proxyAdvertiseMessagePayload(String) - Method in interface io.undertow.UndertowLogger
- proxyAdvertiseMessagePayload$str() - Method in class io.undertow.UndertowLogger_$logger
- ProxyCallback<T> - Interface in io.undertow.server.handlers.proxy
-
Yet another callback class, this one used by the proxy handler
- ProxyClient - Interface in io.undertow.server.handlers.proxy
-
A client that provides connections for the proxy handler.
- ProxyClient.HostProxyTarget - Interface in io.undertow.server.handlers.proxy
- ProxyClient.MaxRetriesProxyTarget - Interface in io.undertow.server.handlers.proxy
- ProxyClient.ProxyTarget - Interface in io.undertow.server.handlers.proxy
-
An opaque interface that may contain information about the proxy target
- ProxyConnection - Class in io.undertow.server.handlers.proxy
-
A connection to a backend proxy.
- ProxyConnection(ClientConnection, String) - Constructor for class io.undertow.server.handlers.proxy.ProxyConnection
- proxyConnectionFailed(int) - Method in class io.undertow.UndertowMessages_$bundle
- proxyConnectionFailed(int) - Method in interface io.undertow.UndertowMessages
- proxyConnectionFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- ProxyConnectionPool - Class in io.undertow.server.handlers.proxy
-
A pool of connections to a target host.
- ProxyConnectionPool(ConnectionPoolManager, InetSocketAddress, URI, UndertowClient, OptionMap) - Constructor for class io.undertow.server.handlers.proxy.ProxyConnectionPool
- ProxyConnectionPool(ConnectionPoolManager, InetSocketAddress, URI, XnioSsl, UndertowClient, OptionMap) - Constructor for class io.undertow.server.handlers.proxy.ProxyConnectionPool
- ProxyConnectionPool(ConnectionPoolManager, URI, UndertowClient, OptionMap) - Constructor for class io.undertow.server.handlers.proxy.ProxyConnectionPool
- ProxyConnectionPool(ConnectionPoolManager, URI, XnioSsl, UndertowClient, OptionMap) - Constructor for class io.undertow.server.handlers.proxy.ProxyConnectionPool
- ProxyConnectionPool.AvailabilityType - Enum in io.undertow.server.handlers.proxy
- ProxyConnectionPoolConfig - Interface in io.undertow.server.handlers.proxy
- proxyFailedToConnectToBackend(String, URI) - Method in class io.undertow.UndertowLogger_$logger
- proxyFailedToConnectToBackend(String, URI) - Method in interface io.undertow.UndertowLogger
- proxyFailedToConnectToBackend$str() - Method in class io.undertow.UndertowLogger_$logger
- proxyHandler(ProxyClient) - Static method in class io.undertow.Handlers
-
Returns a handler that can act as a load balancing reverse proxy.
- proxyHandler(ProxyClient, int, HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a handler that can act as a load balancing reverse proxy.
- proxyHandler(ProxyClient, HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a handler that can act as a load balancing reverse proxy.
- ProxyHandler - Class in io.undertow.server.handlers.proxy
-
An HTTP handler which proxies content to a remote server.
- ProxyHandler(ProxyClient, int, HttpHandler) - Constructor for class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- ProxyHandler(ProxyClient, int, HttpHandler, boolean, boolean) - Constructor for class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- ProxyHandler(ProxyClient, int, HttpHandler, boolean, boolean, int) - Constructor for class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- ProxyHandler(ProxyClient, HttpHandler) - Constructor for class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- ProxyHandler.Builder - Class in io.undertow.server.handlers.proxy
- ProxyHandlerBuilder - Class in io.undertow.server.handlers.proxy
- ProxyHandlerBuilder() - Constructor for class io.undertow.server.handlers.proxy.ProxyHandlerBuilder
- 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(HttpHandler, boolean) - Constructor for class io.undertow.server.handlers.ProxyPeerAddressHandler
- ProxyPeerAddressHandler.Builder - Class in io.undertow.server.handlers
- ProxyProtocolOpenListener - Class in io.undertow.server.protocol.proxy
-
Open listener for proxied connections
- ProxyProtocolOpenListener(OpenListener, UndertowXnioSsl, ByteBufferPool, OptionMap) - Constructor for class io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
- proxyRequestFailed(String, Exception) - Method in class io.undertow.UndertowLogger_$logger
- proxyRequestFailed(String, Exception) - Method in interface io.undertow.UndertowLogger
- proxyRequestFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- pseudoHeaderInWrongOrder(HttpString) - Method in class io.undertow.UndertowMessages_$bundle
- pseudoHeaderInWrongOrder(HttpString) - Method in interface io.undertow.UndertowMessages
- pseudoHeaderInWrongOrder$str() - Method in class io.undertow.UndertowMessages_$bundle
- push(E) - Method in class io.undertow.util.FastConcurrentDirectDeque
- push(E) - Method in class io.undertow.util.PortableConcurrentDirectDeque
- push(String) - Method in class io.undertow.util.HeaderValues
- PushCallback - Interface in io.undertow.client
- pushPromiseCanOnlyBeCreatedByServer() - Method in class io.undertow.UndertowMessages_$bundle
- pushPromiseCanOnlyBeCreatedByServer() - Method in interface io.undertow.UndertowMessages
- pushPromiseCanOnlyBeCreatedByServer$str() - Method in class io.undertow.UndertowMessages_$bundle
- pushResource(String, HttpString, HeaderMap) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- pushResource(String, HttpString, HeaderMap) - Method in class io.undertow.server.ServerConnection
-
Attempts to push a resource if this connection supports server push.
- pushResource(String, HttpString, HeaderMap, HttpHandler) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- pushResource(String, HttpString, HeaderMap, HttpHandler) - Method in class io.undertow.server.ServerConnection
-
Attempts to push a resource if this connection supports server push.
- put(HttpString, long) - Method in class io.undertow.util.HeaderMap
- put(HttpString, String) - Method in class io.undertow.util.HeaderMap
- put(String, Predicate, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- put(String, HttpHandler) - Method in class io.undertow.server.RoutingHandler
- put(String, String, HeaderMap) - 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
- PUT_STRING - Static variable in class io.undertow.util.Methods
- putAll(HeaderMap) - Method in class io.undertow.util.HeaderMap
- putAll(HttpString, Collection<String>) - Method in class io.undertow.util.HeaderMap
- putAll(Map<? extends K, ? extends V>) - Method in class io.undertow.util.CopyOnWriteMap
- putAttachment(AttachmentKey<T>, T) - Method in class io.undertow.protocols.http2.Http2Channel
- putAttachment(AttachmentKey<T>, T) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- putAttachment(AttachmentKey<T>, T) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- 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.
- putAttachment(AttachmentKey<T>, T) - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- putAttachment(AttachmentKey<T>, T) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
- putIfAbsent(K, V) - Method in class io.undertow.util.CopyOnWriteMap
Q
- QOP - Static variable in class io.undertow.util.Headers
- QUERY_STRING - Static variable in class io.undertow.attribute.QueryStringAttribute
- QUERY_STRING - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- 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
- queueCloseFrames() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- QUEUED_FRAMES_HIGH_WATER_MARK - Static variable in class io.undertow.UndertowOptions
-
The maximum numbers of frames that can be queued before reads are suspended.
- QUEUED_FRAMES_LOW_WATER_MARK - Static variable in class io.undertow.UndertowOptions
-
The point at which reads will resume again after hitting the high water mark Defaults to 10
- queuedDataLength() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- queuedRequestFailed(HttpServerExchange) - Method in interface io.undertow.server.handlers.proxy.ProxyCallback
-
This is invoked when the target connection pool transitions to problem status.
- queueFrame(AbstractFramedStreamSinkConduit.FrameCallBack, ByteBuffer...) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
-
Queues a frame for sending.
- queueFrame(S) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Queues a new frame to be sent, and attempts a flush if this is the first frame in the new frame queue.
- 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
- RANGE_STRING - Static variable in class io.undertow.util.Headers
- 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
- RangeStreamSinkConduit - Class in io.undertow.conduits
- RangeStreamSinkConduit(StreamSinkConduit, long, long, long) - Constructor for class io.undertow.conduits.RangeStreamSinkConduit
- RANKED - io.undertow.server.handlers.proxy.RouteParsingStrategy
-
Enables ranked affinity support.
- rankedAffinityDelimiter() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- RateLimitingStreamSinkConduit - Class in io.undertow.conduits
-
Class that implements the token bucket algorithm.
- RateLimitingStreamSinkConduit(StreamSinkConduit, int, long, TimeUnit) - Constructor for class io.undertow.conduits.RateLimitingStreamSinkConduit
- read() - Method in class io.undertow.io.UndertowInputStream
- read() - Method in class io.undertow.util.FlexBase64.DecoderInputStream
- read() - Method in class io.undertow.util.FlexBase64.EncoderInputStream
- read(byte[]) - Method in class io.undertow.io.UndertowInputStream
- read(byte[], int, int) - Method in class io.undertow.io.UndertowInputStream
- read(byte[], int, int) - Method in class io.undertow.util.FlexBase64.DecoderInputStream
- read(byte[], int, int) - Method in class io.undertow.util.FlexBase64.EncoderInputStream
- read(StreamSourceFrameChannel, WebSocketCallback<BufferedBinaryMessage>) - Method in class io.undertow.websockets.core.BufferedBinaryMessage
- read(StreamSourceFrameChannel, WebSocketCallback<BufferedTextMessage>) - Method in class io.undertow.websockets.core.BufferedTextMessage
- read(ByteBuffer) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- read(ByteBuffer) - Method in class io.undertow.conduits.BrokenStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.BytesReceivedStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.ChunkedStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.DebuggingStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.FinishableStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.IdleTimeoutConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.ReadDataStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- read(ByteBuffer) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- read(ByteBuffer) - Method in class io.undertow.protocols.ssl.SslConduit
- read(ByteBuffer) - Method in class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- read(ByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- read(ByteBuffer) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- read(ByteBuffer) - Method in class io.undertow.websockets.core.function.ChannelFunctionReadableByteChannel
- read(ByteBuffer) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- read(ByteBuffer) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- read(ByteBuffer[]) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- read(ByteBuffer[]) - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- read(ByteBuffer[]) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- read(ByteBuffer[]) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- read(ByteBuffer[]) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- read(ByteBuffer[]) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- read(ByteBuffer[], int, int) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.BrokenStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.BytesReceivedStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.ChunkedStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.DebuggingStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.FinishableStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.IdleTimeoutConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.ReadDataStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- read(ByteBuffer[], int, int) - Method in class io.undertow.protocols.ssl.SslConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- read(ByteBuffer[], int, int) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- read(ByteBuffer[], int, int) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- read(ByteBuffer[], int, int) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- read(ByteBuffer[], int, int) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- read(ByteBuffer, long) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- 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.RemoteObfuscatedIPAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RemoteUserAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.RequestCookieAttribute
- 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.ResponseCookieAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ResponseHeaderAttribute
- readAttribute(HttpServerExchange) - Method in class io.undertow.attribute.ResponseReasonPhraseAttribute
- 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.StoredResponse
- 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
-
Deprecated.
- readBlocking(StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.BufferedBinaryMessage
- readBlocking(StreamSourceFrameChannel) - Method in class io.undertow.websockets.core.BufferedTextMessage
- readComplete - Variable in class io.undertow.server.protocol.ajp.AjpRequestParser.IntegerHolder
- ReadDataStreamSourceConduit - Class in io.undertow.conduits
- ReadDataStreamSourceConduit(StreamSourceConduit, AbstractServerConnection) - Constructor for class io.undertow.conduits.ReadDataStreamSourceConduit
- readFile(InputStream) - Static method in class io.undertow.util.FileUtils
-
Reads the
file
and converting it toString
using UTF-8 encoding. - readFile(InputStream, String) - Static method in class io.undertow.util.FileUtils
- readFile(InputStream, Charset) - Static method in class io.undertow.util.FileUtils
-
Reads the
file
and converting it toString
usingcharSet
encoding. - readFile(Class<?>, String) - Static method in class io.undertow.util.FileUtils
- readFile(URL) - Static method in class io.undertow.util.FileUtils
- readFooter(ByteBuffer) - Method in class io.undertow.conduits.GzipStreamSourceConduit
- readFooter(ByteBuffer) - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- readHeader(ByteBuffer) - Method in class io.undertow.conduits.GzipStreamSourceConduit
- readHeader(ByteBuffer) - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- 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
- readRequestData() - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- readRequestData() - Method in class io.undertow.websockets.spi.BlockingWebSocketHttpServerExchange
- readRequestData() - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Gets the body of the request.
- readResolve() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- readResolve() - Method in class io.undertow.UndertowMessages_$bundle
- readResolve() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- readSetter - Variable in class io.undertow.channels.DetachableStreamSourceChannel
- readTimedOut(long) - Method in class io.undertow.UndertowMessages_$bundle
- readTimedOut(long) - Method in interface io.undertow.UndertowMessages
- readTimedOut$str() - Method in class io.undertow.UndertowMessages_$bundle
- readTimeout(Duration) - Method in class io.undertow.server.handlers.BlockingReadTimeoutHandler.Builder
- ReadTimeoutStreamSourceConduit - Class in io.undertow.conduits
-
Wrapper for read timeout.
- ReadTimeoutStreamSourceConduit(StreamSourceConduit, StreamConnection, OpenListener) - Constructor for class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- REALM - io.undertow.security.impl.DigestAuthorizationToken
- REALM - io.undertow.security.impl.DigestWWWAuthenticateToken
- REALM - Static variable in interface io.undertow.security.api.AuthenticationMechanismFactory
- REALM - Static variable in class io.undertow.util.Headers
- reasonPhraseToLargeForBuffer(String) - Method in class io.undertow.UndertowMessages_$bundle
- reasonPhraseToLargeForBuffer(String) - Method in interface io.undertow.UndertowMessages
- reasonPhraseToLargeForBuffer$str() - Method in class io.undertow.UndertowMessages_$bundle
- recalculateHeldFrames() - Method in class io.undertow.protocols.ajp.AjpClientChannel
- recalculateHeldFrames() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- receive() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Receive method, returns null if no frame is ready.
- receivedAccumulator() - Method in class io.undertow.server.ConnectorStatisticsImpl
- receivedInvalidChunk(byte) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- receivedInvalidChunk(byte) - Method in interface io.undertow.client.UndertowClientMessages
- receivedInvalidChunk$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- receivedNodeLoad(String, String) - Method in class io.undertow.UndertowLogger_$logger
- receivedNodeLoad(String, String) - Method in interface io.undertow.UndertowLogger
- receivedNodeLoad$str() - Method in class io.undertow.UndertowLogger_$logger
- receiveFrame() - Method in class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
- receiveFrame() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Create a new
StreamSourceFrameChannel
which can be used to read the data of the received Frame - receiveFullBytes(Receiver.FullBytesCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receiveFullBytes(Receiver.FullBytesCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receiveFullBytes(Receiver.FullBytesCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback when the request body has been fully read.
- receiveFullBytes(Receiver.FullBytesCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receiveFullBytes(Receiver.FullBytesCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receiveFullBytes(Receiver.FullBytesCallback, Receiver.ErrorCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback when the request body has been fully read.
- receiveFullString(Receiver.FullStringCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receiveFullString(Receiver.FullStringCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receiveFullString(Receiver.FullStringCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback when the request body has been fully read.
- receiveFullString(Receiver.FullStringCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receiveFullString(Receiver.FullStringCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receiveFullString(Receiver.FullStringCallback, Receiver.ErrorCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback when the request body has been fully read.
- receiveFullString(Receiver.FullStringCallback, Receiver.ErrorCallback, Charset) - Method in class io.undertow.io.AsyncReceiverImpl
- receiveFullString(Receiver.FullStringCallback, Receiver.ErrorCallback, Charset) - Method in class io.undertow.io.BlockingReceiverImpl
- receiveFullString(Receiver.FullStringCallback, Receiver.ErrorCallback, Charset) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback when the request body has been fully read.
- receiveFullString(Receiver.FullStringCallback, Charset) - Method in class io.undertow.io.AsyncReceiverImpl
- receiveFullString(Receiver.FullStringCallback, Charset) - Method in class io.undertow.io.BlockingReceiverImpl
- receiveFullString(Receiver.FullStringCallback, Charset) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback when the request body has been fully read.
- receivePartialBytes(Receiver.PartialBytesCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receivePartialBytes(Receiver.PartialBytesCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receivePartialBytes(Receiver.PartialBytesCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback with request data.
- receivePartialBytes(Receiver.PartialBytesCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receivePartialBytes(Receiver.PartialBytesCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receivePartialBytes(Receiver.PartialBytesCallback, Receiver.ErrorCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback with request data.
- receivePartialString(Receiver.PartialStringCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receivePartialString(Receiver.PartialStringCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receivePartialString(Receiver.PartialStringCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback with request data.
- receivePartialString(Receiver.PartialStringCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.AsyncReceiverImpl
- receivePartialString(Receiver.PartialStringCallback, Receiver.ErrorCallback) - Method in class io.undertow.io.BlockingReceiverImpl
- receivePartialString(Receiver.PartialStringCallback, Receiver.ErrorCallback) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback with request data.
- receivePartialString(Receiver.PartialStringCallback, Receiver.ErrorCallback, Charset) - Method in class io.undertow.io.AsyncReceiverImpl
- receivePartialString(Receiver.PartialStringCallback, Receiver.ErrorCallback, Charset) - Method in class io.undertow.io.BlockingReceiverImpl
- receivePartialString(Receiver.PartialStringCallback, Receiver.ErrorCallback, Charset) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback with request data.
- receivePartialString(Receiver.PartialStringCallback, Charset) - Method in class io.undertow.io.AsyncReceiverImpl
- receivePartialString(Receiver.PartialStringCallback, Charset) - Method in class io.undertow.io.BlockingReceiverImpl
- receivePartialString(Receiver.PartialStringCallback, Charset) - Method in interface io.undertow.io.Receiver
-
Reads the request and invokes the callback with request data.
- Receiver - Interface in io.undertow.io
-
Interface that provides an easy way to read data from the request.
- Receiver.ErrorCallback - Interface in io.undertow.io
- Receiver.FullBytesCallback - Interface in io.undertow.io
- Receiver.FullStringCallback - Interface in io.undertow.io
- Receiver.PartialBytesCallback - Interface in io.undertow.io
- Receiver.PartialStringCallback - Interface in io.undertow.io
- Receiver.RequestToLargeException - Exception in io.undertow.io
- RECORD_REQUEST_START_TIME - Static variable in class io.undertow.UndertowOptions
-
If this is true then Undertow will record the request start time, to allow for request time to be logged This has a small but measurable performance impact default is false
- recursiveCallToFlushingSenders() - Method in class io.undertow.UndertowMessages_$bundle
- recursiveCallToFlushingSenders() - Method in interface io.undertow.UndertowMessages
- recursiveCallToFlushingSenders$str() - Method in class io.undertow.UndertowMessages_$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
- ReferenceCountedPooled - Class in io.undertow.util
-
A reference counted pooled implementation, that basically consists of a main buffer, that can be sliced off into smaller buffers, and the underlying buffer will not be freed until all the slices and the main buffer itself have also been freed.
- ReferenceCountedPooled(PooledByteBuffer, int) - Constructor for class io.undertow.util.ReferenceCountedPooled
- ReferenceCountedPooled(PooledByteBuffer, int, ReferenceCountedPooled.FreeNotifier) - Constructor for class io.undertow.util.ReferenceCountedPooled
- ReferenceCountedPooled.FreeNotifier - Interface in io.undertow.util
- REFERER - Static variable in class io.undertow.util.Headers
- REFERER_STRING - Static variable in class io.undertow.util.Headers
- REFERRER_POLICY - Static variable in class io.undertow.util.Headers
- REFERRER_POLICY_STRING - Static variable in class io.undertow.util.Headers
- REFRESH - Static variable in class io.undertow.util.Headers
- REFRESH_STRING - Static variable in class io.undertow.util.Headers
- 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.
- registerContext(String, String, Context) - Method in class io.undertow.server.handlers.proxy.mod_cluster.VirtualHost
- registerEngine(SSLEngine, Function<SSLEngine, SSLEngine>) - Method in interface io.undertow.protocols.alpn.ALPNEngineManager
- registerEngine(SSLEngine, Function<SSLEngine, SSLEngine>) - Method in class io.undertow.protocols.alpn.DefaultAlpnEngineManager
- registerEngine(SSLEngine, Function<SSLEngine, SSLEngine>) - Method in class io.undertow.protocols.ssl.SNIAlpnEngineManager
- registerEngineCallback(SSLEngine, Function<SSLEngine, SSLEngine>) - Method in class io.undertow.protocols.alpn.ALPNManager
- registeringContext(String, String) - Method in class io.undertow.UndertowLogger_$logger
- registeringContext(String, String) - Method in interface io.undertow.UndertowLogger
- registeringContext(String, String, List<String>) - Method in class io.undertow.UndertowLogger_$logger
- registeringContext(String, String, List<String>) - Method in interface io.undertow.UndertowLogger
- registeringContext2$str() - Method in class io.undertow.UndertowLogger_$logger
- registeringContext3$str() - Method in class io.undertow.UndertowLogger_$logger
- registeringNode(String, URI) - Method in class io.undertow.UndertowLogger_$logger
- registeringNode(String, URI) - Method in interface io.undertow.UndertowLogger
- registeringNode$str() - Method in class io.undertow.UndertowLogger_$logger
- registerNotificationReceiver(NotificationReceiver) - Method in interface io.undertow.security.api.SecurityContext
-
Register a
NotificationReceiver
interested in receiving notifications for security events that happen on this SecurityContext. - registerNotificationReceiver(NotificationReceiver) - Method in class io.undertow.security.impl.AbstractSecurityContext
- registerResourceChangeListener(ResourceChangeListener) - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- registerResourceChangeListener(ResourceChangeListener) - Method in class io.undertow.server.handlers.resource.ClassPathResourceManager
- registerResourceChangeListener(ResourceChangeListener) - Method in class io.undertow.server.handlers.resource.PathResourceManager
- registerResourceChangeListener(ResourceChangeListener) - Method in interface io.undertow.server.handlers.resource.ResourceManager
-
Registers a resource change listener, if the underlying resource manager support it
- 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
- registerStream(int, int, int, boolean) - Method in class io.undertow.protocols.http2.Http2PriorityTree
-
Resisters a stream, with its dependency and dependent information
- 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.protocol.http.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_ADDRESS - Static variable in class io.undertow.client.ProxiedRequestAttachments
- REMOTE_HOST - Static variable in class io.undertow.attribute.RemoteHostAttribute
- REMOTE_HOST - Static variable in class io.undertow.client.ProxiedRequestAttachments
- 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_OBFUSCATED_IP - Static variable in class io.undertow.attribute.RemoteObfuscatedIPAttribute
- REMOTE_OBFUSCATED_IP_SHORT - Static variable in class io.undertow.attribute.RemoteObfuscatedIPAttribute
- REMOTE_USER - Static variable in class io.undertow.attribute.RemoteUserAttribute
- REMOTE_USER - Static variable in class io.undertow.client.ProxiedRequestAttachments
- REMOTE_USER - Static variable in class io.undertow.server.HttpServerExchange
-
Attachment key that can be used to hold a remotely authenticated user
- REMOTE_USER - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- 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$str() - Method in class io.undertow.UndertowLogger_$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
- remoteObfuscatedIp() - Static method in class io.undertow.attribute.ExchangeAttributes
- RemoteObfuscatedIPAttribute - Class in io.undertow.attribute
-
The remote IP address
- RemoteObfuscatedIPAttribute.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.HeaderValues
- remove() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- remove(int) - Method in class io.undertow.util.AttachmentList
- remove(int) - Method in class io.undertow.util.HeaderValues
- 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(HttpString) - Method in class io.undertow.util.HeaderMap
- remove(HttpString, String) - Method in class io.undertow.server.RoutingHandler
-
Removes the specified route from the handler
- 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 occurrence of the specified element from this deque.
- remove(Object) - Method in class io.undertow.util.HeaderValues
- remove(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Removes the first element
e
such 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.HeaderMap
- remove(String) - Method in class io.undertow.util.PathTemplateMatcher
- remove(String) - Method in class io.undertow.util.SubstringMap
- remove(K) - Method in class io.undertow.server.handlers.cache.LRUCache
- removeAll(Collection<?>) - Method in class io.undertow.util.AttachmentList
- removeAll(Collection<?>) - Method in class io.undertow.util.FastConcurrentDirectDeque
- removeAttachment(AttachmentKey<T>) - Method in class io.undertow.protocols.http2.Http2Channel
- removeAttachment(AttachmentKey<T>) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- removeAttachment(AttachmentKey<T>) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- 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.
- removeContext(String, String, Context) - Method in class io.undertow.server.handlers.proxy.mod_cluster.VirtualHost
- removeContextInformation(String) - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- removeContextInformation(String) - Method in class io.undertow.server.ListenerRegistry.Listener
- REMOVED - io.undertow.server.handlers.resource.ResourceChangeEvent.Type
-
A file was removed from a directory.
- removeEldestEntry(Map.Entry<K, V>) - Method in class io.undertow.server.protocol.http.CacheMap
-
removeEldestEntry() should be overridden by the user, otherwise it will not remove the oldest object from the Map.
- removeEncoding(String) - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler
- removeEncoding(String) - Method in class io.undertow.server.handlers.resource.PreCompressedResourceSupplier
- removeEncodingHandler(String) - Method in class io.undertow.server.handlers.encoding.ContentEncodingRepository
- 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.HeaderValues
- removeFirst() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- removeFirstOccurrence(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Removes the first occurrence of the specified element from this deque.
- removeFirstOccurrence(Object) - Method in class io.undertow.util.HeaderValues
- removeFirstOccurrence(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Removes the first element
e
such thato.equals(e)
, if such an element exists in this deque. - removeHost(H) - Method in class io.undertow.server.handlers.proxy.HostTable
- removeHost(String) - Method in class io.undertow.server.handlers.NameVirtualHostHandler
- removeHost(URI) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- removeHttpUpgradeMetadata(ListenerRegistry.HttpUpgradeMetadata) - Method in class io.undertow.server.ListenerRegistry.Listener
- removeIf(Predicate<? super E>) - Method in class io.undertow.util.FastConcurrentDirectDeque
- removeInternal(Object) - Method in class io.undertow.util.CopyOnWriteMap
- removeLast() - Method in class io.undertow.util.FastConcurrentDirectDeque
- removeLast() - Method in class io.undertow.util.HeaderValues
- removeLast() - Method in class io.undertow.util.PortableConcurrentDirectDeque
- removeLastOccurrence(Object) - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Removes the last occurrence of the specified element from this deque.
- removeLastOccurrence(Object) - Method in class io.undertow.util.HeaderValues
- removeLastOccurrence(Object) - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Removes the last element
e
such 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
NotificationReceiver
from 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
- removeProtocol(String) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Remove a protocol from this handler.
- removeProtocol(String, HttpUpgradeListener) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Remove a protocol from this handler.
- removeProtocol(String, ChannelListener<? super StreamConnection>) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Remove a protocol from this handler.
- removeRequestHeader(HttpString) - Method in class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- removeResourceChangeListener(ResourceChangeListener) - Method in class io.undertow.server.handlers.resource.CachingResourceManager
- removeResourceChangeListener(ResourceChangeListener) - Method in class io.undertow.server.handlers.resource.ClassPathResourceManager
- removeResourceChangeListener(ResourceChangeListener) - Method in class io.undertow.server.handlers.resource.PathResourceManager
- removeResourceChangeListener(ResourceChangeListener) - Method in interface io.undertow.server.handlers.resource.ResourceManager
-
Removes a resource change listener
- removeRoute(H, String, String) - Method in class io.undertow.server.handlers.proxy.HostTable
- removeSessionCookieName(String) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- 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$str() - Method in class io.undertow.UndertowLogger_$logger
- renderDirectoryListing(HttpServerExchange, Resource) - Static method in class io.undertow.server.handlers.resource.DirectoryUtils
- renderDirectoryListing(HttpServerExchange, String, Resource) - Static method in class io.undertow.server.handlers.resource.DirectoryUtils
- renderDirectoryListing(String, Resource) - Static method in class io.undertow.server.handlers.resource.DirectoryUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.
- renegotiate(HttpServerExchange, SslClientAuthMode) - Method in class io.undertow.server.BasicSSLSessionInfo
- renegotiate(HttpServerExchange, SslClientAuthMode) - Method in class io.undertow.server.ConnectionSSLSessionInfo
- renegotiate(HttpServerExchange, SslClientAuthMode) - Method in interface io.undertow.server.SSLSessionInfo
-
Renegotiate in a blocking manner.
- renegotiateBufferRequest(HttpServerExchange, SslClientAuthMode) - Method in class io.undertow.server.ConnectionSSLSessionInfo
- renegotiateNoRequest(HttpServerExchange, SslClientAuthMode) - Method in class io.undertow.server.ConnectionSSLSessionInfo
- renegotiationNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- renegotiationNotSupported() - Method in interface io.undertow.UndertowMessages
- renegotiationNotSupported$str() - Method in class io.undertow.UndertowMessages_$bundle
- RenegotiationRequiredException - Exception in io.undertow.server
-
Exception that is thrown that indicates that SSL renegotiation is required in order to get a client cert.
- RenegotiationRequiredException() - Constructor for exception io.undertow.server.RenegotiationRequiredException
- RenegotiationRequiredException(String) - Constructor for exception io.undertow.server.RenegotiationRequiredException
- RenegotiationRequiredException(String, Throwable) - Constructor for exception io.undertow.server.RenegotiationRequiredException
- RenegotiationRequiredException(String, Throwable, boolean, boolean) - Constructor for exception io.undertow.server.RenegotiationRequiredException
- RenegotiationRequiredException(Throwable) - Constructor for exception io.undertow.server.RenegotiationRequiredException
- rengotiationFailed() - Method in class io.undertow.UndertowMessages_$bundle
- rengotiationFailed() - Method in interface io.undertow.UndertowMessages
- rengotiationFailed$str() - Method in class io.undertow.UndertowMessages_$bundle
- rengotiationTimedOut() - Method in class io.undertow.UndertowMessages_$bundle
- rengotiationTimedOut() - Method in interface io.undertow.UndertowMessages
- rengotiationTimedOut$str() - Method in class io.undertow.UndertowMessages_$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
- REPORT_STRING - Static variable in class io.undertow.util.Methods
- REQ_ATTRIBUTE - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- 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_ENTITY_TOO_LARGE - Static variable in class io.undertow.util.StatusCodes
- REQUEST_ENTITY_TOO_LARGE_STRING - Static variable in class io.undertow.util.StatusCodes
- REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.undertow.util.StatusCodes
- REQUEST_HEADER_FIELDS_TOO_LARGE_STRING - Static variable in class io.undertow.util.StatusCodes
- REQUEST_IO_LOGGER - Static variable in interface io.undertow.UndertowLogger
-
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.websockets.core.WebSocketLogger
- REQUEST_METHOD - Static variable in class io.undertow.attribute.RequestMethodAttribute
- REQUEST_METHOD_SHORT - Static variable in class io.undertow.attribute.RequestMethodAttribute
- REQUEST_PARSE_TIMEOUT - Static variable in class io.undertow.UndertowOptions
-
The maximum allowed time of reading HTTP request in milliseconds.
- 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_RANGE_NOT_SATISFIABLE - Static variable in class io.undertow.util.StatusCodes
- REQUEST_RANGE_NOT_SATISFIABLE_STRING - Static variable in class io.undertow.util.StatusCodes
- REQUEST_SCHEME - Static variable in class io.undertow.attribute.RequestSchemeAttribute
- REQUEST_TIME_OUT - Static variable in class io.undertow.util.StatusCodes
- REQUEST_TIME_OUT_STRING - Static variable in class io.undertow.util.StatusCodes
- REQUEST_TRAILERS - Static variable in class io.undertow.server.protocol.http.HttpAttachments
-
Attachment key for request trailers when using chunked encoding.
- REQUEST_URI_TOO_LARGE - Static variable in class io.undertow.util.StatusCodes
- REQUEST_URI_TOO_LARGE_STRING - Static variable in class io.undertow.util.StatusCodes
- REQUEST_URL - Static variable in class io.undertow.attribute.RequestURLAttribute
- REQUEST_URL_SHORT - Static variable in class io.undertow.attribute.RequestURLAttribute
- requestAlreadyWritten() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- requestAlreadyWritten() - Method in interface io.undertow.client.UndertowClientMessages
- requestAlreadyWritten$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- requestBodyAlreadyRead() - Method in class io.undertow.UndertowMessages_$bundle
- requestBodyAlreadyRead() - Method in interface io.undertow.UndertowMessages
- requestBodyAlreadyRead$str() - Method in class io.undertow.UndertowMessages_$bundle
- RequestBufferingHandler - Class in io.undertow.server.handlers
-
Handler that will buffer all request data
- RequestBufferingHandler(HttpHandler, int) - Constructor for class io.undertow.server.handlers.RequestBufferingHandler
- RequestBufferingHandler.Builder - Class in io.undertow.server.handlers
- RequestBufferingHandler.Wrapper - Class in io.undertow.server.handlers
- requestChannel - Variable in class io.undertow.server.HttpServerExchange
-
The actual request channel.
- requestChannelAlreadyProvided() - Method in class io.undertow.UndertowMessages_$bundle
- requestChannelAlreadyProvided() - Method in interface io.undertow.UndertowMessages
- requestChannelAlreadyProvided$str() - Method in class io.undertow.UndertowMessages_$bundle
- RequestCookieAttribute - Class in io.undertow.attribute
-
A request cookie
- RequestCookieAttribute(String) - Constructor for class io.undertow.attribute.RequestCookieAttribute
- RequestCookieAttribute.Builder - Class in io.undertow.attribute
- requestCookies() - Method in class io.undertow.server.HttpServerExchange
-
Returns unmodifiable enumeration of request cookies.
- 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
- RequestEncodingHandler - Class in io.undertow.server.handlers.encoding
-
Handler that serves as the basis for request content encoding.
- RequestEncodingHandler(HttpHandler) - Constructor for class io.undertow.server.handlers.encoding.RequestEncodingHandler
- RequestEncodingHandler.Builder - Class in io.undertow.server.handlers.encoding
- requestEntityWasTooLarge(long) - Method in class io.undertow.UndertowMessages_$bundle
- requestEntityWasTooLarge(long) - Method in interface io.undertow.UndertowMessages
- requestEntityWasTooLarge$str() - Method in class io.undertow.UndertowMessages_$bundle
- requestFinished(long, long, boolean) - Method in class io.undertow.server.ConnectorStatisticsImpl
- requestHeader(HttpString) - 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.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$str() - Method in class io.undertow.UndertowLogger_$logger
- requestLargerThan(long) - Static method in class io.undertow.predicate.Predicates
-
Predicate that returns true if the Content-Size of a request is larger than a given size.
- RequestLargerThanPredicate - Class in io.undertow.predicate
-
Predicate that returns true if the Content-Size of a request is larger than a given size.
- RequestLargerThanPredicate.Builder - Class in io.undertow.predicate
- 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
- 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 protocol
- RequestProtocolAttribute.Builder - Class in io.undertow.attribute
- RequestSchemeAttribute - Class in io.undertow.attribute
-
The request scheme
- RequestSchemeAttribute.Builder - Class in io.undertow.attribute
- requestSmallerThan(long) - Static method in class io.undertow.predicate.Predicates
-
Predicate that returns true if the Content-Size of a request is smaller than a given size.
- RequestSmallerThanPredicate - Class in io.undertow.predicate
-
Predicate that returns true if the Content-Size of a request is smaller than a given size.
- RequestSmallerThanPredicate.Builder - Class in io.undertow.predicate
- requestStarted() - Method in class io.undertow.server.protocol.ParseTimeoutUpdater
-
Cancels timeout countdown.
- RequestStatistics - Class in io.undertow.server
- RequestStatistics(HttpServerExchange) - Constructor for class io.undertow.server.RequestStatistics
- RequestToLargeException() - Constructor for exception io.undertow.io.Receiver.RequestToLargeException
- RequestTooBigException - Exception in io.undertow.server
- RequestTooBigException() - Constructor for exception io.undertow.server.RequestTooBigException
- RequestTooBigException(String) - Constructor for exception io.undertow.server.RequestTooBigException
- RequestTooBigException(String, Throwable) - Constructor for exception io.undertow.server.RequestTooBigException
- RequestTooBigException(Throwable) - Constructor for exception io.undertow.server.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$str() - Method in class io.undertow.UndertowLogger_$logger
- REQUIRE_HOST_HTTP11 - Static variable in class io.undertow.UndertowOptions
-
If this is true then HTTP/1.1 requests will be failed if no host header is present.
- REQUIRED_CIPHER - Static variable in class io.undertow.server.protocol.http.AlpnOpenListener
-
HTTP/2 required cipher.
- 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
-
Deprecated.
- requiredParameters() - Method in class io.undertow.predicate.MethodPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.MinContentSizePredicate.Builder
-
Deprecated.
- 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.RequestLargerThanPredicate.Builder
- requiredParameters() - Method in class io.undertow.predicate.RequestSmallerThanPredicate.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.ActiveRequestTrackerHandler.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.encoding.EncodingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler.Builder
- requiredParameters() - Method in class io.undertow.server.handlers.error.FileErrorPageHandler.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.LearningPushHandler.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.proxy.ProxyHandlerBuilder
- 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.RequestBufferingHandler.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.SetErrorHandler.Builder
- 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.protocol.http.HttpContinue
-
Returns true if this exchange requires the server to send a 100 (Continue) response.
- requiresContinueResponse(HeaderMap) - Static method in class io.undertow.server.protocol.http.HttpContinue
- reservedOpCodeInControlFrame(int) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- reservedOpCodeInControlFrame(int) - Method in interface io.undertow.websockets.core.WebSocketMessages
- reservedOpCodeInControlFrame$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- reservedOpCodeInDataFrame(int) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- reservedOpCodeInDataFrame(int) - Method in interface io.undertow.websockets.core.WebSocketMessages
- reservedOpCodeInDataFrame$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- reset() - Method in interface io.undertow.client.ClientStatistics
- 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
- reset(long, boolean) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- RESET_CONTENT - Static variable in class io.undertow.util.StatusCodes
- RESET_CONTENT_STRING - Static variable in class io.undertow.util.StatusCodes
- resetBuffer() - Method in class io.undertow.io.UndertowOutputStream
-
If the response has not yet been written to the client this method will clear the streams buffer, invalidating any content that has already been written.
- resetChannel() - Method in class io.undertow.server.AbstractServerConnection
-
Resets the channel to its original state, effectively disabling all current conduit wrappers.
- resetChannel() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- resetRequestChannel(HttpServerExchange) - Static method in class io.undertow.server.Connectors
- resetStatistics() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Node
- 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
-
Deprecated.
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.MethodPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.MinContentSizePredicate
-
Deprecated.
- 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.RequestLargerThanPredicate
- resolve(HttpServerExchange) - Method in class io.undertow.predicate.RequestSmallerThanPredicate
- 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
- resolveContext(HttpServerExchange) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget.BasicTarget
- resolveContext(HttpServerExchange) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget.ExistingSessionTarget
- resolveContext(HttpServerExchange) - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget
-
Resolve the responsible context handling this request.
- 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.
- ResourceChangeListener - Interface in io.undertow.server.handlers.resource
-
Listener that is invoked when a resource changes.
- resourceChangeListenerNotSupported() - Method in class io.undertow.UndertowMessages_$bundle
- resourceChangeListenerNotSupported() - Method in interface io.undertow.UndertowMessages
- resourceChangeListenerNotSupported$str() - Method in class io.undertow.UndertowMessages_$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 - io.undertow.security.impl.DigestAuthorizationToken
- RESPONSE - Static variable in class io.undertow.conduits.StoredResponseStreamSinkConduit
- RESPONSE - Static variable in class io.undertow.util.Headers
- RESPONSE_AUTH - io.undertow.security.impl.AuthenticationInfoToken
- RESPONSE_AUTH - Static variable in class io.undertow.util.Headers
- RESPONSE_CODE - Static variable in class io.undertow.attribute.ResponseCodeAttribute
- RESPONSE_CODE_SHORT - Static variable in class io.undertow.attribute.ResponseCodeAttribute
- RESPONSE_REASON_PHRASE - Static variable in class io.undertow.attribute.ResponseReasonPhraseAttribute
- 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.server.protocol.http.HttpAttachments
-
Attachment key for a supplier response trailers.
- RESPONSE_TRAILERS - Static variable in class io.undertow.server.protocol.http.HttpAttachments
-
Attachment key for response trailers.
- responseAlreadyStarted() - Method in class io.undertow.UndertowMessages_$bundle
- responseAlreadyStarted() - Method in interface io.undertow.UndertowMessages
- responseAlreadyStarted$str() - Method in class io.undertow.UndertowMessages_$bundle
- ResponseCache - Class in io.undertow.server.handlers.cache
-
Facade for an underlying buffer cache that contains response information.
- ResponseCache(DirectBufferCache, HttpServerExchange) - Constructor for class io.undertow.server.handlers.cache.ResponseCache
- ResponseCachingSender - Class in io.undertow.server.handlers.cache
- ResponseCachingSender(Sender, DirectBufferCache.CacheEntry, long) - Constructor for class io.undertow.server.handlers.cache.ResponseCachingSender
- ResponseCachingStreamSinkConduit - Class in io.undertow.server.handlers.cache
- ResponseCachingStreamSinkConduit(StreamSinkConduit, DirectBufferCache.CacheEntry, long) - Constructor for class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
-
Construct a new instance.
- responseChannelAlreadyProvided() - Method in class io.undertow.UndertowMessages_$bundle
- responseChannelAlreadyProvided() - Method in interface io.undertow.UndertowMessages
- responseChannelAlreadyProvided$str() - Method in class io.undertow.UndertowMessages_$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$str() - Method in class io.undertow.UndertowMessages_$bundle
- ResponseCookieAttribute - Class in io.undertow.attribute
-
A response cookie
- ResponseCookieAttribute(String) - Constructor for class io.undertow.attribute.ResponseCookieAttribute
- ResponseCookieAttribute.Builder - Class in io.undertow.attribute
- responseCookies() - Method in class io.undertow.server.HttpServerExchange
-
Returns unmodifiable enumeration of response cookies.
- responseDone() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- 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
- 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
- responseReasonPhrase() - Static method in class io.undertow.attribute.ExchangeAttributes
- ResponseReasonPhraseAttribute - Class in io.undertow.attribute
-
The request status code
- ResponseReasonPhraseAttribute.Builder - Class in io.undertow.attribute
- ResponseTimeAttribute - Class in io.undertow.attribute
-
The response time This will only work if
UndertowOptions.RECORD_REQUEST_START_TIME
has 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- responseWasNotTerminated(ServerConnection, HttpServerExchange) - Method in class io.undertow.UndertowLogger_$logger
- responseWasNotTerminated(ServerConnection, HttpServerExchange) - Method in interface io.undertow.UndertowLogger
- responseWasNotTerminated$str() - Method in class io.undertow.UndertowLogger_$logger
- RESTART - Static variable in class io.undertow.predicate.PredicatesHandler
- RestartHandlerBuilder() - Constructor for class io.undertow.predicate.PredicatesHandler.RestartHandlerBuilder
- restoreChannel(AbstractServerConnection.ConduitState) - Method in class io.undertow.server.AbstractServerConnection
-
Restores the channel conduits to a previous state.
- restoreChannel(AbstractServerConnection.ConduitState) - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- restoreOriginalSessionTimeout(HttpServerExchange) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- restoreOriginalSessionTimeout(Session) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- resume() - Method in class io.undertow.io.AsyncReceiverImpl
- resume() - Method in class io.undertow.io.BlockingReceiverImpl
- resume() - Method in interface io.undertow.io.Receiver
-
Resumes paused callbacks.
- resume() - Method in class io.undertow.Undertow.ListenerInfo
- 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$str() - Method in class io.undertow.UndertowLogger_$logger
- resumedAndDispatched$str() - Method in class io.undertow.UndertowMessages_$bundle
- resumeReads() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- resumeReads() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- resumeReads() - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- resumeReads() - Method in class io.undertow.conduits.IdleTimeoutConduit
- resumeReads() - Method in class io.undertow.conduits.ReadDataStreamSourceConduit
- resumeReads() - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- resumeReads() - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- resumeReads() - Method in class io.undertow.protocols.ssl.SslConduit
- resumeReads() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- resumeReads() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- resumeReceives() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Resume the receive of new frames via
AbstractFramedChannel.receive()
- resumeWrites() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- resumeWrites() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- resumeWrites() - Method in class io.undertow.conduits.HeadStreamSinkConduit
- resumeWrites() - Method in class io.undertow.conduits.IdleTimeoutConduit
- resumeWrites() - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- resumeWrites() - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- resumeWrites() - Method in class io.undertow.protocols.ssl.SslConduit
- resumeWrites() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- resumeWritesInternal(boolean) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- retainAll(Collection<?>) - Method in class io.undertow.util.AttachmentList
- retainAll(Collection<?>) - Method in class io.undertow.util.FastConcurrentDirectDeque
- RETRY_AFTER - Static variable in class io.undertow.util.Headers
- RETRY_AFTER_STRING - Static variable in class io.undertow.util.Headers
- REVERSE - io.undertow.server.handlers.LocalNameResolvingHandler.ResolveType
- REVERSE - io.undertow.server.handlers.PeerNameResolvingHandler.ResolveType
- reversed() - Method in class io.undertow.util.HeaderValues
- 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.websockets.core.WebSocketLogger
- rootHandler - Variable in class io.undertow.server.AbstractServerConnection
- rotate() - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver
-
forces a log rotation.
- ROUTE - Static variable in class io.undertow.client.ProxiedRequestAttachments
- ROUTE - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- RouteIteratorFactory - Class in io.undertow.server.handlers.proxy
-
Factory for route/affinity iterator parser.
- RouteIteratorFactory(RouteParsingStrategy, RouteIteratorFactory.ParsingCompatibility) - Constructor for class io.undertow.server.handlers.proxy.RouteIteratorFactory
- RouteIteratorFactory(RouteParsingStrategy, RouteIteratorFactory.ParsingCompatibility, String) - Constructor for class io.undertow.server.handlers.proxy.RouteIteratorFactory
- RouteIteratorFactory.ParsingCompatibility - Enum in io.undertow.server.handlers.proxy
- routeParsingStrategy() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
- RouteParsingStrategy - Enum in io.undertow.server.handlers.proxy
-
Enumeration of supported route parsing strategies.
- 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
- RST_FRAMES_TIME_WINDOW - Static variable in class io.undertow.UndertowOptions
-
Window of time per which the number of HTTP2 RST received frames is measured, in milliseconds.
- RSV1 - Static variable in interface io.undertow.websockets.extensions.ExtensionFunction
-
Bitmask for RSV1 bit used in extensions.
- RSV2 - Static variable in interface io.undertow.websockets.extensions.ExtensionFunction
-
Bitmask for RSV2 bit used in extensions.
- RSV3 - Static variable in interface io.undertow.websockets.extensions.ExtensionFunction
-
Bitmask for RSV3 bit used in extensions.
- run() - Method in class io.undertow.io.AsyncSenderImpl.TransferTask
- 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
- run() - Method in class io.undertow.server.protocol.ParseTimeoutUpdater
- run(boolean) - Method in class io.undertow.io.AsyncSenderImpl.TransferTask
- runAlpn(SslConnection, ChannelListener<SslConnection>, ClientCallback<ClientConnection>, ALPNClientSelector.ALPNProtocol...) - Static method in class io.undertow.client.ALPNClientSelector
- 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, ByteBuffer, SecurityContext) - Method in class io.undertow.security.impl.GSSAPIAuthenticationMechanism
S
- safeToSend() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- 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
- SCHEME - Static variable in class io.undertow.protocols.http2.Http2Channel
- SEARCH - Static variable in class io.undertow.util.Methods
- SEARCH_STRING - Static variable in class io.undertow.util.Methods
- SEC_WEB_SOCKET_ACCEPT - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_ACCEPT_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_EXTENSIONS - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_EXTENSIONS_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_KEY - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_KEY_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_KEY1 - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_KEY1_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_KEY2 - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_KEY2_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_LOCATION - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_LOCATION_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_ORIGIN - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_ORIGIN_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_PROTOCOL - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_PROTOCOL_STRING - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_VERSION - Static variable in class io.undertow.util.Headers
- SEC_WEB_SOCKET_VERSION_STRING - Static variable in class io.undertow.util.Headers
- SECRET - Static variable in class io.undertow.client.ProxiedRequestAttachments
- SECRET - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- 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
SessionIdGenerator
that 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
- SecurityContext - Interface in io.undertow.security.api
-
The security context.
- SecurityContextFactory - Interface in io.undertow.security.api
-
Deprecated, for removal: This API element is subject to removal in a future version.Instead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.
- SecurityContextFactoryImpl - Class in io.undertow.security.impl
-
Default
SecurityContextFactory
implementation. - 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
- SEE_OTHER - Static variable in class io.undertow.util.StatusCodes
- SEE_OTHER_STRING - Static variable in class io.undertow.util.StatusCodes
- selectedExtension(List<WebSocketExtension>) - Method in class io.undertow.websockets.core.protocol.Handshake
- selectExtensions(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.Handshake
- selectHost(LoadBalancingProxyClient.Host[]) - Method in interface io.undertow.server.handlers.proxy.LoadBalancingProxyClient.HostSelector
- selectHost(HttpServerExchange) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- selectSubprotocol(WebSocketHttpExchange) - Method in class io.undertow.websockets.core.protocol.Handshake
-
Selects the first matching supported sub protocol and add it the the headers of the exchange.
- send() - Method in interface io.undertow.server.protocol.http.HttpContinue.ContinueResponseSender
-
Continue sending the response.
- send(PooledByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
-
Send a buffer to this channel.
- send(WebSocketFrameType) - Method in class io.undertow.websockets.core.WebSocketChannel
-
Returns a new
StreamSinkFrameChannel
for sending the givenWebSocketFrameType
with the given payload. - send(String) - Method in class io.undertow.io.AsyncSenderImpl
- send(String) - Method in class io.undertow.io.BlockingSenderImpl
- send(String) - Method in interface io.undertow.io.Sender
-
Write the given String using async IO, and ends the exchange when done
- send(String) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- send(String) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
Sends an event to the remote client
- send(String, IoCallback) - Method in class io.undertow.io.AsyncSenderImpl
- send(String, IoCallback) - Method in class io.undertow.io.BlockingSenderImpl
- send(String, IoCallback) - Method in interface io.undertow.io.Sender
-
Write the given String using async IO, and calls the given callback on completion or error.
- send(String, IoCallback) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- send(String, ServerSentEventConnection.EventCallback) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
Sends an event to the remote client
- send(String, String, String, ServerSentEventConnection.EventCallback) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
Sends an event to the remote client
- send(String, Charset) - Method in class io.undertow.io.AsyncSenderImpl
- send(String, Charset) - Method in class io.undertow.io.BlockingSenderImpl
- send(String, Charset) - Method in interface io.undertow.io.Sender
-
Write the given String using async IO, and ends the exchange when done
- send(String, Charset) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- send(String, Charset, IoCallback) - Method in class io.undertow.io.AsyncSenderImpl
- send(String, Charset, IoCallback) - Method in class io.undertow.io.BlockingSenderImpl
- send(String, Charset, IoCallback) - Method in interface io.undertow.io.Sender
-
Write the given String using async IO, and calls the given callback on completion or error.
- send(String, Charset, IoCallback) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- send(ByteBuffer) - Method in class io.undertow.io.AsyncSenderImpl
- send(ByteBuffer) - Method in class io.undertow.io.BlockingSenderImpl
- send(ByteBuffer) - Method in interface io.undertow.io.Sender
-
Write the given buffer using async IO, and ends the exchange when done
- send(ByteBuffer) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- send(ByteBuffer[]) - Method in class io.undertow.io.AsyncSenderImpl
- send(ByteBuffer[]) - Method in class io.undertow.io.BlockingSenderImpl
- send(ByteBuffer[]) - Method in interface io.undertow.io.Sender
-
Write the given buffers using async IO, and ends the exchange when done
- send(ByteBuffer[]) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- send(ByteBuffer[], IoCallback) - Method in class io.undertow.io.AsyncSenderImpl
- send(ByteBuffer[], IoCallback) - Method in class io.undertow.io.BlockingSenderImpl
- send(ByteBuffer[], IoCallback) - Method in interface io.undertow.io.Sender
-
Write the given buffers using async IO, and calls the given callback on completion or error.
- send(ByteBuffer[], IoCallback) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- send(ByteBuffer, IoCallback) - Method in class io.undertow.io.AsyncSenderImpl
- send(ByteBuffer, IoCallback) - Method in class io.undertow.io.BlockingSenderImpl
- send(ByteBuffer, IoCallback) - Method in interface io.undertow.io.Sender
-
Write the given buffer using async IO, and calls the given callback on completion or error.
- send(ByteBuffer, IoCallback) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- sendAuthenticationInfoHeader(HttpServerExchange) - Method in class io.undertow.security.impl.DigestAuthenticationMechanism
- sendBinary(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendBinary(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendBinary(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendBinary(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendBinary(ByteBuffer[], WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinary(ByteBuffer[], WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinary(ByteBuffer[], WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinary(ByteBuffer[], WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinary(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinary(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinary(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinary(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message, invoking the callback when complete
- sendBinaryBlocking(PooledByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message using blocking IO Automatically frees the pooled byte buffer when done.
- sendBinaryBlocking(ByteBuffer[], WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message using blocking IO
- sendBinaryBlocking(ByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete binary message using blocking IO
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- sendClose() - Method in class io.undertow.websockets.core.WebSocketChannel
-
Send a Close frame without a payload
- sendClose(int, String, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendClose(int, String, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendClose(CloseMessage, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendClose(CloseMessage, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendClose(ByteBuffer[], WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendClose(ByteBuffer[], WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendClose(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendClose(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendCloseBlocking(int, String, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendCloseBlocking(CloseMessage, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendCloseBlocking(ByteBuffer[], WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendCloseBlocking(ByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete close message, invoking the callback when complete
- sendContinueResponse(HttpServerExchange, IoCallback) - Static method in class io.undertow.server.protocol.http.HttpContinue
-
Sends a continuation using async IO, and calls back when it is complete.
- sendContinueResponseBlocking(HttpServerExchange) - Static method in class io.undertow.server.protocol.http.HttpContinue
-
Sends a continue response using blocking IO
- sendData(ByteBuffer) - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- sendData(ByteBuffer) - Method in class io.undertow.websockets.spi.BlockingWebSocketHttpServerExchange
- sendData(ByteBuffer) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Send some data
- Sender - Interface in io.undertow.io
-
Sender interface that allows for callback based async IO.
- SendFrameHeader - Class in io.undertow.server.protocol.framed
- SendFrameHeader(int, PooledByteBuffer) - Constructor for class io.undertow.server.protocol.framed.SendFrameHeader
- SendFrameHeader(int, PooledByteBuffer, boolean) - Constructor for class io.undertow.server.protocol.framed.SendFrameHeader
- SendFrameHeader(int, PooledByteBuffer, boolean, ByteBuffer) - Constructor for class io.undertow.server.protocol.framed.SendFrameHeader
- SendFrameHeader(PooledByteBuffer) - Constructor for class io.undertow.server.protocol.framed.SendFrameHeader
- sendGoAway(int) - Method in class io.undertow.protocols.http2.Http2Channel
- sendGoAway(int, ChannelExceptionHandler<AbstractHttp2StreamSinkChannel>) - Method in class io.undertow.protocols.http2.Http2Channel
- sendInternal(PooledByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- sendOutOfBandResponse(HttpServerExchange) - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- sendOutOfBandResponse(HttpServerExchange) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- sendOutOfBandResponse(HttpServerExchange) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- sendOutOfBandResponse(HttpServerExchange) - Method in class io.undertow.server.ServerConnection
-
Sends an out of band response, such as a HTTP 100-continue response.
- sendPing(byte[]) - Method in class io.undertow.protocols.http2.Http2Channel
- sendPing(byte[], ChannelExceptionHandler<AbstractHttp2StreamSinkChannel>) - Method in class io.undertow.protocols.http2.Http2Channel
- sendPing(ClientConnection.PingListener, long, TimeUnit) - Method in interface io.undertow.client.ClientConnection
- sendPing(ClientConnection.PingListener, long, TimeUnit) - Method in class io.undertow.client.http2.Http2ClientConnection
- sendPing(ClientConnection.PingListener, long, TimeUnit) - Method in class io.undertow.protocols.ajp.AjpClientChannel
- sendPing(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPing(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPing(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPing(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPing(ByteBuffer[], WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPing(ByteBuffer[], WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPing(ByteBuffer[], WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPing(ByteBuffer[], WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPing(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPing(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPing(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPing(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message, invoking the callback when complete
- sendPingBlocking(PooledByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message using blocking IO Automatically frees the pooled byte buffer when done.
- sendPingBlocking(ByteBuffer[], WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message using blocking IO
- sendPingBlocking(ByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete ping message using blocking IO
- sendPong(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPong(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPong(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPong(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendPong(ByteBuffer[], WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPong(ByteBuffer[], WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPong(ByteBuffer[], WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPong(ByteBuffer[], WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPong(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPong(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPong(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPong(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message, invoking the callback when complete
- sendPongBlocking(PooledByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message using blocking IO Automatically frees the pooled byte buffer when done.
- sendPongBlocking(ByteBuffer[], WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message using blocking IO
- sendPongBlocking(ByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete pong message using blocking IO
- sendPushPromise(int, HeaderMap, HeaderMap) - Method in class io.undertow.protocols.http2.Http2Channel
- sendRequest(ClientRequest, ClientCallback<ClientExchange>) - Method in interface io.undertow.client.ClientConnection
-
Sends a client request.
- sendRequest(ClientRequest, ClientCallback<ClientExchange>) - Method in class io.undertow.client.http2.Http2ClientConnection
- sendRequest(HttpString, String, HttpString, HeaderMap, Attachable, ChannelListener<AjpClientRequestClientStreamSinkChannel>) - Method in class io.undertow.protocols.ajp.AjpClientChannel
- sendRequestedBlobs(HttpServerExchange) - Static method in class io.undertow.server.handlers.resource.DirectoryUtils
-
Serve static resource for the directory listing
- sendRetry(long) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
Sends the 'retry' message to the client, instructing it how long to wait before attempting a reconnect.
- sendRetry(long, ServerSentEventConnection.EventCallback) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
Sends the 'retry' message to the client, instructing it how long to wait before attempting a reconnect.
- sendRstStream(int, int) - Method in class io.undertow.protocols.http2.Http2Channel
- sendText(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendText(PooledByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendText(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendText(PooledByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendText(String, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendText(String, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendText(String, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendText(String, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendText(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendText(ByteBuffer, WebSocketChannel, WebSocketCallback<Void>, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendText(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendText(ByteBuffer, WebSocketChannel, WebSocketCallback<T>, T, long) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendTextBlocking(PooledByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete Automatically frees the pooled byte buffer when done.
- sendTextBlocking(String, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendTextBlocking(ByteBuffer, WebSocketChannel) - Static method in class io.undertow.websockets.core.WebSockets
-
Sends a complete text message, invoking the callback when complete
- sendUpdateWindowSize(int, int) - Method in class io.undertow.protocols.http2.Http2Channel
- sentAccumulator() - Method in class io.undertow.server.ConnectorStatisticsImpl
- serve(Sender, HttpServerExchange, IoCallback) - Method in class io.undertow.server.handlers.resource.CachedResource
- serve(Sender, HttpServerExchange, IoCallback) - Method in class io.undertow.server.handlers.resource.PathResource
- serve(Sender, HttpServerExchange, IoCallback) - Method in interface io.undertow.server.handlers.resource.Resource
-
Serve the resource, and call the provided callback when complete.
- serve(Sender, HttpServerExchange, IoCallback) - Method in class io.undertow.server.handlers.resource.URLResource
- serveImpl(Sender, HttpServerExchange, long, long, boolean, IoCallback) - 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
- SERVER_NAME - Static variable in class io.undertow.client.ProxiedRequestAttachments
- SERVER_PORT - Static variable in class io.undertow.client.ProxiedRequestAttachments
- SERVER_STRING - Static variable in class io.undertow.util.Headers
- serveRange(Sender, HttpServerExchange, long, long, IoCallback) - Method in class io.undertow.server.handlers.resource.CachedResource
- serveRange(Sender, HttpServerExchange, long, long, IoCallback) - Method in class io.undertow.server.handlers.resource.PathResource
- serveRange(Sender, HttpServerExchange, long, long, IoCallback) - Method in interface io.undertow.server.handlers.resource.RangeAwareResource
-
Serve the resource, and call the provided callback when complete.
- serveRange(Sender, HttpServerExchange, long, long, IoCallback) - Method in class io.undertow.server.handlers.resource.URLResource
- ServerConnection - Class in io.undertow.server
-
A server connection.
- ServerConnection() - Constructor for class io.undertow.server.ServerConnection
- ServerConnection.CloseListener - Interface in io.undertow.server
- ServerFixedLengthStreamSinkConduit - Class in io.undertow.server.protocol.http
- ServerFixedLengthStreamSinkConduit(StreamSinkConduit, boolean, boolean) - Constructor for class io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit
-
Construct a new instance.
- serverNotStarted() - Method in class io.undertow.UndertowMessages_$bundle
- serverNotStarted() - Method in interface io.undertow.UndertowMessages
- serverNotStarted$str() - Method in class io.undertow.UndertowMessages_$bundle
- serverReceivedPushPromise() - Method in class io.undertow.UndertowMessages_$bundle
- serverReceivedPushPromise() - Method in interface io.undertow.UndertowMessages
- serverReceivedPushPromise$str() - Method in class io.undertow.UndertowMessages_$bundle
- ServerSentEventConnection - Class in io.undertow.server.handlers.sse
-
Represents the server side of a Server Sent Events connection.
- ServerSentEventConnection(HttpServerExchange, StreamSinkChannel) - Constructor for class io.undertow.server.handlers.sse.ServerSentEventConnection
- ServerSentEventConnection.EventCallback - Interface in io.undertow.server.handlers.sse
- ServerSentEventConnectionCallback - Interface in io.undertow.server.handlers.sse
-
Callback handler that is invoked when a client connects to a SSE endpoint
- ServerSentEventHandler - Class in io.undertow.server.handlers.sse
- ServerSentEventHandler() - Constructor for class io.undertow.server.handlers.sse.ServerSentEventHandler
- ServerSentEventHandler(ServerSentEventConnectionCallback) - Constructor for class io.undertow.server.handlers.sse.ServerSentEventHandler
- serverSentEvents() - Static method in class io.undertow.Handlers
-
A handler for server sent events
- serverSentEvents(ServerSentEventConnectionCallback) - Static method in class io.undertow.Handlers
-
A handler for server sent events
- SERVICE_UNAVAILABLE - Static variable in class io.undertow.util.StatusCodes
- SERVICE_UNAVAILABLE_STRING - Static variable in class io.undertow.util.StatusCodes
- SERVLET_ENGINE - Static variable in class io.undertow.util.Headers
- SERVLET_ENGINE_STRING - Static variable in class io.undertow.util.Headers
- SERVLET_PATH - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- servletPathMatchFailed() - Method in class io.undertow.UndertowMessages_$bundle
- servletPathMatchFailed() - Method in interface io.undertow.UndertowMessages
- servletPathMatchFailed$str() - Method in class io.undertow.UndertowMessages_$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
- sessionAlreadyInvalidated() - Method in class io.undertow.UndertowMessages_$bundle
- sessionAlreadyInvalidated() - Method in interface io.undertow.UndertowMessages
- sessionAlreadyInvalidated$str() - Method in class io.undertow.UndertowMessages_$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$str() - Method in class io.undertow.UndertowMessages_$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$str() - Method in class io.undertow.UndertowMessages_$bundle
- sessionManagerNotFound() - Method in class io.undertow.UndertowMessages_$bundle
- sessionManagerNotFound() - Method in interface io.undertow.UndertowMessages
- sessionManagerNotFound$str() - Method in class io.undertow.UndertowMessages_$bundle
- SessionManagerStatistics - Interface in io.undertow.server.session
-
Optional interface that can be implemented by
SessionManager
implementations that provides session manager statistics. - SessionNonceManager - Interface in io.undertow.security.api
-
An extension to the
NonceManager
interface 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.
- sessionWithIdAlreadyExists(String) - Method in class io.undertow.UndertowMessages_$bundle
- sessionWithIdAlreadyExists(String) - Method in interface io.undertow.UndertowMessages
- sessionWithIdAlreadyExists$str() - Method in class io.undertow.UndertowMessages_$bundle
- set(int, String) - Method in class io.undertow.util.HeaderValues
- set(int, T) - Method in class io.undertow.util.AttachmentList
- SET_COOKIE - Static variable in class io.undertow.util.Headers
- SET_COOKIE_STRING - Static variable in class io.undertow.util.Headers
- SET_COOKIE2 - Static variable in class io.undertow.util.Headers
- SET_COOKIE2_STRING - Static variable in class io.undertow.util.Headers
- setAdvertiseAddress(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setAdvertiseFrequency(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setAdvertiseGroup(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setAdvertisePort(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setAdvertiseTtl(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setAllowCmd(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.WebBuilder
- setAllowed(Predicate) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setAllowResourceChangeListeners(boolean) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setApplicationProtocols() - Method in class io.undertow.protocols.alpn.OpenSSLAlpnProvider.OpenSSLALPNMethods
- 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.
- setAttribute(String, Object) - Method in class io.undertow.websockets.core.WebSocketChannel
- 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
- setBalancer(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- 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
- setBindAddress(InetSocketAddress) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setBufferSize(int) - Method in class io.undertow.Undertow.Builder
- setBuffersPerRegion(int) - Method in class io.undertow.Undertow.Builder
-
Deprecated.
- setByteBufferPool(ByteBufferPool) - Method in class io.undertow.Undertow.Builder
- setBytesField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setCachable(Predicate) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setCacheConnections(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setCacheConnections(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setCacheTime(Integer) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- 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.util.MultipartParser.ParseState
- setCheckNonce(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.WebBuilder
- setClientExtensions(Set<ExtensionHandshake>) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setClientNegotiation(WebSocketClientNegotiation) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setClientOptions(OptionMap) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setCloseCode(int) - Method in class io.undertow.websockets.core.WebSocketChannel
- setCloseReason(String) - Method in class io.undertow.websockets.core.WebSocketChannel
- 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
- setCompletionListener(ChannelListener<Http2DataStreamSinkChannel>) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- setCompletionListener(ChannelListener<Http2StreamSourceChannel>) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- setConnectionsPerThread(int) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- setConnectListener(HttpUpgradeListener) - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- setConnectListener(HttpUpgradeListener) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- setConnectListener(HttpUpgradeListener) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- setConnectListener(HttpUpgradeListener) - Method in class io.undertow.server.ServerConnection
- setContentEncodedResourceManager(ContentEncodedResourceManager) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setContextInformation(String, Object) - Method in class io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
- setContextInformation(String, Object) - Method in class io.undertow.server.ListenerRegistry.Listener
- setContinueHandler(ContinueNotification) - Method in interface io.undertow.client.ClientExchange
- setContinueHandler(ContinueNotification) - Method in class io.undertow.client.http2.Http2ClientExchange
- 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
- setDefaultContext(SSLContext) - Method in class io.undertow.protocols.ssl.SNIContextMatcher.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.
- setDeterministicFailover(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- 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.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setDomain(String) - Method in class io.undertow.server.session.SessionCookieConfig
- setEnabledCipherSuites(String[]) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- setEnabledProtocols(String[]) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- setEnableSessionCreation(boolean) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- setErrorHandler(int, HttpHandler) - Static method in class io.undertow.Handlers
-
A handler that sets response code but continues the exchange so the servlet's error page can be returned.
- SetErrorHandler - Class in io.undertow.server.handlers
-
A handler that sets response code but continues the exchange so the servlet's error page can be returned.
- SetErrorHandler(HttpHandler, int) - Constructor for class io.undertow.server.handlers.SetErrorHandler
-
Construct a new instance.
- SetErrorHandler.Builder - Class in io.undertow.server.handlers
- setETagFunction(PathResourceManager.ETagFunction) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setExchangeRequestPath(HttpServerExchange, String, StringBuilder) - Static method in class io.undertow.server.Connectors
-
Sets the request path and query parameters, decoding to the requested charset.
- setExchangeRequestPath(HttpServerExchange, String, String, boolean, boolean, boolean, StringBuilder, int) - Static method in class io.undertow.server.Connectors
-
Sets the request path and query parameters, decoding to the requested charset.
- 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
- setExtraBytes(PooledByteBuffer) - Method in class io.undertow.server.AbstractServerConnection
- 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
- setFieldSizeThreshold(long) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setFile(Path) - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- setFileSizeThreshold(long) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setFinishListener(ChannelListener<AjpClientResponseStreamSourceChannel>) - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- setFlushPackets(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setFlushPackets(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig
- setFlushwait(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- 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
- setHeaderEmitter(HpackDecoder.HeaderEmitter) - Method in class io.undertow.protocols.http2.HpackDecoder
- 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
- setHealthChecker(NodeHealthChecker) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setHealthCheckInterval(long) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setHost(LoadBalancingProxyClient.Host) - Method in interface io.undertow.server.handlers.proxy.ProxyClient.HostProxyTarget
- setHost(String) - Method in class io.undertow.Undertow.ListenerBuilder
- setHostname(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- 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
- setIdempotentRequestPredicate(Predicate) - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- setIdleTimeout(long) - Method in class io.undertow.conduits.IdleTimeoutConduit
- setIdleTimeout(long) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- setIgnoreForceClose(boolean) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- 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
- setJvmRoute(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setKeepAliveTime(long) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
Sets the keep alive time in milliseconds.
- setKeyManagers(KeyManager[]) - 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
- setManagementHost(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.Builder
- setManagementPort(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.Builder
- setMaskingKey(int) - Method in class io.undertow.websockets.core.protocol.version07.Masker
- 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
- setMaxattempts(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setMaxBufferSize(int) - Method in class io.undertow.io.AsyncReceiverImpl
- setMaxBufferSize(int) - Method in class io.undertow.io.BlockingReceiverImpl
- setMaxBufferSize(int) - Method in interface io.undertow.io.Receiver
-
Sets the maximum amount of data that will be buffered in memory.
- setMaxConnectionRetries(int) - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- setMaxConnectionRetries(int) - Method in class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- setMaxConnections(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setMaxConnections(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- 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
- setMaxQueueSize(int) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- setMaxRequestTime(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setMaxRequestTime(int) - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- setMaxRetries(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
-
Maximum number of failover attempts to send the request to the backend server.
- setMaxRetries(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setMaxStreamSize(long) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- setMaxTableSize(int) - Method in class io.undertow.protocols.http2.HpackEncoder
- setMethod(HttpString) - Method in class io.undertow.client.ClientRequest
- setMethodField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setMimeMappings(MimeMappings) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setName(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- setNeedClientAuth(boolean) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- 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.cache.CacheHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.CanonicalPathHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.encoding.EncodingHandler
- setNext(HttpHandler) - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- 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.handlers.proxy.ProxyHandler.Builder
- setNext(HttpHandler) - Method in class io.undertow.server.session.SessionAttachmentHandler
- setNoEncodingHandler(HttpHandler) - Method in class io.undertow.server.handlers.encoding.EncodingHandler
- setNonUpgradeHandler(HttpHandler) - Method in class io.undertow.server.handlers.ChannelUpgradeHandler
-
Set the non-upgrade delegate handler.
- setOption(Option<T>, T) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- setOption(Option<T>, T) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- setOption(Option<T>, T) - Method in interface io.undertow.client.ClientConnection
- setOption(Option<T>, T) - Method in class io.undertow.client.http2.Http2ClientConnection
- setOption(Option<T>, T) - Method in class io.undertow.server.AbstractServerConnection
- setOption(Option<T>, T) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- setOption(Option<T>, T) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- setOption(Option<T>, T) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- setOption(Option<T>, T) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- setOption(Option<T>, T) - Method in class io.undertow.server.ServerConnection
- setOption(Option<T>, T) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- setOptionMap(OptionMap) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setOriginFailedHandler(HttpHandler) - Method in class io.undertow.server.handlers.OriginHandler
- setOutputDirectory(Path) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setOverrideSocketOptions(OptionMap) - Method in class io.undertow.Undertow.ListenerBuilder
- setParameter(String, String) - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
- setParsers(List<FormParserFactory.ParserDefinition>) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- setPath(String) - Method in class io.undertow.client.ClientRequest
- 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.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setPath(String) - Method in class io.undertow.server.session.SessionCookieConfig
- setPersistent(boolean) - Method in class io.undertow.server.HttpServerExchange
- setPing(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setPipelineBuffer(PipeliningBufferingStreamSinkConduit) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- setPort(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setPort(int) - Method in class io.undertow.Undertow.ListenerBuilder
- setPredicate(Predicate) - Method in class io.undertow.server.handlers.PredicateHandler
- setPrefix(String) - Method in class io.undertow.predicate.PathPrefixPredicate.PathPrefixMatchRecord
- setProblemServerRetry(int) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- 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.
- setProtocol(HttpString) - Method in class io.undertow.client.ClientRequest
- setProtocol(HttpString) - Method in class io.undertow.server.HttpServerExchange
-
Sets the http protocol
- setProtocol(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setProtocols(SSLEngine, String[]) - Method in interface io.undertow.protocols.alpn.ALPNProvider
-
Sets the SSL protocols, and potentially wraps the SSLEngine
- setProtocols(SSLEngine, String[]) - Method in class io.undertow.protocols.alpn.ModularJdkAlpnProvider
- setProtocols(SSLEngine, String[]) - Method in class io.undertow.protocols.alpn.OpenSSLAlpnProvider
- setProxyClient(ProxyClient) - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- setProxySsl(XnioSsl) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setProxyUri(URI) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setPushHandler(PushCallback) - Method in interface io.undertow.client.ClientExchange
- setPushHandler(PushCallback) - Method in class io.undertow.client.http2.Http2ClientExchange
- setQueryField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setQueryString(String) - Method in class io.undertow.server.HttpServerExchange
-
Set query string.
- setQueueNewRequests(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setQueueNewRequests(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setRankedAffinityDelimiter(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
-
Configures ranked affinity delimiter used for splitting multiple encoded routes when
RouteParsingStrategy.RANKED
is specified. - setRankedRoutingDelimiter(String) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
-
Configures ranked route delimiter, enabling ranked routing parsing strategy.
- setReadReadyHandler(ReadReadyHandler) - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- setReadReadyHandler(ReadReadyHandler) - Method in class io.undertow.conduits.IdleTimeoutConduit
- setReadReadyHandler(ReadReadyHandler) - Method in class io.undertow.protocols.ssl.SslConduit
- setReasonPhrase(String) - Method in class io.undertow.server.HttpServerExchange
-
Sets the HTTP reason phrase.
- setReduceDisplay(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.WebBuilder
- setRefererField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setRelativePath(String) - Method in class io.undertow.server.HttpServerExchange
-
Set the request relative path.
- setRemaining(String) - Method in class io.undertow.predicate.PathPrefixPredicate.PathPrefixMatchRecord
- setRemoteHostField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setRemoveBrokenNodes(long) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setRequestCookie(Cookie) - Method in class io.undertow.server.HttpServerExchange
-
Sets a request cookie
- setRequestMethod(HttpString) - Method in class io.undertow.server.HttpServerExchange
-
Set the HTTP request method.
- setRequestPath(String) - Method in class io.undertow.server.HttpServerExchange
-
Set the request URI path.
- setRequestQueueSize(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setRequestQueueSize(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- 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
- setRequireExplicitFlush(boolean) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- 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
- setResponseCode(int) - Method in class io.undertow.server.HttpServerExchange
-
Deprecated.
- setResponseCodes(Integer...) - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- setResponseCodes(Integer...) - Method in class io.undertow.server.handlers.error.SimpleErrorPageHandler
- setResponseCodes(Set<Integer>) - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- 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.websockets.spi.AsyncWebSocketHttpServerExchange
- setResponseHeader(String, String) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Set a response header
- setResponseHeaders(Map<String, List<String>>) - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- setResponseHeaders(Map<String, List<String>>) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Sets the response headers
- setResponseListener(ClientCallback<ClientExchange>) - Method in interface io.undertow.client.ClientExchange
- setResponseListener(ClientCallback<ClientExchange>) - Method in class io.undertow.client.http2.Http2ClientExchange
- setReuseXForwarded(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setReuseXForwarded(boolean) - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- setReuseXForwarded(boolean) - Method in class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- setRewriteHostHeader(boolean) - Method in class io.undertow.server.handlers.proxy.ProxyHandler.Builder
- setRewriteHostHeader(boolean) - Method in class io.undertow.server.handlers.proxy.ProxyHandler
-
Deprecated.
- 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.server.protocol.ajp.AjpOpenListener
- setRootHandler(HttpHandler) - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- setRootHandler(HttpHandler) - Method in class io.undertow.server.protocol.http.HttpOpenListener
- setRootHandler(HttpHandler) - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- setRootHandler(HttpHandler) - Method in class io.undertow.Undertow.ListenerBuilder
- setRotate(boolean) - Method in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver.Builder
- setRouteParsingStrategy(RouteParsingStrategy) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- setRouteParsingStrategy(RouteParsingStrategy) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
-
Configures route parsing strategy to support none, single or ranked affinity.
- setRsv(int) - Method in class io.undertow.websockets.core.StreamSinkFrameChannel
-
Set the RSV which is used for extensions.
- 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
- setScheme(String) - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- 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
- setSecurityKey(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseBuilder
- setSendMaxConcurrentStreams(int) - Method in class io.undertow.protocols.http2.Http2Channel
- setServerOption(Option<T>, T) - Method in class io.undertow.Undertow.Builder
- setServerOptions(OptionMap) - Method in class io.undertow.Undertow.ListenerInfo
- 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
- setSmax(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setSocketOption(Option<T>, T) - Method in class io.undertow.Undertow.Builder
- setSocketOption(Option<T>, T) - Method in class io.undertow.Undertow.ListenerInfo
- setSoftMaxConnectionsPerThread(int) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- setSourceAddress(InetSocketAddress) - Method in class io.undertow.server.HttpServerExchange
-
Sets the source address of the HTTP request.
- setSsl(XnioSsl) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setSslContext(SSLContext) - Method in class io.undertow.Undertow.ListenerBuilder
- setSslContext(SSLContext) - Method in class io.undertow.Undertow.ListenerInfo
- setSslEngine(SSLEngine) - Method in class io.undertow.protocols.ssl.SslConduit
- setSslEngineDelegatedTaskExecutor(Executor) - Method in class io.undertow.Undertow.Builder
- setSSLParameters(SSLParameters) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- setSslSessionInfo(SSLSessionInfo) - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- setSslSessionInfo(SSLSessionInfo) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- setSslSessionInfo(SSLSessionInfo) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- setSslSessionInfo(SSLSessionInfo) - Method in class io.undertow.server.ServerConnection
-
Sets the current SSL information.
- 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
- setStickySession(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- setStickySessionCookie(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- setStickySessionForce(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- setStickySessionPath(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- setStickySessionRemove(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- setTableName(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setTempFileLocation(Path) - Method in class io.undertow.server.handlers.form.MultiPartParserDefinition
- setTimeout(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setTimestampField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- SETTINGS_ENABLE_PUSH - Static variable in class io.undertow.protocols.http2.Http2Setting
- SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.undertow.protocols.http2.Http2Setting
- SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.undertow.protocols.http2.Http2Setting
- SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.undertow.protocols.http2.Http2Setting
- SETTINGS_MAX_FRAME_SIZE - Static variable in class io.undertow.protocols.http2.Http2Setting
- SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.undertow.protocols.http2.Http2Setting
- setTrailersHandler(Http2StreamSourceChannel.TrailersHandler) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- setTrailersProducer(Http2DataStreamSinkChannel.TrailersProducer) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- setTransferMinSize(long) - Method in class io.undertow.server.handlers.resource.PathResourceManager.Builder
- setTrueHandler(HttpHandler) - Method in class io.undertow.server.handlers.PredicateHandler
- setTrustManagers(TrustManager[]) - Method in class io.undertow.Undertow.ListenerBuilder
- setTtl(int) - Method in class io.undertow.server.handlers.proxy.LoadBalancingProxyClient
- setTtl(long) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setTtl(long) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setType(Undertow.ListenerType) - Method in class io.undertow.Undertow.ListenerBuilder
- setType(String) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setUndertowOptions(OptionMap) - Method in interface io.undertow.server.OpenListener
- setUndertowOptions(OptionMap) - Method in class io.undertow.server.protocol.ajp.AjpOpenListener
- setUndertowOptions(OptionMap) - Method in class io.undertow.server.protocol.http.AlpnOpenListener
- setUndertowOptions(OptionMap) - Method in class io.undertow.server.protocol.http.HttpOpenListener
- setUndertowOptions(OptionMap) - Method in class io.undertow.server.protocol.http2.Http2OpenListener
- setup(HttpServerExchange) - Method in class io.undertow.server.ConnectorStatisticsImpl
- setup(StreamSinkChannel) - Method in class io.undertow.util.StringWriteChannelListener
- setup(StreamSourceChannel) - Method in class io.undertow.util.StringReadChannelListener
- setUpgradeListener(HttpUpgradeListener) - Method in class io.undertow.server.AbstractServerConnection
- setUpgradeListener(HttpUpgradeListener) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- setUpgradeListener(HttpUpgradeListener) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- setUpgradeListener(HttpUpgradeListener) - Method in class io.undertow.server.ServerConnection
- setupPipelineBuffer(HttpServerExchange) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
-
Gets the channel wrapper that implements the buffering
- setUseAlias(boolean) - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster.Builder
- setUseClientMode(boolean) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- setUseLongContentLength(boolean) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setUseProxyProtocol(boolean) - Method in class io.undertow.Undertow.ListenerBuilder
- 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
- setVersion(WebSocketVersion) - Method in class io.undertow.websockets.client.WebSocketClient.ConnectionBuilder
- setVirtualHostField(String) - Method in class io.undertow.server.handlers.JDBCLogHandler
- setWaitWorker(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer.BalancerBuilder
- setWaitWorker(int) - Method in class io.undertow.server.handlers.proxy.mod_cluster.NodeConfig.NodeBuilder
- setWantClientAuth(boolean) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- setWelcomeFiles(String...) - Method in class io.undertow.server.handlers.resource.ResourceHandler
- setWorker(XnioWorker) - Method in class io.undertow.Undertow.Builder
-
When null (the default), a new
XnioWorker
will be created according to the various worker-related configuration (ioThreads, workerThreads, workerOptions) whenUndertow.start()
is called. - setWorkerOption(Option<T>, T) - Method in class io.undertow.Undertow.Builder
- setWorkerThreads(int) - Method in class io.undertow.Undertow.Builder
- setWriteReadyHandler(WriteReadyHandler) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- setWriteReadyHandler(WriteReadyHandler) - Method in class io.undertow.conduits.IdleTimeoutConduit
- setWriteReadyHandler(WriteReadyHandler) - Method in class io.undertow.protocols.ssl.SslConduit
- shouldSendSameSiteNone(String) - Static method in class io.undertow.util.SameSiteNoneIncompatibleClientChecker
- shouldUseHuffman(HttpString) - Method in interface io.undertow.protocols.http2.HpackEncoder.HpackHeaderFunction
-
Returns true if huffman encoding should be used on the header name
- shouldUseHuffman(HttpString, String) - Method in interface io.undertow.protocols.http2.HpackEncoder.HpackHeaderFunction
-
Returns true if huffman encoding should be used on the header value
- shouldUseIndexing(HttpString, String) - Method in interface io.undertow.protocols.http2.HpackEncoder.HpackHeaderFunction
- shutdown() - Method in class io.undertow.server.handlers.GracefulShutdownHandler
- shutdown() - Method in class io.undertow.server.handlers.sse.ServerSentEventConnection
-
execute a graceful shutdown once all data has been sent
- shutdown(boolean) - Method in interface io.undertow.server.handlers.GracefulShutdownHandler.ShutdownListener
-
Notification that the container has shutdown.
- SHUTDOWN - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- SHUTDOWN_TIMEOUT - Static variable in class io.undertow.UndertowOptions
-
The server shutdown timeout in milliseconds after which the executor will be forcefully shut down interrupting tasks which are still executing.
- shutdownReads() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- shutdownReads() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- shutdownReads() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- shutdownWrites() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- shutdownWrites() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- SILENT - Static variable in class io.undertow.security.impl.BasicAuthenticationMechanism
- SimpleConnectionPoolErrorHandler() - Constructor for class io.undertow.server.handlers.proxy.ConnectionPoolErrorHandler.SimpleConnectionPoolErrorHandler
- simpleDeflaterPool(int, int) - Static method in class io.undertow.conduits.DeflatingStreamSinkConduit
- 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
- simpleInflaterPool(int) - Static method in class io.undertow.conduits.InflatingStreamSourceConduit
- SimpleNonceManager - Class in io.undertow.security.impl
-
A default
NonceManager
implementation 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
- SimpleProxyClientProvider - Class in io.undertow.server.handlers.proxy
-
Deprecated.
- SimpleProxyClientProvider(URI) - Constructor for class io.undertow.server.handlers.proxy.SimpleProxyClientProvider
-
Deprecated.
- SINGLE - io.undertow.server.handlers.proxy.RouteParsingStrategy
-
Default behavior.
- SinglePortConfidentialityHandler - Class in io.undertow.security.handlers
-
An extension to
AbstractConfidentialityHandler
that 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
- sink(AbstractServerConnection.ConduitState) - Static method in class io.undertow.server.AbstractServerConnection
- 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.HeaderMap
- size() - Method in class io.undertow.util.HeaderValues
- size() - Method in class io.undertow.util.PortableConcurrentDirectDeque
-
Returns the number of elements in this deque.
- size() - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- SNIAlpnEngineManager - Class in io.undertow.protocols.ssl
- SNIAlpnEngineManager() - Constructor for class io.undertow.protocols.ssl.SNIAlpnEngineManager
- SNIContextMatcher - Class in io.undertow.protocols.ssl
- SNIContextMatcher.Builder - Class in io.undertow.protocols.ssl
- SNISSLContext - Class in io.undertow.protocols.ssl
- SNISSLContext(SNIContextMatcher) - Constructor for class io.undertow.protocols.ssl.SNISSLContext
- solve(String) - Method in class io.undertow.websockets.client.WebSocket13ClientHandshake
- solve(String) - Method in class io.undertow.websockets.core.protocol.version07.Hybi07Handshake
- source(AbstractServerConnection.ConduitState) - Static method in class io.undertow.server.AbstractServerConnection
- SP - Static variable in class io.undertow.util.MultipartParser
-
The Space ASCII character value;
- spliterator() - Method in class io.undertow.util.FastConcurrentDirectDeque
-
Returns a
Spliterator
over the elements in this deque. - SSL - io.undertow.server.session.SessionConfig.SessionCookieSource
- SSL_CERT - Static variable in class io.undertow.client.ProxiedRequestAttachments
- SSL_CERT - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- SSL_CIPHER - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- SSL_CIPHER - Static variable in class io.undertow.util.Headers
- SSL_CIPHER_STRING - Static variable in class io.undertow.util.Headers
- SSL_CIPHER_USEKEYSIZE - Static variable in class io.undertow.util.Headers
- SSL_CIPHER_USEKEYSIZE_STRING - Static variable in class io.undertow.util.Headers
- SSL_CLIENT_CERT - Static variable in class io.undertow.util.Headers
- SSL_CLIENT_CERT_STRING - Static variable in class io.undertow.util.Headers
- SSL_CYPHER - Static variable in class io.undertow.client.ProxiedRequestAttachments
- SSL_KEY_SIZE - Static variable in class io.undertow.client.ProxiedRequestAttachments
- SSL_KEY_SIZE - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- SSL_SESSION - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- SSL_SESSION_ID - Static variable in class io.undertow.client.ProxiedRequestAttachments
- SSL_SESSION_ID - Static variable in class io.undertow.util.Headers
- SSL_SESSION_ID_STRING - Static variable in class io.undertow.util.Headers
- SSL_SNI_HOSTNAME - Static variable in class io.undertow.UndertowOptions
-
This option forces
UndertowXnioSsl
to use a specific name as theSNIHostName
for a client connection. - SSL_USER_CIPHER_SUITES_ORDER - Static variable in class io.undertow.UndertowOptions
-
If the SSLEngine should prefer the servers cipher version.
- sslBufferOverflow(SslConduit) - Method in class io.undertow.UndertowLogger_$logger
- sslBufferOverflow(SslConduit) - Method in interface io.undertow.UndertowLogger
- sslBufferOverflow$str() - Method in class io.undertow.UndertowLogger_$logger
- 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
- SslConduit - Class in io.undertow.protocols.ssl
-
Conduit for SSL connections.
- sslEngineDelegatedTaskRejected(RejectedExecutionException) - Method in class io.undertow.UndertowLogger_$logger
- sslEngineDelegatedTaskRejected(RejectedExecutionException) - Method in interface io.undertow.UndertowLogger
- sslEngineDelegatedTaskRejected$str() - Method in class io.undertow.UndertowLogger_$logger
- 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
- sslReadLoopDetected(SslConduit) - Method in class io.undertow.UndertowLogger_$logger
- sslReadLoopDetected(SslConduit) - Method in interface io.undertow.UndertowLogger
- sslReadLoopDetected$str() - Method in class io.undertow.UndertowLogger_$logger
- 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
- SSLSessionInfo - Interface in io.undertow.server
-
SSL session information.
- sslWasNull() - Method in class io.undertow.UndertowMessages_$bundle
- sslWasNull() - Method in interface io.undertow.UndertowMessages
- sslWasNull$str() - Method in class io.undertow.UndertowMessages_$bundle
- STALE - io.undertow.security.impl.DigestWWWAuthenticateToken
- STALE - Static variable in class io.undertow.util.Headers
- start() - Method in class io.undertow.server.handlers.GracefulShutdownHandler
- start() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
-
Start
- 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() - Method in class io.undertow.server.HttpServerExchange
-
Calling this method puts the exchange in blocking mode, and creates a
BlockingHttpExchange
object to store the streams. - 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- startDiscard() - Method in class io.undertow.protocols.ajp.AjpClientRequestClientStreamSinkChannel
- startHandshake() - Method in class io.undertow.protocols.ssl.SslConduit
- STATUS - Static variable in class io.undertow.protocols.http2.Http2Channel
- STATUS - Static variable in class io.undertow.util.Headers
- STATUS_STRING - Static variable in class io.undertow.util.Headers
- StatusCodes - Class in io.undertow.util
- 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$str() - Method in class io.undertow.UndertowLogger_$logger
- stop() - Method in class io.undertow.server.handlers.proxy.mod_cluster.ModCluster
-
Stop
- stop() - Method in interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterStatus.Context
- 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
- STORED_METHOD - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- StoredResponse - Class in io.undertow.attribute
- StoredResponse.Builder - Class in io.undertow.attribute
- 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
- StoredResponseStreamSinkConduit - Class in io.undertow.conduits
- StoredResponseStreamSinkConduit(StreamSinkConduit, HttpServerExchange) - Constructor for class io.undertow.conduits.StoredResponseStreamSinkConduit
-
Construct a new instance.
- storeInitialLocation(HttpServerExchange) - Method in class io.undertow.security.impl.FormAuthenticationMechanism
- StreamErrorException - Exception in io.undertow.protocols.http2
- StreamErrorException(int) - Constructor for exception io.undertow.protocols.http2.StreamErrorException
- streamIdMustBeZeroForFrameType(int) - Method in class io.undertow.UndertowMessages_$bundle
- streamIdMustBeZeroForFrameType(int) - Method in interface io.undertow.UndertowMessages
- streamIdMustBeZeroForFrameType$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamIdMustNotBeZeroForFrameType(int) - Method in class io.undertow.UndertowMessages_$bundle
- streamIdMustNotBeZeroForFrameType(int) - Method in interface io.undertow.UndertowMessages
- streamIdMustNotBeZeroForFrameType$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamIsBroken() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- streamIsBroken() - Method in interface io.undertow.websockets.core.WebSocketMessages
- streamIsBroken$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- streamIsClosed() - Method in class io.undertow.UndertowMessages_$bundle
- streamIsClosed() - Method in interface io.undertow.UndertowMessages
- streamIsClosed$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamLimitExceeded() - Method in class io.undertow.UndertowMessages_$bundle
- streamLimitExceeded() - Method in interface io.undertow.UndertowMessages
- streamLimitExceeded$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamNotRegistered() - Method in class io.undertow.UndertowMessages_$bundle
- streamNotRegistered() - Method in interface io.undertow.UndertowMessages
- streamNotRegistered$str() - Method in class io.undertow.UndertowMessages_$bundle
- streamRemoved(int) - Method in class io.undertow.protocols.http2.Http2PriorityTree
-
Method that is invoked when a stream has been removed
- StreamSinkFrameChannel - Class in io.undertow.websockets.core
- StreamSinkFrameChannel(WebSocketChannel, WebSocketFrameType) - Constructor for class io.undertow.websockets.core.StreamSinkFrameChannel
- StreamSourceFrameChannel - Class in io.undertow.websockets.core
-
Base class for processes Frame bases StreamSourceChannels.
- StreamSourceFrameChannel(WebSocketChannel, WebSocketFrameType, int, boolean, PooledByteBuffer, long, Masker, ChannelFunction...) - Constructor for class io.undertow.websockets.core.StreamSourceFrameChannel
- StreamSourceFrameChannel(WebSocketChannel, WebSocketFrameType, PooledByteBuffer, long) - Constructor for class io.undertow.websockets.core.StreamSourceFrameChannel
- STRICT - 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
- STRICT_TRANSPORT_SECURITY_STRING - Static variable in class io.undertow.util.Headers
- STRING_LENGTH_MASK - Static variable in class io.undertow.server.protocol.ajp.AjpRequestParser
- stringDone(String) - Method in class io.undertow.util.StringReadChannelListener
- StringReadChannelListener - Class in io.undertow.util
-
Simple utility class for reading a string
- StringReadChannelListener(ByteBufferPool) - Constructor for class io.undertow.util.StringReadChannelListener
- StringReadChannelListener(Pool<ByteBuffer>) - Constructor for class io.undertow.util.StringReadChannelListener
-
Deprecated.
- StringWriteChannelListener - Class in io.undertow.util
-
A simple write listener that can be used to write out the contents of a String.
- StringWriteChannelListener(String) - Constructor for class io.undertow.util.StringWriteChannelListener
- StringWriteChannelListener(String, Charset) - Constructor for class io.undertow.util.StringWriteChannelListener
- stuckThreadCompleted(String, long, long, int) - Method in class io.undertow.UndertowLogger_$logger
- stuckThreadCompleted(String, long, long, int) - Method in interface io.undertow.UndertowLogger
- stuckThreadCompleted$str() - Method in class io.undertow.UndertowLogger_$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$str() - Method in class io.undertow.UndertowLogger_$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
- subList(int, int) - Method in class io.undertow.util.HeaderValues
- subprotocols - Variable in class io.undertow.websockets.core.protocol.Handshake
- 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.
- supportedSubprotols(String[]) - Method in class io.undertow.websockets.core.protocol.Handshake
- supportsOption(Option<?>) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- supportsOption(Option<?>) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- supportsOption(Option<?>) - Method in interface io.undertow.client.ClientConnection
- supportsOption(Option<?>) - Method in class io.undertow.client.http2.Http2ClientConnection
- supportsOption(Option<?>) - Method in class io.undertow.server.AbstractServerConnection
- supportsOption(Option<?>) - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- supportsOption(Option<?>) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- supportsOption(Option<?>) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- supportsOption(Option<?>) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- supportsOption(Option<?>) - Method in class io.undertow.server.ServerConnection
- supportsOption(Option<?>) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- suspend() - Method in class io.undertow.Undertow.ListenerInfo
- suspendReads() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- suspendReads() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- suspendReads() - Method in class io.undertow.conduits.IdleTimeoutConduit
- suspendReads() - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- suspendReads() - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- suspendReads() - Method in class io.undertow.protocols.ssl.SslConduit
- suspendReads() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- suspendReads() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- suspendReceives() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
-
Suspend the receive of new frames via
AbstractFramedChannel.receive()
- suspendWrites() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- suspendWrites() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- suspendWrites() - Method in class io.undertow.conduits.HeadStreamSinkConduit
- suspendWrites() - Method in class io.undertow.conduits.IdleTimeoutConduit
- suspendWrites() - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- suspendWrites() - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- suspendWrites() - Method in class io.undertow.protocols.ssl.SslConduit
- suspendWrites() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- SWITCHING_PROTOCOLS - Static variable in class io.undertow.util.StatusCodes
- SWITCHING_PROTOCOLS_STRING - Static variable in class io.undertow.util.StatusCodes
T
- TE - Static variable in class io.undertow.util.Headers
- TE_STRING - Static variable in class io.undertow.util.Headers
- TEMPORARY_REDIRECT - Static variable in class io.undertow.util.StatusCodes
- TEMPORARY_REDIRECT_STRING - Static variable in class io.undertow.util.StatusCodes
- terminateReads() - Method in class io.undertow.conduits.ChunkedStreamSourceConduit
- terminateReads() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- terminateReads() - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- terminateReads() - Method in class io.undertow.conduits.IdleTimeoutConduit
- terminateReads() - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- terminateReads() - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- terminateReads() - Method in class io.undertow.protocols.ssl.SslConduit
- terminateReads() - Method in class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- terminateRequest(HttpServerExchange) - Static method in class io.undertow.server.Connectors
- terminateRequestChannel(HttpServerExchange) - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- terminateRequestChannel(HttpServerExchange) - Method in class io.undertow.server.protocol.http.HttpServerConnection
- terminateRequestChannel(HttpServerExchange) - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- terminateRequestChannel(HttpServerExchange) - Method in class io.undertow.server.ServerConnection
-
Invoked when the exchange is complete, and there is still data in the request channel.
- terminateResponse(HttpServerExchange) - Static method in class io.undertow.server.Connectors
- terminateWrites() - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.FinishableStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.HeadStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.IdleTimeoutConduit
- terminateWrites() - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.StoredResponseStreamSinkConduit
- terminateWrites() - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- terminateWrites() - Method in class io.undertow.protocols.ssl.SslConduit
- terminateWrites() - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- terminateWrites() - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- TEXT - io.undertow.websockets.core.WebSocketFrameType
-
WebSocketFrame contains UTF-8 encoded
String
- 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 - io.undertow.server.session.SessionListener.SessionDestroyedReason
- timingOutRequest(String) - Method in class io.undertow.UndertowLogger_$logger
- timingOutRequest(String) - Method in interface io.undertow.UndertowLogger
- timingOutRequest$str() - Method in class io.undertow.UndertowLogger_$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.HeaderValues
- 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.HeaderValues
- 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.
- toBigControlFrame() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- toBigControlFrame() - Method in interface io.undertow.websockets.core.WebSocketMessages
- toBigControlFrame$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- toByteBuffer() - Method in class io.undertow.websockets.core.CloseMessage
- 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
- toExtensionHeader(List<WebSocketExtension>) - Static method in class io.undertow.websockets.WebSocketExtension
-
Compose a String from a list of extensions to be used in the response of a protocol negotiation.
- toHttpHeaderValue() - Method in enum io.undertow.websockets.core.WebSocketVersion
-
Returns a
String
representation of theWebSocketVersion
that can be used in the HTTP Headers. - 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
- TOO_MANY_REQUESTS - Static variable in class io.undertow.util.StatusCodes
- TOO_MANY_REQUESTS_STRING - Static variable in class io.undertow.util.StatusCodes
- toObfuscatedString(InetAddress) - Static method in class io.undertow.util.NetworkUtils
- 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyHeaders(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyHeaders(int) - Method in interface io.undertow.UndertowMessages
- tooManyHeaders$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyParameters(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyParameters(int) - Method in interface io.undertow.UndertowMessages
- tooManyParameters$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyQueryParameters(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyQueryParameters(int) - Method in interface io.undertow.UndertowMessages
- tooManyQueryParameters$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManyRedirects(IOException) - Method in class io.undertow.UndertowMessages_$bundle
- tooManyRedirects(IOException) - Method in interface io.undertow.UndertowMessages
- tooManyRedirects$str() - Method in class io.undertow.UndertowMessages_$bundle
- tooManySessions(int) - Method in class io.undertow.UndertowMessages_$bundle
- tooManySessions(int) - Method in interface io.undertow.UndertowMessages
- tooManySessions$str() - Method in class io.undertow.UndertowMessages_$bundle
- toPem(Certificate) - Static method in class io.undertow.util.Certificates
-
Converts a certificate to PEM format.
- toPem(X509Certificate) - Static method in class io.undertow.util.Certificates
-
Deprecated, for removal: This API element is subject to removal in a future version.
- toString() - Method in class io.undertow.attribute.AuthenticationTypeExchangeAttribute
- toString() - Method in class io.undertow.attribute.BytesSentAttribute
- toString() - Method in class io.undertow.attribute.CompositeExchangeAttribute
- toString() - Method in class io.undertow.attribute.ConstantExchangeAttribute
- toString() - Method in class io.undertow.attribute.CookieAttribute
- toString() - Method in class io.undertow.attribute.DateTimeAttribute
- toString() - Method in class io.undertow.attribute.HostAndPortAttribute
- toString() - Method in class io.undertow.attribute.IdentUsernameAttribute
- toString() - Method in class io.undertow.attribute.LocalIPAttribute
- toString() - Method in class io.undertow.attribute.LocalPortAttribute
- toString() - Method in class io.undertow.attribute.LocalServerNameAttribute
- toString() - Method in class io.undertow.attribute.NullAttribute
- toString() - Method in class io.undertow.attribute.PathParameterAttribute
- toString() - Method in class io.undertow.attribute.PredicateContextAttribute
- toString() - Method in class io.undertow.attribute.QueryParameterAttribute
- toString() - Method in class io.undertow.attribute.QueryStringAttribute
- toString() - Method in class io.undertow.attribute.QuotingExchangeAttribute
- toString() - Method in class io.undertow.attribute.RelativePathAttribute
- toString() - Method in class io.undertow.attribute.RemoteHostAttribute
- toString() - Method in class io.undertow.attribute.RemoteIPAttribute
- toString() - Method in class io.undertow.attribute.RemoteObfuscatedIPAttribute
- toString() - Method in class io.undertow.attribute.RemoteUserAttribute
- toString() - Method in class io.undertow.attribute.RequestCookieAttribute
- toString() - Method in class io.undertow.attribute.RequestHeaderAttribute
- toString() - Method in class io.undertow.attribute.RequestLineAttribute
- toString() - Method in class io.undertow.attribute.RequestMethodAttribute
- toString() - Method in class io.undertow.attribute.RequestPathAttribute
- toString() - Method in class io.undertow.attribute.RequestProtocolAttribute
- toString() - Method in class io.undertow.attribute.RequestSchemeAttribute
- toString() - Method in class io.undertow.attribute.RequestURLAttribute
- toString() - Method in class io.undertow.attribute.ResolvedPathAttribute
- toString() - Method in class io.undertow.attribute.ResponseCodeAttribute
- toString() - Method in class io.undertow.attribute.ResponseCookieAttribute
- toString() - Method in class io.undertow.attribute.ResponseHeaderAttribute
- toString() - Method in class io.undertow.attribute.ResponseReasonPhraseAttribute
- toString() - Method in class io.undertow.attribute.ResponseTimeAttribute
- toString() - Method in class io.undertow.attribute.SecureExchangeAttribute
- toString() - Method in class io.undertow.attribute.SslCipherAttribute
- toString() - Method in class io.undertow.attribute.SslClientCertAttribute
- toString() - Method in class io.undertow.attribute.SslSessionIdAttribute
- toString() - Method in class io.undertow.attribute.StoredResponse
- toString() - Method in class io.undertow.attribute.ThreadNameAttribute
- toString() - Method in class io.undertow.attribute.TransportProtocolAttribute
-
Deprecated.
- toString() - Method in class io.undertow.client.ClientRequest
- toString() - Method in class io.undertow.client.ClientResponse
- toString() - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- toString() - Method in class io.undertow.predicate.AuthenticationRequiredPredicate
- toString() - Method in class io.undertow.predicate.ContainsPredicate
- toString() - Method in class io.undertow.predicate.EqualsPredicate
- toString() - Method in class io.undertow.predicate.ExistsPredicate
- toString() - Method in class io.undertow.predicate.FalsePredicate
- toString() - Method in class io.undertow.predicate.IdempotentPredicate
- toString() - Method in class io.undertow.predicate.MaxContentSizePredicate
-
Deprecated.
- toString() - Method in class io.undertow.predicate.MethodPredicate
- toString() - Method in class io.undertow.predicate.MinContentSizePredicate
-
Deprecated.
- toString() - Method in class io.undertow.predicate.NotPredicate
- toString() - Method in class io.undertow.predicate.PathMatchPredicate
- toString() - Method in class io.undertow.predicate.PathPrefixPredicate
- toString() - Method in class io.undertow.predicate.PathSuffixPredicate
- toString() - Method in class io.undertow.predicate.PathTemplatePredicate
- toString() - Method in class io.undertow.predicate.PredicatesHandler
- toString() - Method in class io.undertow.predicate.RegularExpressionPredicate
- toString() - Method in class io.undertow.predicate.RequestLargerThanPredicate
- toString() - Method in class io.undertow.predicate.RequestSmallerThanPredicate
- toString() - Method in class io.undertow.predicate.SecurePredicate
- toString() - Method in class io.undertow.predicate.TruePredicate
- toString() - Method in class io.undertow.protocols.alpn.ModularJdkAlpnProvider
- toString() - Method in class io.undertow.protocols.alpn.OpenSSLAlpnProvider
- toString() - Method in class io.undertow.protocols.http2.HPackHuffman.HuffmanCode
- toString() - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- toString() - Method in class io.undertow.protocols.ssl.SslConduit
- toString() - Method in class io.undertow.server.handlers.accesslog.AccessLogHandler
- toString() - Method in class io.undertow.server.handlers.AllowedMethodsHandler
- toString() - Method in class io.undertow.server.handlers.BlockingHandler
- toString() - Method in class io.undertow.server.handlers.ByteRangeHandler
- toString() - Method in class io.undertow.server.handlers.cache.LimitedBufferSlicePool.PooledByteBuffer
- toString() - Method in class io.undertow.server.handlers.CanonicalPathHandler
- toString() - Method in class io.undertow.server.handlers.CookieImpl
- toString() - Method in enum io.undertow.server.handlers.CookieSameSiteMode
- toString() - Method in class io.undertow.server.handlers.DisableCacheHandler
- toString() - Method in class io.undertow.server.handlers.DisallowedMethodsHandler
- toString() - Method in class io.undertow.server.handlers.encoding.EncodingHandler
- toString() - Method in class io.undertow.server.handlers.encoding.RequestEncodingHandler
- toString() - Method in class io.undertow.server.handlers.error.FileErrorPageHandler
- toString() - Method in class io.undertow.server.handlers.form.EagerFormParsingHandler
- toString() - Method in class io.undertow.server.handlers.form.FormData
- toString() - Method in class io.undertow.server.handlers.ForwardedHandler
- toString() - Method in class io.undertow.server.handlers.HttpContinueAcceptingHandler
- toString() - Method in class io.undertow.server.handlers.HttpTraceHandler
- toString() - Method in class io.undertow.server.handlers.IPAddressAccessControlHandler
- toString() - Method in class io.undertow.server.handlers.JDBCLogHandler
- toString() - Method in class io.undertow.server.handlers.PathHandler
- toString() - Method in class io.undertow.server.handlers.PathSeparatorHandler
- toString() - Method in class io.undertow.server.handlers.PathTemplateHandler
- toString() - Method in class io.undertow.server.handlers.PeerNameResolvingHandler
- toString() - Method in class io.undertow.server.handlers.proxy.mod_cluster.Balancer
- toString() - Method in class io.undertow.server.handlers.proxy.ProxyHandler
- toString() - Method in class io.undertow.server.handlers.ProxyPeerAddressHandler
- toString() - Method in class io.undertow.server.handlers.RedirectHandler
- toString() - Method in class io.undertow.server.handlers.RequestBufferingHandler
- toString() - Method in class io.undertow.server.handlers.RequestDumpingHandler
- toString() - Method in class io.undertow.server.handlers.RequestLimitingHandler
- toString() - Method in class io.undertow.server.handlers.ResponseCodeHandler
- toString() - Method in class io.undertow.server.handlers.ResponseRateLimitingHandler
- toString() - Method in class io.undertow.server.handlers.SecureCookieHandler
- toString() - Method in class io.undertow.server.handlers.SetAttributeHandler
- toString() - Method in class io.undertow.server.handlers.SetErrorHandler
- toString() - Method in class io.undertow.server.handlers.SetHeaderHandler
- toString() - Method in class io.undertow.server.handlers.SSLHeaderHandler
- toString() - Method in class io.undertow.server.handlers.StoredResponseHandler
- toString() - Method in class io.undertow.server.handlers.StuckThreadDetectionHandler
- toString() - Method in class io.undertow.server.handlers.URLDecodingHandler
- toString() - Method in class io.undertow.server.HttpServerExchange
- toString() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- 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.FastConcurrentDirectDeque
- toString() - Method in class io.undertow.util.HeaderMap
- toString() - Method in class io.undertow.util.HttpString
-
Get the
String
representation of thisHttpString
. - toString() - Method in class io.undertow.util.PathTemplate
- toString() - Method in class io.undertow.util.PooledAdaptor
- toString() - Method in class io.undertow.util.ReferenceCountedPooled
- toString() - Method in class io.undertow.websockets.WebSocketExtension.Parameter
- toString() - Method in class io.undertow.websockets.WebSocketExtension
- toUtf8String(ByteBuffer) - Static method in class io.undertow.websockets.core.WebSocketUtils
- toUtf8String(ByteBuffer...) - Static method in class io.undertow.websockets.core.WebSocketUtils
- trace(HttpHandler) - Static method in class io.undertow.Handlers
-
Returns a new HTTP trace handler.
- TRACE - Static variable in class io.undertow.util.Methods
- TRACE_STRING - Static variable in class io.undertow.util.Methods
- TRACK_ACTIVE_REQUESTS - Static variable in class io.undertow.UndertowOptions
-
If active request tracking should be enabled.
- TRAILER - Static variable in class io.undertow.util.Headers
- TRAILER_STRING - Static variable in class io.undertow.util.Headers
- TRAILERS - Static variable in class io.undertow.conduits.ChunkedStreamSinkConduit
-
Deprecated.
- TRAILERS - Static variable in class io.undertow.conduits.ChunkedStreamSourceConduit
-
Deprecated.
- transfer(ReadableByteChannel, long, ByteBuffer, WritableByteChannel) - Static method in class io.undertow.websockets.core.WebSocketUtils
-
Transfer the data from the source to the sink using the given through buffer to pass data through.
- Transfer - Class in io.undertow.util
- Transfer() - Constructor for class io.undertow.util.Transfer
- TRANSFER_ENCODING - Static variable in class io.undertow.util.Headers
- TRANSFER_ENCODING_STRING - Static variable in class io.undertow.util.Headers
- transferFrom(FileChannel) - Method in interface io.undertow.io.BufferWritableOutputStream
- transferFrom(FileChannel) - Method in class io.undertow.io.UndertowOutputStream
- transferFrom(FileChannel, long, long) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.BytesSentStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.DebuggingStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.HeadStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.IdleTimeoutConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.RangeStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.StoredResponseStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.protocols.ssl.SslConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- transferFrom(FileChannel, long, long) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- transferFrom(FileChannel, long, long) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- transferFrom(FileChannel, IoCallback) - Method in class io.undertow.io.AsyncSenderImpl
- transferFrom(FileChannel, IoCallback) - Method in class io.undertow.io.BlockingSenderImpl
- transferFrom(FileChannel, IoCallback) - Method in interface io.undertow.io.Sender
-
Transfers all content from the specified file
- transferFrom(FileChannel, IoCallback) - Method in class io.undertow.server.handlers.cache.ResponseCachingSender
- transferFrom(ReadableByteChannel, long, long) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.BytesSentStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.DebuggingStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.HeadStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.IdleTimeoutConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.RangeStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.StoredResponseStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.protocols.ssl.SslConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- transferFrom(StreamSourceChannel, long, ByteBuffer) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- TransferTask() - Constructor for class io.undertow.io.AsyncSenderImpl.TransferTask
- transferTo(long, long, FileChannel) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.BrokenStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.BytesReceivedStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.ChunkedStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.DebuggingStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.FinishableStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.IdleTimeoutConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.ReadDataStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- transferTo(long, long, FileChannel) - Method in class io.undertow.protocols.ssl.SslConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- transferTo(long, long, FileChannel) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- transferTo(long, long, FileChannel) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- transferTo(long, long, FileChannel) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- transferTo(long, long, WritableByteChannel) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.channels.DetachableStreamSourceChannel
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.BrokenStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.BytesReceivedStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.ChunkedStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.DebuggingStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.FinishableStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.IdleTimeoutConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.InflatingStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.ReadDataStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.conduits.ReadTimeoutStreamSourceConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.protocols.ssl.SslConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.server.protocol.ajp.AjpServerRequestConduit
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- transferTo(long, ByteBuffer, StreamSinkChannel) - Method in class io.undertow.websockets.core.StreamSourceFrameChannel
- transformForRead(PooledByteBuffer, StreamSourceFrameChannel, boolean) - Method in class io.undertow.websockets.extensions.CompositeExtensionFunction
- transformForRead(PooledByteBuffer, StreamSourceFrameChannel, boolean) - Method in interface io.undertow.websockets.extensions.ExtensionFunction
-
Transform the supplied buffer per this extension.
- transformForRead(PooledByteBuffer, StreamSourceFrameChannel, boolean) - Method in class io.undertow.websockets.extensions.NoopExtensionFunction
- transformForRead(PooledByteBuffer, StreamSourceFrameChannel, boolean) - Method in class io.undertow.websockets.extensions.PerMessageDeflateFunction
- transformForWrite(PooledByteBuffer, StreamSinkFrameChannel, boolean) - Method in class io.undertow.websockets.extensions.CompositeExtensionFunction
- transformForWrite(PooledByteBuffer, StreamSinkFrameChannel, boolean) - Method in interface io.undertow.websockets.extensions.ExtensionFunction
-
Transform the supplied buffer per this extension.
- transformForWrite(PooledByteBuffer, StreamSinkFrameChannel, boolean) - Method in class io.undertow.websockets.extensions.NoopExtensionFunction
- transformForWrite(PooledByteBuffer, StreamSinkFrameChannel, boolean) - Method in class io.undertow.websockets.extensions.PerMessageDeflateFunction
- TRANSPORT_PROTOCOL - Static variable in class io.undertow.attribute.TransportProtocolAttribute
-
Deprecated.
- transportProtocol() - Static method in class io.undertow.attribute.ExchangeAttributes
- TransportProtocolAttribute - Class in io.undertow.attribute
-
Deprecated.Please use
RequestProtocolAttribute
- TransportProtocolAttribute.Builder - Class in io.undertow.attribute
-
Deprecated.
- 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
- truncate(long) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- TruncatedResponseException - Exception in io.undertow.server
-
An exception indicating that the response channel was prematurely closed.
- TruncatedResponseException() - Constructor for exception io.undertow.server.TruncatedResponseException
-
Constructs a
TruncatedResponseException
with no detail message. - TruncatedResponseException(String) - Constructor for exception io.undertow.server.TruncatedResponseException
-
Constructs a
TruncatedResponseException
with the specified detail message. - TruncatedResponseException(String, Throwable) - Constructor for exception io.undertow.server.TruncatedResponseException
-
Constructs a
TruncatedResponseException
with the specified detail message and cause. - TruncatedResponseException(Throwable) - Constructor for exception io.undertow.server.TruncatedResponseException
-
Constructs a
TruncatedResponseException
with the specified cause. - truncateWrites() - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- truncateWrites() - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- truncateWrites() - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- truncateWrites() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- truncateWrites() - Method in class io.undertow.conduits.FinishableStreamSinkConduit
- truncateWrites() - Method in class io.undertow.conduits.IdleTimeoutConduit
- truncateWrites() - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- truncateWrites() - Method in class io.undertow.protocols.ssl.SslConduit
- truncateWrites() - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- truncateWrites() - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- tryFromString(String) - Static method in class io.undertow.util.HttpString
-
Attempt to convert a
String
to anHttpString
. - tryLock(long, long, boolean) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- tryServeResponse() - Method in class io.undertow.server.handlers.cache.ResponseCache
-
Attempts to serve the response from a cache.
- tryServeResponse(boolean) - Method in class io.undertow.server.handlers.cache.ResponseCache
-
Attempts to serve the response from a cache.
- tryUnfree() - Method in class io.undertow.util.ReferenceCountedPooled
- type - Variable in class io.undertow.websockets.core.StreamSourceFrameChannel
U
- unableToResolveModClusterManagementHost(String) - Method in class io.undertow.UndertowLogger_$logger
- unableToResolveModClusterManagementHost(String) - Method in interface io.undertow.UndertowLogger
- unableToResolveModClusterManagementHost$str() - Method in class io.undertow.UndertowLogger_$logger
- unableToSendOnNewChannel() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- unableToSendOnNewChannel() - Method in interface io.undertow.websockets.core.WebSocketMessages
- unableToSendOnNewChannel$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- UNAUTHORIZED - Static variable in class io.undertow.util.StatusCodes
- UNAUTHORIZED_STRING - Static variable in class io.undertow.util.StatusCodes
- UNCHECKOUT - Static variable in class io.undertow.util.Methods
- UNCHECKOUT_STRING - Static variable in class io.undertow.util.Methods
- UNDEPLOY - 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
- UndertowClient - Class in io.undertow.client
-
Undertow client class.
- UndertowClientMessages - Interface in io.undertow.client
-
starting from 1000
- UndertowClientMessages_$bundle - Class in io.undertow.client
-
Warning this class consists of generated code.
- UndertowClientMessages_$bundle() - Constructor for class io.undertow.client.UndertowClientMessages_$bundle
- UndertowInputStream - Class in io.undertow.io
-
Input stream that reads from the underlying channel.
- UndertowInputStream(HttpServerExchange) - Constructor for class io.undertow.io.UndertowInputStream
- 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
- undertowOptions - Variable in class io.undertow.server.AbstractServerConnection
- UndertowOptions - Class in io.undertow
- UndertowOutputStream - Class in io.undertow.io
-
Buffering output stream that wraps a channel.
- UndertowOutputStream(HttpServerExchange) - Constructor for class io.undertow.io.UndertowOutputStream
-
Construct a new instance.
- undertowRequestFailed(Throwable, HttpServerExchange) - Method in class io.undertow.UndertowLogger_$logger
- undertowRequestFailed(Throwable, HttpServerExchange) - Method in interface io.undertow.UndertowLogger
- undertowRequestFailed$str() - Method in class io.undertow.UndertowLogger_$logger
- UndertowXnioSsl - Class in io.undertow.protocols.ssl
- UndertowXnioSsl(Xnio, OptionMap) - Constructor for class io.undertow.protocols.ssl.UndertowXnioSsl
-
Construct a new instance.
- UndertowXnioSsl(Xnio, OptionMap, ByteBufferPool) - Constructor for class io.undertow.protocols.ssl.UndertowXnioSsl
-
Construct a new instance.
- UndertowXnioSsl(Xnio, OptionMap, ByteBufferPool, SSLContext) - Constructor for class io.undertow.protocols.ssl.UndertowXnioSsl
-
Construct a new instance.
- UndertowXnioSsl(Xnio, OptionMap, ByteBufferPool, SSLContext, Executor) - Constructor for class io.undertow.protocols.ssl.UndertowXnioSsl
-
Construct a new instance.
- UndertowXnioSsl(Xnio, OptionMap, SSLContext) - Constructor for class io.undertow.protocols.ssl.UndertowXnioSsl
-
Construct a new instance.
- UndertowXnioSsl(Xnio, OptionMap, SSLContext, Executor) - Constructor for class io.undertow.protocols.ssl.UndertowXnioSsl
-
Construct a new instance.
- unDispatch() - Method in class io.undertow.server.HttpServerExchange
- UNEXPECTED_ERROR - Static variable in class io.undertow.websockets.core.CloseMessage
- unexpectedEndOfCompressedInput() - Method in class io.undertow.UndertowLogger_$logger
- unexpectedEndOfCompressedInput() - Method in interface io.undertow.UndertowLogger
- unexpectedEndOfCompressedInput$str() - Method in class io.undertow.UndertowLogger_$logger
- unexpectedTokenInHeader(String) - Method in class io.undertow.UndertowMessages_$bundle
- unexpectedTokenInHeader(String) - Method in interface io.undertow.UndertowMessages
- unexpectedTokenInHeader$str() - Method in class io.undertow.UndertowMessages_$bundle
- ungetRequestBytes(PooledByteBuffer) - Method in class io.undertow.server.protocol.http.HttpServerConnection
-
Pushes back the given data.
- ungetRequestBytes(HttpServerExchange, PooledByteBuffer...) - Static method in class io.undertow.server.Connectors
-
Attached buffered data to the exchange.
- unhandledErrorInAnnotatedEndpoint(Object, Throwable) - Method in class io.undertow.websockets.core.WebSocketLogger_$logger
- unhandledErrorInAnnotatedEndpoint(Object, Throwable) - Method in interface io.undertow.websockets.core.WebSocketLogger
- unhandledErrorInAnnotatedEndpoint$str() - Method in class io.undertow.websockets.core.WebSocketLogger_$logger
- UNKNOWN - io.undertow.websockets.core.WebSocketVersion
-
Unknown version of the protocol
- unknownAjpMessageType(byte) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownAjpMessageType(byte) - Method in interface io.undertow.client.UndertowClientMessages
- unknownAjpMessageType$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownMethod(HttpString) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownMethod(HttpString) - Method in interface io.undertow.client.UndertowClientMessages
- unknownMethod$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownScheme(URI) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownScheme(URI) - Method in interface io.undertow.client.UndertowClientMessages
- unknownScheme$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownTransferEncoding(String) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownTransferEncoding(String) - Method in interface io.undertow.client.UndertowClientMessages
- unknownTransferEncoding$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- unknownVariable(String) - Method in class io.undertow.UndertowLogger_$logger
- unknownVariable(String) - Method in interface io.undertow.UndertowLogger
- unknownVariable$str() - Method in class io.undertow.UndertowLogger_$logger
- UNKOWN - io.undertow.websockets.core.WebSocketFrameType
-
Unknown frame-type
- UNLOCK - Static variable in class io.undertow.util.Methods
- UNLOCK_STRING - Static variable in class io.undertow.util.Methods
- UNPROCESSABLE_ENTITY - Static variable in class io.undertow.util.StatusCodes
- UNPROCESSABLE_ENTITY_STRING - Static variable in class io.undertow.util.StatusCodes
- unregisteringContext(String, String) - Method in class io.undertow.UndertowLogger_$logger
- unregisteringContext(String, String) - Method in interface io.undertow.UndertowLogger
- unregisteringContext$str() - Method in class io.undertow.UndertowLogger_$logger
- UNSUPPORTED_MEDIA_TYPE - Static variable in class io.undertow.util.StatusCodes
- UNSUPPORTED_MEDIA_TYPE_STRING - Static variable in class io.undertow.util.StatusCodes
- unsupportedFrameType(WebSocketFrameType) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- unsupportedFrameType(WebSocketFrameType) - Method in interface io.undertow.websockets.core.WebSocketMessages
- unsupportedFrameType$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- unsupportedOpCode(int) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- unsupportedOpCode(int) - Method in interface io.undertow.websockets.core.WebSocketMessages
- unsupportedOpCode$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- unsupportedProtocol(String, Collection<String>) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- unsupportedProtocol(String, Collection<String>) - Method in interface io.undertow.websockets.core.WebSocketMessages
- unsupportedProtocol$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- unwrap(ByteBuffer, ByteBuffer) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- UPDATE - Static variable in class io.undertow.util.Methods
- UPDATE_STRING - Static variable in class io.undertow.util.Methods
- updateBytesReceived(long) - Method in class io.undertow.server.ConnectorStatisticsImpl
- updateBytesSent(long) - Method in class io.undertow.server.ConnectorStatisticsImpl
- updateFrameDataRemaining(PooledByteBuffer, long) - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- updateFrameDataRemaining(PooledByteBuffer, long) - Method in class io.undertow.protocols.http2.Http2StreamSourceChannel
- updateFrameDataRemaining(PooledByteBuffer, long) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- updateReceiveFlowControlWindow(int) - Method in class io.undertow.protocols.http2.Http2Channel
- updateResponseBytesSent(HttpServerExchange, long) - Static method in class io.undertow.server.Connectors
- updateSSLContext(SSLContext) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
-
Updates the SSLContext that is in use.
- UPGRADE - Static variable in class io.undertow.util.Headers
- UPGRADE_REQUIRED - Static variable in class io.undertow.util.StatusCodes
- UPGRADE_REQUIRED_STRING - Static variable in class io.undertow.util.StatusCodes
- UPGRADE_STRING - Static variable in class io.undertow.util.Headers
- upgradeChannel() - Method in class io.undertow.server.protocol.ajp.AjpServerConnection
- upgradeChannel() - Method in class io.undertow.server.protocol.http.HttpServerConnection
- upgradeChannel() - Method in class io.undertow.server.protocol.http2.Http2ServerConnection
- upgradeChannel() - Method in class io.undertow.server.ServerConnection
-
Upgrade the connection, if allowed
- upgradeChannel(HttpUpgradeListener) - Method in class io.undertow.server.HttpServerExchange
-
Upgrade the channel to a raw socket.
- upgradeChannel(HttpUpgradeListener) - Method in class io.undertow.websockets.spi.AsyncWebSocketHttpServerExchange
- upgradeChannel(HttpUpgradeListener) - Method in interface io.undertow.websockets.spi.WebSocketHttpExchange
-
Upgrade the underlying channel
- upgradeChannel(WebSocketHttpExchange, byte[]) - Method in class io.undertow.websockets.core.protocol.Handshake
- upgradeChannel(String, HttpUpgradeListener) - 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$str() - Method in class io.undertow.UndertowMessages_$bundle
- URI - Static variable in class io.undertow.util.Headers
- url - Variable in class io.undertow.websockets.client.WebSocketClientHandshake
- URL - io.undertow.server.session.SessionConfig.SessionCookieSource
- URL_CHARSET - Static variable in class io.undertow.UndertowOptions
-
If this is true then the parser will decode the URL and query parameters using the selected character encoding (UTF-8 by default).
- UrlDecodeException - Exception in io.undertow.util
-
Created by Marek Marusic
on 7/25/19. - UrlDecodeException(String, Throwable) - Constructor for exception io.undertow.util.UrlDecodeException
- 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
- USE_PROXY - Static variable in class io.undertow.util.StatusCodes
- USE_PROXY_STRING - Static variable in class io.undertow.util.StatusCodes
- useLongContentLength - Variable in class io.undertow.server.handlers.JDBCLogHandler
- USER_AGENT - Static variable in class io.undertow.util.Headers
- 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
- userAgentCharsetMustHaveEvenNumberOfItems(String) - Method in class io.undertow.UndertowMessages_$bundle
- userAgentCharsetMustHaveEvenNumberOfItems(String) - Method in interface io.undertow.UndertowMessages
- userAgentCharsetMustHaveEvenNumberOfItems$str() - Method in class io.undertow.UndertowMessages_$bundle
- userAuthenticated(String) - Method in class io.undertow.UndertowMessages_$bundle
- userAuthenticated(String) - Method in interface io.undertow.UndertowMessages
- userAuthenticated$str() - Method in class io.undertow.UndertowMessages_$bundle
- userLoggedOut(String) - Method in class io.undertow.UndertowMessages_$bundle
- userLoggedOut(String) - Method in interface io.undertow.UndertowMessages
- userLoggedOut$str() - Method in class io.undertow.UndertowMessages_$bundle
- USERNAME - io.undertow.security.impl.DigestAuthorizationToken
- USERNAME - Static variable in class io.undertow.util.Headers
- UTF_8 - Static variable in class io.undertow.server.handlers.proxy.ProxyHandler
- UTF_8 - Static variable in class io.undertow.util.RedirectBuilder
- UTF8Checker - Class in io.undertow.websockets.core.protocol.version07
-
An utility class which can be used to check if a sequence of bytes or ByteBuffers contain non UTF-8 data.
- UTF8Checker() - Constructor for class io.undertow.websockets.core.protocol.version07.UTF8Checker
- UTF8Output - Class in io.undertow.websockets.core
-
Utility class which allows to extract a UTF8 String from bytes respecting valid code-points
- UTF8Output() - Constructor for class io.undertow.websockets.core.UTF8Output
- UTF8Output(ByteBuffer...) - Constructor for class io.undertow.websockets.core.UTF8Output
V
- V00 - io.undertow.websockets.core.WebSocketVersion
- V07 - io.undertow.websockets.core.WebSocketVersion
- V08 - io.undertow.websockets.core.WebSocketVersion
- V13 - io.undertow.websockets.core.WebSocketVersion
- 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
- value - Variable in class io.undertow.server.protocol.ajp.AjpRequestParser.IntegerHolder
- value - Variable in class io.undertow.server.protocol.ajp.AjpRequestParser.StringHolder
- valueOf(String) - Static method in enum io.undertow.protocols.http2.HpackEncoder.State
-
Returns the enum constant of this type with the specified name.
- 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.proxy.mod_cluster.NodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.handlers.proxy.ProxyConnectionPool.AvailabilityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.handlers.proxy.RouteIteratorFactory.ParsingCompatibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.server.handlers.proxy.RouteParsingStrategy
-
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.
- valueOf(String) - Static method in enum io.undertow.websockets.core.WebSocketFrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.undertow.websockets.core.WebSocketVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.undertow.protocols.http2.HpackEncoder.State
-
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.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.proxy.mod_cluster.NodeStatus
-
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.proxy.ProxyConnectionPool.AvailabilityType
-
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.proxy.RouteIteratorFactory.ParsingCompatibility
-
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.proxy.RouteParsingStrategy
-
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
- values() - Static method in enum io.undertow.websockets.core.WebSocketFrameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.undertow.websockets.core.WebSocketVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARY - Static variable in class io.undertow.util.Headers
- VARY_STRING - Static variable in class io.undertow.util.Headers
- 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
Credential
against a requested ID. - verifyHA1(byte[]) - Method in interface io.undertow.security.idm.DigestCredential
-
Called by the
IdentityManager
implementation to pass in the hex encoded a1 representation for validation against the current request. - verifyToken(HttpString) - Static method in class io.undertow.server.Connectors
-
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
- VERSION_CONTROL_STRING - Static variable in class io.undertow.util.Methods
- VIA - Static variable in class io.undertow.util.Headers
- VIA_STRING - Static variable in class io.undertow.util.Headers
- 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.
- VirtualHost - Class in io.undertow.server.handlers.proxy.mod_cluster
-
The virtual host handler.
- VirtualHost() - Constructor for class io.undertow.server.handlers.proxy.mod_cluster.VirtualHost
W
- wakeupReads() - Method in class io.undertow.channels.DetachableStreamSourceChannel
- wakeupReads() - Method in class io.undertow.conduits.EmptyStreamSourceConduit
- wakeupReads() - Method in class io.undertow.conduits.FixedLengthStreamSourceConduit
- wakeupReads() - Method in class io.undertow.conduits.IdleTimeoutConduit
- wakeupReads() - Method in class io.undertow.protocols.ajp.AjpClientResponseStreamSourceChannel
- wakeupReads() - Method in class io.undertow.protocols.ssl.SslConduit
- wakeupReads() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
- wakeupReads() - Method in class io.undertow.websockets.core.function.ChannelFunctionStreamSourceChannel
- wakeupWrites() - Method in class io.undertow.channels.DetachableStreamSinkChannel
- wakeupWrites() - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- wakeupWrites() - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- wakeupWrites() - Method in class io.undertow.conduits.HeadStreamSinkConduit
- wakeupWrites() - Method in class io.undertow.conduits.IdleTimeoutConduit
- wakeupWrites() - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- wakeupWrites() - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- wakeupWrites() - Method in class io.undertow.protocols.ssl.SslConduit
- wakeupWrites() - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- WARNING - Static variable in class io.undertow.util.Headers
- WARNING_STRING - Static variable in class io.undertow.util.Headers
- WEB_SOCKETS_READ_TIMEOUT - Static variable in class io.undertow.websockets.core.WebSocketChannel
-
Configure a read timeout for a web socket, in milliseconds.
- WEB_SOCKETS_WRITE_TIMEOUT - Static variable in class io.undertow.websockets.core.WebSocketChannel
-
Configure a write timeout for a web socket, in milliseconds.
- webBuilder() - Static method in class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig
- WebBuilder() - Constructor for class io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.WebBuilder
- websocket(WebSocketConnectionCallback) - Static method in class io.undertow.Handlers
- websocket(WebSocketConnectionCallback, HttpHandler) - Static method in class io.undertow.Handlers
- WebSocket07Channel - Class in io.undertow.websockets.core.protocol.version07
-
WebSocketChannel
which is used forWebSocketVersion.V08
- WebSocket07Channel(StreamConnection, ByteBufferPool, String, String, boolean, boolean, ExtensionFunction, Set<WebSocketChannel>, OptionMap) - Constructor for class io.undertow.websockets.core.protocol.version07.WebSocket07Channel
-
Create a new
WebSocket07Channel
- WebSocket07FrameSinkChannel - Class in io.undertow.websockets.core.protocol.version07
-
StreamSinkFrameChannel
implementation for writing WebSocket Frames onWebSocketVersion.V08
connections - WebSocket07FrameSinkChannel(WebSocket07Channel, WebSocketFrameType) - Constructor for class io.undertow.websockets.core.protocol.version07.WebSocket07FrameSinkChannel
- WebSocket08Channel - Class in io.undertow.websockets.core.protocol.version08
-
WebSocketChannel
which is used forWebSocketVersion.V08
- WebSocket08Channel(StreamConnection, ByteBufferPool, String, String, boolean, boolean, ExtensionFunction, Set<WebSocketChannel>, OptionMap) - Constructor for class io.undertow.websockets.core.protocol.version08.WebSocket08Channel
- WebSocket13Channel - Class in io.undertow.websockets.core.protocol.version13
-
A WebSocketChannel that handles version 13
- WebSocket13Channel(StreamConnection, ByteBufferPool, String, String, boolean, boolean, ExtensionFunction, Set<WebSocketChannel>, OptionMap) - Constructor for class io.undertow.websockets.core.protocol.version13.WebSocket13Channel
- WebSocket13ClientHandshake - Class in io.undertow.websockets.client
- WebSocket13ClientHandshake(URI) - Constructor for class io.undertow.websockets.client.WebSocket13ClientHandshake
- WebSocket13ClientHandshake(URI, WebSocketClientNegotiation, Set<ExtensionHandshake>) - Constructor for class io.undertow.websockets.client.WebSocket13ClientHandshake
- webSocketAcceptKeyMismatch(String, String) - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- webSocketAcceptKeyMismatch(String, String) - Method in interface io.undertow.websockets.core.WebSocketMessages
- webSocketAcceptKeyMismatch$str() - Method in class io.undertow.websockets.core.WebSocketMessages_$bundle
- WebSocketCallback<T> - Interface in io.undertow.websockets.core
- WebSocketChannel - Class in io.undertow.websockets.core
-
A
ConnectedChannel
which can be used to send and receive WebSocket Frames. - WebSocketChannel(StreamConnection, ByteBufferPool, WebSocketVersion, String, String, boolean, boolean, ExtensionFunction, Set<WebSocketChannel>, OptionMap) - Constructor for class io.undertow.websockets.core.WebSocketChannel
-
Create a new
WebSocketChannel
8 - WebSocketChannel.PartialFrame - Interface in io.undertow.websockets.core
-
Interface that represents a frame channel that is in the process of being created
- WebSocketClient - Class in io.undertow.websockets.client
-
The Web socket client.
- WebSocketClient.ConnectionBuilder - Class in io.undertow.websockets.client
- WebSocketClientHandshake - Class in io.undertow.websockets.client
- WebSocketClientHandshake(URI) - Constructor for class io.undertow.websockets.client.WebSocketClientHandshake
- WebSocketClientNegotiation - Class in io.undertow.websockets.client
- WebSocketClientNegotiation(List<String>, List<WebSocketExtension>) - Constructor for class io.undertow.websockets.client.WebSocketClientNegotiation
- WebSocketConnectionCallback - Interface in io.undertow.websockets
-
Interface that is used on the client side to accept web socket connections
- WebSocketException - Exception in io.undertow.websockets.core
-
Base class for all WebSocket Exceptions
- WebSocketException() - Constructor for exception io.undertow.websockets.core.WebSocketException
- WebSocketException(String) - Constructor for exception io.undertow.websockets.core.WebSocketException
- WebSocketException(String, Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketException
- WebSocketException(Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketException
- WebSocketExtension - Class in io.undertow.websockets
- WebSocketExtension(String) - Constructor for class io.undertow.websockets.WebSocketExtension
- WebSocketExtension(String, List<WebSocketExtension.Parameter>) - Constructor for class io.undertow.websockets.WebSocketExtension
- WebSocketExtension.Parameter - Class in io.undertow.websockets
- WebSocketFrame - Interface in io.undertow.websockets.core
- WebSocketFrameCorruptedException - Exception in io.undertow.websockets.core
-
WebSocketException which will be thrown if a corrupted frame was detected
- WebSocketFrameCorruptedException() - Constructor for exception io.undertow.websockets.core.WebSocketFrameCorruptedException
- WebSocketFrameCorruptedException(String) - Constructor for exception io.undertow.websockets.core.WebSocketFrameCorruptedException
- WebSocketFrameCorruptedException(String, Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketFrameCorruptedException
- WebSocketFrameCorruptedException(Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketFrameCorruptedException
- WebSocketFramePriority - Class in io.undertow.websockets.core
-
Web socket frame priority
- WebSocketFramePriority() - Constructor for class io.undertow.websockets.core.WebSocketFramePriority
- WebSocketFrameType - Enum in io.undertow.websockets.core
-
The different WebSocketFrame types which are out there.
- WebSocketHandshakeException - Exception in io.undertow.websockets.core
-
WebSocketException
which should be used during the WebSocket-Handshake processing. - WebSocketHandshakeException() - Constructor for exception io.undertow.websockets.core.WebSocketHandshakeException
- WebSocketHandshakeException(String) - Constructor for exception io.undertow.websockets.core.WebSocketHandshakeException
- WebSocketHandshakeException(String, Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketHandshakeException
- WebSocketHandshakeException(Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketHandshakeException
- WebSocketHttpExchange - Interface in io.undertow.websockets.spi
-
An abstraction for a Http exchange.
- WebSocketInvalidCloseCodeException - Exception in io.undertow.websockets.core
-
WebSocketException which will be thrown if a corrupted frame was detected
- WebSocketInvalidCloseCodeException() - Constructor for exception io.undertow.websockets.core.WebSocketInvalidCloseCodeException
- WebSocketInvalidCloseCodeException(String) - Constructor for exception io.undertow.websockets.core.WebSocketInvalidCloseCodeException
- WebSocketInvalidCloseCodeException(String, Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketInvalidCloseCodeException
- WebSocketInvalidCloseCodeException(Throwable) - Constructor for exception io.undertow.websockets.core.WebSocketInvalidCloseCodeException
- WebSocketLogger - Interface in io.undertow.websockets.core
-
log messages start at 25000
- WebSocketLogger_$logger - Class in io.undertow.websockets.core
-
Warning this class consists of generated code.
- WebSocketLogger_$logger(Logger) - Constructor for class io.undertow.websockets.core.WebSocketLogger_$logger
- WebSocketMessages - Interface in io.undertow.websockets.core
-
start at 20000
- WebSocketMessages_$bundle - Class in io.undertow.websockets.core
-
Warning this class consists of generated code.
- WebSocketMessages_$bundle() - Constructor for class io.undertow.websockets.core.WebSocketMessages_$bundle
- WebSocketProtocolHandshakeHandler - Class in io.undertow.websockets
-
HttpHandler
which will process theHttpServerExchange
and do the actual handshake/upgrade to WebSocket. - WebSocketProtocolHandshakeHandler(HttpUpgradeListener) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSocketProtocolHandshakeHandler(HttpUpgradeListener, HttpHandler) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback, HttpHandler) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSocketProtocolHandshakeHandler(Collection<Handshake>, HttpUpgradeListener) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSocketProtocolHandshakeHandler(Collection<Handshake>, HttpUpgradeListener, HttpHandler) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSocketProtocolHandshakeHandler(Collection<Handshake>, WebSocketConnectionCallback) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSocketProtocolHandshakeHandler(Collection<Handshake>, WebSocketConnectionCallback, HttpHandler) - Constructor for class io.undertow.websockets.WebSocketProtocolHandshakeHandler
-
Create a new
WebSocketProtocolHandshakeHandler
- WebSockets - Class in io.undertow.websockets.core
- WebSocketUtils - Class in io.undertow.websockets.core
-
Utility class which holds general useful utility methods which can be used within WebSocket implementations.
- WebSocketVersion - Enum in io.undertow.websockets.core
-
Enum which list all the different versions of the WebSocket specification (to the current date).
- withDefaultCharset(String) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
-
A chainable version of
FormParserFactory.Builder.setDefaultCharset(java.lang.String)
. - withParsers(List<FormParserFactory.ParserDefinition>) - Method in class io.undertow.server.handlers.form.FormParserFactory.Builder
- WorkerUtils - Class in io.undertow.util
- 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.RequestBufferingHandler.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
- wrap(ConduitFactory<StreamSinkConduit>, HttpServerExchange) - Method in class io.undertow.server.handlers.encoding.AllowedContentEncodings
- wrap(ConduitFactory<T>, HttpServerExchange) - Method in interface io.undertow.server.ConduitWrapper
-
Wrap the conduit.
- wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- wrap(ByteBuffer[], ByteBuffer) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- wrap(ByteBuffer, ByteBuffer) - Method in class io.undertow.server.protocol.http.ALPNLimitingSSLEngine
- wrapExistingConnection(StreamConnection, OptionMap) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- wrapExistingConnection(StreamConnection, OptionMap, boolean) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- wrapExistingConnection(StreamConnection, OptionMap, URI) - Method in class io.undertow.protocols.ssl.UndertowXnioSsl
- 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.RequestBufferingHandler.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.conduits.GzipStreamSourceConduit
- WRAPPER - Static variable in class io.undertow.conduits.InflatingStreamSourceConduit
- WRAPPER - Static variable in class io.undertow.server.handlers.form.EagerFormParsingHandler
- WRAPPER - Static variable in class io.undertow.server.handlers.MetricsHandler
- WRAPPER - Static variable in class io.undertow.server.handlers.SecureCookieHandler
- WrapperConduitFactory(ConduitWrapper<T>[], int, T, HttpServerExchange) - Constructor for class io.undertow.server.HttpServerExchange.WrapperConduitFactory
- WrapperStreamSinkConduitFactory(ConduitWrapper<StreamSinkConduit>[], int, HttpServerExchange, StreamSinkConduit) - Constructor for class io.undertow.server.HttpServerExchange.WrapperStreamSinkConduitFactory
- write(byte[]) - Method in class io.undertow.io.UndertowOutputStream
- write(byte[], int, int) - Method in class io.undertow.io.UndertowOutputStream
- 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(byte[], int, int) - Method in class io.undertow.websockets.core.BinaryOutputStream
- write(int) - Method in class io.undertow.io.UndertowOutputStream
- write(int) - Method in class io.undertow.util.FlexBase64.DecoderOutputStream
- write(int) - Method in class io.undertow.util.FlexBase64.EncoderOutputStream
- write(int) - Method in class io.undertow.websockets.core.BinaryOutputStream
- write(ByteBuffer) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- write(ByteBuffer) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.BytesSentStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.DebuggingStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.HeadStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.IdleTimeoutConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.RangeStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.StoredResponseStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- write(ByteBuffer) - Method in interface io.undertow.io.BufferWritableOutputStream
- write(ByteBuffer) - Method in class io.undertow.io.UndertowOutputStream
- write(ByteBuffer) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- write(ByteBuffer) - Method in class io.undertow.protocols.ssl.SslConduit
- write(ByteBuffer) - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- write(ByteBuffer) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- write(ByteBuffer) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- write(ByteBuffer) - Method in class io.undertow.websockets.core.function.ChannelFunctionWritableByteChannel
- write(ByteBuffer[]) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- write(ByteBuffer[]) - Method in interface io.undertow.io.BufferWritableOutputStream
- write(ByteBuffer[]) - Method in class io.undertow.io.UndertowOutputStream
- write(ByteBuffer[]) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- write(ByteBuffer[]) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- write(ByteBuffer...) - Method in class io.undertow.websockets.core.UTF8Output
- write(ByteBuffer[], int, int) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.BytesSentStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.DebuggingStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.HeadStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.IdleTimeoutConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.RangeStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.StoredResponseStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- write(ByteBuffer[], int, int) - Method in class io.undertow.protocols.ssl.SslConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- write(ByteBuffer[], int, int) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- write(ByteBuffer[], int, int) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- write(ByteBuffer, long) - Method in class io.undertow.websockets.core.function.ChannelFunctionFileChannel
- write(Path) - Method in class io.undertow.server.handlers.form.FormData.FileItem
- 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.RemoteObfuscatedIPAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RemoteUserAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.RequestCookieAttribute
- 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.ResponseCookieAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ResponseHeaderAttribute
- writeAttribute(HttpServerExchange, String) - Method in class io.undertow.attribute.ResponseReasonPhraseAttribute
- 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.StoredResponse
- 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
-
Deprecated.
- writeBeforeHeaderBlock(ByteBuffer) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- writeBeforeHeaderBlock(ByteBuffer) - Method in class io.undertow.protocols.http2.Http2PushPromiseStreamSinkChannel
- writeDone(StreamSinkChannel) - Method in class io.undertow.util.StringWriteChannelListener
- writeExceptionHandler() - Method in class io.undertow.server.protocol.framed.AbstractFramedChannel
- writeFinal(ByteBuffer) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.BytesSentStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.DebuggingStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.FinishableStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.HeadStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.IdleTimeoutConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.RangeStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.StoredResponseStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- writeFinal(ByteBuffer) - Method in class io.undertow.protocols.ssl.SslConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- writeFinal(ByteBuffer) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- writeFinal(ByteBuffer) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- writeFinal(ByteBuffer[]) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- writeFinal(ByteBuffer[]) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- writeFinal(ByteBuffer[]) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.channels.DetachableStreamSinkChannel
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.AbstractFramedStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.BytesSentStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.ChunkedStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.DebuggingStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.DeflatingStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.FinishableStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.HeadStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.IdleTimeoutConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.PreChunkedStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.RangeStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.RateLimitingStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.StoredResponseStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.protocols.http2.Http2DataStreamSinkChannel
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.protocols.ssl.SslConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.server.handlers.cache.ResponseCachingStreamSinkConduit
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
- writeFinal(ByteBuffer[], int, int) - Method in class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
- writeRsv(int) - Method in class io.undertow.websockets.extensions.CompositeExtensionFunction
- writeRsv(int) - Method in interface io.undertow.websockets.extensions.ExtensionFunction
-
Add RSV bits (RSV1, RSV2, RSV3) to the current rsv status.
- writeRsv(int) - Method in class io.undertow.websockets.extensions.NoopExtensionFunction
- writeRsv(int) - Method in class io.undertow.websockets.extensions.PerMessageDeflateFunction
- writeSetter - Variable in class io.undertow.channels.DetachableStreamSinkChannel
- writeTimeout(Duration) - Method in class io.undertow.server.handlers.BlockingWriteTimeoutHandler.Builder
- WriteTimeoutStreamSinkConduit - Class in io.undertow.conduits
-
Wrapper for write timeout.
- WriteTimeoutStreamSinkConduit(StreamSinkConduit, StreamConnection, OpenListener) - Constructor for class io.undertow.conduits.WriteTimeoutStreamSinkConduit
- writeTo(OutputStream) - Method in class io.undertow.util.HttpString
-
Append to an output stream.
- WRONG_CODE - Static variable in class io.undertow.websockets.core.CloseMessage
- wrongCacheTTLValue(int, int) - Method in class io.undertow.UndertowLogger_$logger
- wrongCacheTTLValue(int, int) - Method in interface io.undertow.UndertowLogger
- wrongCacheTTLValue$str() - Method in class io.undertow.UndertowLogger_$logger
- wrongMagicNumber(int) - Method in class io.undertow.UndertowMessages_$bundle
- wrongMagicNumber(int) - Method in interface io.undertow.UndertowMessages
- wrongMagicNumber(String, String) - Method in class io.undertow.client.UndertowClientMessages_$bundle
- wrongMagicNumber(String, String) - Method in interface io.undertow.client.UndertowClientMessages
- wrongMagicNumber$str() - Method in class io.undertow.client.UndertowClientMessages_$bundle
- wrongMagicNumber$str() - Method in class io.undertow.UndertowMessages_$bundle
- WWW_AUTHENTICATE - Static variable in class io.undertow.util.Headers
- WWW_AUTHENTICATE_STRING - Static variable in class io.undertow.util.Headers
X
- X_COMPRESS - Static variable in class io.undertow.util.Headers
- X_CONTENT_TYPE_OPTIONS - Static variable in class io.undertow.util.Headers
- X_CONTENT_TYPE_OPTIONS_STRING - Static variable in class io.undertow.util.Headers
- X_DISABLE_PUSH - Static variable in class io.undertow.util.Headers
- X_DISABLE_PUSH_STRING - Static variable in class io.undertow.util.Headers
- X_FORWARDED_FOR - Static variable in class io.undertow.util.Headers
- X_FORWARDED_FOR_STRING - Static variable in class io.undertow.util.Headers
- X_FORWARDED_HOST - Static variable in class io.undertow.util.Headers
- X_FORWARDED_HOST_STRING - Static variable in class io.undertow.util.Headers
- X_FORWARDED_PORT - Static variable in class io.undertow.util.Headers
- X_FORWARDED_PORT_STRING - Static variable in class io.undertow.util.Headers
- X_FORWARDED_PROTO - Static variable in class io.undertow.util.Headers
- X_FORWARDED_PROTO_STRING - Static variable in class io.undertow.util.Headers
- X_FORWARDED_SERVER - Static variable in class io.undertow.util.Headers
- X_FORWARDED_SERVER_STRING - Static variable in class io.undertow.util.Headers
- X_FRAME_OPTIONS - Static variable in class io.undertow.util.Headers
- X_FRAME_OPTIONS_STRING - Static variable in class io.undertow.util.Headers
- X_GZIP - Static variable in class io.undertow.util.Headers
- X_XSS_PROTECTION - Static variable in class io.undertow.util.Headers
- X_XSS_PROTECTION_STRING - Static variable in class io.undertow.util.Headers
- X509CertificateCredential - Class in io.undertow.security.idm
-
A
Credential
implementation which wraps an X.509 certificate. - X509CertificateCredential(X509Certificate) - Constructor for class io.undertow.security.idm.X509CertificateCredential
- XnioBufferPoolAdaptor - Class in io.undertow.server
-
Adaptor between a ByteBufferPool and an XNIO Pool
- XnioBufferPoolAdaptor(ByteBufferPool) - Constructor for class io.undertow.server.XnioBufferPoolAdaptor
- XnioByteBufferPool - Class in io.undertow.server
- XnioByteBufferPool(Pool<ByteBuffer>) - Constructor for class io.undertow.server.XnioByteBufferPool
Z
- zeroNotValidHeaderTableIndex() - Method in class io.undertow.UndertowMessages_$bundle
- zeroNotValidHeaderTableIndex() - Method in interface io.undertow.UndertowMessages
- zeroNotValidHeaderTableIndex$str() - Method in class io.undertow.UndertowMessages_$bundle
All Classes All Packages