Skip navigation links
Undertow Servlet 2.2.29.Final
A B C D E F G H I K L M N O P Q R S T U V W 

A

add(Class<? extends Throwable>, String, Logger.Level) - Method in class io.undertow.servlet.api.LoggingExceptionHandler.Builder
 
add(Class<? extends Throwable>, String) - Method in class io.undertow.servlet.api.LoggingExceptionHandler.Builder
 
add(Class<? extends Throwable>, String, Logger.Level, Logger.Level) - Method in class io.undertow.servlet.api.LoggingExceptionHandler.Builder
 
addAsyncTask(Runnable) - Method in class io.undertow.servlet.spec.AsyncContextImpl
Adds a task to be run to the async context.
addAuthenticationMechanism(String, AuthenticationMechanismFactory) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds an authentication mechanism.
addCondition(RewriteCond) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
addCookie(Cookie) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
addDateHeader(String, long) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
addDeployment(DeploymentInfo) - Method in interface io.undertow.servlet.api.ServletContainer
 
addDeployment(DeploymentInfo) - Method in class io.undertow.servlet.core.ServletContainerImpl
 
addDeploymentCompleteListener(ServletContextListener) - Method in class io.undertow.servlet.api.DeploymentInfo
Add's a listener that is only invoked once all other deployment steps have been completed The listeners contextDestroyed method will be called after all undeployment steps are undertaken
addEnvName(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
addEnvValue(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
addErrorPage(ErrorPage) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addErrorPages(ErrorPage...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addErrorPages(Collection<ErrorPage>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addFilter(FilterInfo) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addFilter(FilterInfo) - Method in class io.undertow.servlet.core.ManagedFilters
 
addFilter(String, String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addFilter(String, Filter) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addFilter(String, Class<? extends Filter>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addFilters(FilterInfo...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addFilters(Collection<FilterInfo>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addFilterServletNameMapping(String, String, DispatcherType) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addFilterUrlMapping(String, String, DispatcherType) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addFirstAuthenticationMechanism(String, AuthenticationMechanism) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds an authentication mechanism directly to the deployment.
addFirstAuthMethod(AuthMethodConfig) - Method in class io.undertow.servlet.api.LoginConfig
 
addFirstAuthMethod(String) - Method in class io.undertow.servlet.api.LoginConfig
 
addHandlerChainWrapper(HandlerWrapper) - Method in class io.undertow.servlet.api.ServletInfo
 
addHeader(String, String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
addHeader(HttpString, String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
addHeader(String, String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
addHttpMethod(String) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addHttpMethodOmission(String) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addHttpMethodOmissions(String...) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addHttpMethodOmissions(Collection<String>) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addHttpMethods(String...) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addHttpMethods(Collection<String>) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addHttpMethodSecurityInfo(HttpMethodSecurityInfo) - Method in class io.undertow.servlet.api.ServletSecurityInfo
 
addInitialHandlerChainWrapper(HandlerWrapper) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addInitParam(String, String) - Method in class io.undertow.servlet.api.FilterInfo
 
addInitParam(String, String) - Method in class io.undertow.servlet.api.ServletInfo
 
addInitParameter(String, String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addInnerHandlerChainWrapper(HandlerWrapper) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds an inner handler chain wrapper.
addIntHeader(String, int) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
addJspFile(String, String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addLastAuthenticationMechanism(String, AuthenticationMechanism) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds an authentication mechanism directly to the deployment.
addLastAuthMethod(AuthMethodConfig) - Method in class io.undertow.servlet.api.LoginConfig
 
addLastAuthMethod(String) - Method in class io.undertow.servlet.api.LoginConfig
 
addLifecycleInterceptor(LifecycleInterceptor) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addListener(ListenerInfo) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addListener(ManagedListener) - Method in class io.undertow.servlet.core.ApplicationListeners
 
addListener(AsyncListener) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
addListener(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addListener(T) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addListener(Class<? extends EventListener>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addListeners(ListenerInfo...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addListeners(Collection<ListenerInfo>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addLocaleCharsetMapping(String, String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addMapping(String) - Method in class io.undertow.servlet.api.ServletInfo
 
addMapping(String...) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
addMappings(Collection<String>) - Method in class io.undertow.servlet.api.ServletInfo
 
addMappings(String...) - Method in class io.undertow.servlet.api.ServletInfo
 
addMimeMapping(MimeMapping) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addMimeMappings(MimeMapping...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addMimeMappings(Collection<MimeMapping>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addNotificactionReceivers(NotificationReceiver...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addNotificationReceiver(NotificationReceiver) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addNotificationReceivers(Collection<NotificationReceiver>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addOuterHandlerChainWrapper(HandlerWrapper) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds an outer handler wrapper.
addPreCompressedResourceEncoding(String, String) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds a pre compressed resource encoding and maps it to a file extension
addPrincipalVsRoleMapping(String, String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addPrincipalVsRoleMappings(String, String...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addPrincipalVsRoleMappings(String, Collection<String>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addRoleAllowed(String) - Method in class io.undertow.servlet.api.SecurityInfo
 
addRolesAllowed(String...) - Method in class io.undertow.servlet.api.SecurityInfo
 
addRolesAllowed(Collection<String>) - Method in class io.undertow.servlet.api.SecurityInfo
 
addSecurityConstraint(SecurityConstraint) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addSecurityConstraint(SecurityConstraint) - Method in class io.undertow.servlet.handlers.security.SecurityPathMatches.Builder
 
addSecurityConstraints(SecurityConstraint...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addSecurityConstraints(Collection<SecurityConstraint>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addSecurityRole(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addSecurityRoleRef(String, String) - Method in class io.undertow.servlet.api.ServletInfo
 
addSecurityRoles(String...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addSecurityRoles(Collection<String>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addSecurityWrapper(HandlerWrapper) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds a security handler.
addServlet(ServletInfo) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addServlet(ServletInfo) - Method in class io.undertow.servlet.core.ManagedServlets
 
addServlet(String, String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addServlet(String, String, List<HandlerWrapper>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addServlet(String, Servlet) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addServlet(String, Class<? extends Servlet>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
addServletContainerInitalizer(ServletContainerInitializerInfo) - Method in class io.undertow.servlet.api.DeploymentInfo
Deprecated.
addServletContainerInitalizers(ServletContainerInitializerInfo...) - Method in class io.undertow.servlet.api.DeploymentInfo
Deprecated.
addServletContainerInitalizers(List<ServletContainerInitializerInfo>) - Method in class io.undertow.servlet.api.DeploymentInfo
Deprecated.
addServletContainerInitializer(ServletContainerInitializerInfo) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addServletContainerInitializers(ServletContainerInitializerInfo...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addServletContainerInitializers(List<ServletContainerInitializerInfo>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addServletContextAttribute(String, Object) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addServletExtension(ServletExtension) - Method in class io.undertow.servlet.api.DeploymentInfo
Adds an additional servlet extension to the deployment.
addServlets(ServletInfo...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addServlets(Collection<ServletInfo>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addSessionListener(SessionListener) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addThreadSetupAction(ThreadSetupAction) - Method in class io.undertow.servlet.api.DeploymentInfo
Deprecated.
addThreadSetupAction(ThreadSetupHandler) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addUrlPattern(String) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addUrlPatterns(String...) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addUrlPatterns(Collection<String>) - Method in class io.undertow.servlet.api.WebResourceCollection
 
addWebResourceCollection(WebResourceCollection) - Method in class io.undertow.servlet.api.SecurityConstraint
 
addWebResourceCollections(WebResourceCollection...) - Method in class io.undertow.servlet.api.SecurityConstraint
 
addWebResourceCollections(List<WebResourceCollection>) - Method in class io.undertow.servlet.api.SecurityConstraint
 
addWelcomePage(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addWelcomePages(String...) - Method in class io.undertow.servlet.api.DeploymentInfo
 
addWelcomePages(Collection<String>) - Method in class io.undertow.servlet.api.DeploymentInfo
 
ALLOW_POST - Static variable in class io.undertow.servlet.handlers.DefaultServlet
 
ALLOWED_EXTENSIONS - Static variable in class io.undertow.servlet.handlers.DefaultServlet
 
append(CharSequence) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
append(CharSequence, int, int) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
append(char) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
append(CharSequence) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
append(CharSequence, int, int) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
append(char) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
ApplicationListeners - Class in io.undertow.servlet.core
Class that is responsible for invoking application listeners.
ApplicationListeners(List<ManagedListener>, ServletContext) - Constructor for class io.undertow.servlet.core.ApplicationListeners
 
ApplicationListeners.ListenerState - Enum in io.undertow.servlet.core
 
ASYNC - Static variable in class io.undertow.servlet.predicate.DispatcherTypePredicate
 
asyncAlreadyStarted() - Method in interface io.undertow.servlet.UndertowServletMessages
 
asyncAlreadyStarted() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
asyncAlreadyStarted$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
AsyncContextImpl - Class in io.undertow.servlet.spec
 
AsyncContextImpl(HttpServerExchange, ServletRequest, ServletResponse, ServletRequestContext, boolean, AsyncContextImpl) - Constructor for class io.undertow.servlet.spec.AsyncContextImpl
 
asyncNotStarted() - Method in interface io.undertow.servlet.UndertowServletMessages
 
asyncNotStarted() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
asyncNotStarted$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
asyncRequestAlreadyDispatched() - Method in interface io.undertow.servlet.UndertowServletMessages
 
asyncRequestAlreadyDispatched() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
asyncRequestAlreadyDispatched$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
asyncRequestAlreadyReturnedToContainer() - Method in interface io.undertow.servlet.UndertowServletMessages
 
asyncRequestAlreadyReturnedToContainer() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
asyncRequestAlreadyReturnedToContainer$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
ATTACHMENT_KEY - Static variable in class io.undertow.servlet.handlers.ServletRequestContext
 
ATTRIBUTE_NAME - Static variable in class io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
 
attributeAdded(Session, String, Object) - Method in class io.undertow.servlet.core.SessionListenerBridge
 
attributeRemoved(Session, String, Object) - Method in class io.undertow.servlet.core.SessionListenerBridge
 
attributeUpdated(Session, String, Object, Object) - Method in class io.undertow.servlet.core.SessionListenerBridge
 
authenticate(HttpServletResponse) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
authenticationFailed() - Method in interface io.undertow.servlet.UndertowServletMessages
 
authenticationFailed() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
authenticationFailed$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
AuthMethodConfig - Class in io.undertow.servlet.api
 
AuthMethodConfig(String, Map<String, String>) - Constructor for class io.undertow.servlet.api.AuthMethodConfig
 
AuthMethodConfig(String) - Constructor for class io.undertow.servlet.api.AuthMethodConfig
 
AuthorizationManager - Interface in io.undertow.servlet.api
Authorization manager.
available() - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
available() - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 

B

BlockingWriterSenderImpl - Class in io.undertow.servlet.core
A sender that uses a print writer.
BlockingWriterSenderImpl(HttpServerExchange, PrintWriter, String) - Constructor for class io.undertow.servlet.core.BlockingWriterSenderImpl
 
BUFFER_SIZE - Static variable in class io.undertow.servlet.core.BlockingWriterSenderImpl
TODO: we should be used pooled buffers
build() - Method in class io.undertow.servlet.api.LoggingExceptionHandler.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletContextAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletNameAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRelativePathAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestLineAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestParameterAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletRequestURLAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletSessionAttribute.Builder
 
build(String) - Method in class io.undertow.servlet.attribute.ServletSessionIdAttribute.Builder
 
build(InputStream) - Static method in class io.undertow.servlet.compat.rewrite.RewriteConfigFactory
 
build(Map<String, Object>) - Method in class io.undertow.servlet.handlers.MarkSecureHandler.Builder
 
build() - Method in class io.undertow.servlet.handlers.security.SecurityPathMatches.Builder
 
build(Map<String, Object>) - Method in class io.undertow.servlet.predicate.DirectoryPredicate.Builder
 
build(Map<String, Object>) - Method in class io.undertow.servlet.predicate.DispatcherTypePredicate.Builder
 
build(Map<String, Object>) - Method in class io.undertow.servlet.predicate.FilePredicate.Builder
 
builder() - Static method in class io.undertow.servlet.api.LoggingExceptionHandler
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletContextAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletNameAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRelativePathAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestLineAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestLocaleAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestParameterAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletRequestURLAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletSessionAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.attribute.ServletSessionIdAttribute.Builder
 
Builder() - Constructor for class io.undertow.servlet.handlers.MarkSecureHandler.Builder
 
builder(DeploymentInfo) - Static method in class io.undertow.servlet.handlers.security.SecurityPathMatches
 
Builder() - Constructor for class io.undertow.servlet.predicate.DirectoryPredicate.Builder
 
Builder() - Constructor for class io.undertow.servlet.predicate.DispatcherTypePredicate.Builder
 
Builder() - Constructor for class io.undertow.servlet.predicate.FilePredicate.Builder
 

C

CachedAuthenticatedSessionHandler - Class in io.undertow.servlet.handlers.security
HttpHandler responsible for setting up the AuthenticatedSessionManager for cached authentications and registering a NotificationReceiver to receive the security notifications.
CachedAuthenticatedSessionHandler(HttpHandler, ServletContextImpl) - Constructor for class io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
 
call(HttpServerExchange, C) - Method in interface io.undertow.servlet.api.ThreadSetupHandler.Action
 
canAccessResource(List<SingleConstraintMatch>, Account, ServletInfo, HttpServletRequest, Deployment) - Method in interface io.undertow.servlet.api.AuthorizationManager
Tests if a user can access a given resource
canAccessResource(List<SingleConstraintMatch>, Account, ServletInfo, HttpServletRequest, Deployment) - Method in class io.undertow.servlet.core.DefaultAuthorizationManager
 
cannotAddServletContextListener() - Method in interface io.undertow.servlet.UndertowServletMessages
 
cannotAddServletContextListener() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
cannotAddServletContextListener$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
cannotCallFromProgramaticListener() - Method in interface io.undertow.servlet.UndertowServletMessages
 
cannotCallFromProgramaticListener() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
cannotCallFromProgramaticListener$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
cannotLoadClass(String, Exception) - Method in interface io.undertow.servlet.UndertowServletMessages
 
cannotLoadClass(String, Exception) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
cannotLoadClass$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
canOnlyRemoveDeploymentsWhenUndeployed(DeploymentManager.State) - Method in interface io.undertow.servlet.UndertowServletMessages
 
canOnlyRemoveDeploymentsWhenUndeployed(DeploymentManager.State) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
canOnlyRemoveDeploymentsWhenUndeployed$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
cantCallFromDynamicListener(String, String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
cantCallFromDynamicListener(String, String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
cantCallFromDynamicListener$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
chain - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This flag chains the current rule with the next rule (which itself can be chained with the following rule, etc.).
changeSessionId() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
checkError() - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
checkError() - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
ClassIntrospecter - Interface in io.undertow.servlet.api
Interface that is provided by the container to create a servlet / filter / listener definition from a given class, based on the annotations present on the class.
clear(String) - Method in interface io.undertow.servlet.api.SessionPersistenceManager
 
clear(String) - Method in class io.undertow.servlet.util.InMemorySessionPersistence
 
clearAttributes() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
clearCurrentServletAttachments() - Static method in class io.undertow.servlet.handlers.ServletRequestContext
 
clearLoginMethods() - Method in class io.undertow.servlet.api.DeploymentInfo
Removes all configured authentication mechanisms from the deployment.
clearSession(HttpServerExchange, String) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
clone() - Method in class io.undertow.servlet.api.AuthMethodConfig
 
clone() - Method in class io.undertow.servlet.api.DeploymentInfo
 
clone() - Method in class io.undertow.servlet.api.FilterInfo
 
clone() - Method in class io.undertow.servlet.api.HttpMethodSecurityInfo
 
clone() - Method in class io.undertow.servlet.api.LoginConfig
 
clone() - Method in class io.undertow.servlet.api.SecurityConstraint
 
clone() - Method in class io.undertow.servlet.api.SecurityInfo
 
clone() - Method in class io.undertow.servlet.api.ServletInfo
 
clone() - Method in class io.undertow.servlet.api.ServletSecurityInfo
 
clone() - Method in class io.undertow.servlet.api.WebResourceCollection
 
close(IoCallback) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
close() - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
close() - Method in class io.undertow.servlet.core.ServletBlockingHttpExchange
 
close() - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
close() - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
close() - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
close() - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
close() - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 
close() - Method in class io.undertow.servlet.spec.UpgradeServletOutputStream
 
close() - Method in class io.undertow.servlet.spec.WebConnectionImpl
 
close() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
closeAndDrainRequest() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
closeAsync() - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
Closes the channel, and flushes any data out using async IO
closeStreamAndWriter() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
compareTo(Object) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
complete() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
completeInternal(boolean) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
componentMustHaveDefaultConstructor(String, Class<?>) - Method in interface io.undertow.servlet.UndertowServletMessages
 
componentMustHaveDefaultConstructor(String, Class<?>) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
componentMustHaveDefaultConstructor$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
condition - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond
 
Condition() - Constructor for class io.undertow.servlet.compat.rewrite.RewriteCond.Condition
 
condition - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond.LexicalCondition
 
conditions - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
condPattern - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond
 
confidentialityRequired(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
 
ConfidentialPortManager - Interface in io.undertow.servlet.api
A utility to take the HttpServerExchange of the current request and obtain the number of the port number to use in https redirects.
ConstructorInstanceFactory<T> - Class in io.undertow.servlet.util
 
ConstructorInstanceFactory(Constructor<T>) - Constructor for class io.undertow.servlet.util.ConstructorInstanceFactory
 
containsHeader(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
contentHasBeenWritten() - Method in interface io.undertow.servlet.UndertowServletMessages
 
contentHasBeenWritten() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
contentHasBeenWritten$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
contextAttachmentKey - Static variable in class io.undertow.servlet.spec.ServletContextImpl
 
ContextClassLoaderSetupAction - Class in io.undertow.servlet.core
 
ContextClassLoaderSetupAction(ClassLoader) - Constructor for class io.undertow.servlet.core.ContextClassLoaderSetupAction
 
contextDestroyed() - Method in class io.undertow.servlet.core.ApplicationListeners
 
contextDestroyed() - Method in interface io.undertow.servlet.UndertowServletLogger
 
contextDestroyed() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
contextDestroyed$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
contextInitialized() - Method in class io.undertow.servlet.core.ApplicationListeners
 
cookie - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This sets a cookie on the client's browser.
cookieDomain - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookieHttpOnly - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookieLifetime - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookieName - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookiePath - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookieResult - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookieSecure - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookieSubstitution - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
cookieValue - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
couldNotCreateFactory(String, Exception) - Method in interface io.undertow.servlet.UndertowServletMessages
 
couldNotCreateFactory(String, Exception) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
couldNotCreateFactory$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
couldNotFindContextToDispatchTo(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
couldNotFindContextToDispatchTo(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
couldNotFindContextToDispatchTo$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
couldNotInstantiateComponent(String, Exception) - Method in interface io.undertow.servlet.UndertowServletMessages
 
couldNotInstantiateComponent(String, Exception) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
couldNotInstantiateComponent$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
CrawlerSessionManagerConfig - Class in io.undertow.servlet.api
 
CrawlerSessionManagerConfig() - Constructor for class io.undertow.servlet.api.CrawlerSessionManagerConfig
 
CrawlerSessionManagerConfig(int) - Constructor for class io.undertow.servlet.api.CrawlerSessionManagerConfig
 
CrawlerSessionManagerConfig(String) - Constructor for class io.undertow.servlet.api.CrawlerSessionManagerConfig
 
CrawlerSessionManagerConfig(int, String) - Constructor for class io.undertow.servlet.api.CrawlerSessionManagerConfig
 
CrawlerSessionManagerHandler - Class in io.undertow.servlet.handlers
Web crawlers can trigger the creation of many thousands of sessions as they crawl a site which may result in significant memory consumption.
CrawlerSessionManagerHandler(CrawlerSessionManagerConfig, HttpHandler) - Constructor for class io.undertow.servlet.handlers.CrawlerSessionManagerHandler
 
create(ThreadSetupHandler.Action<T, C>) - Method in interface io.undertow.servlet.api.ThreadSetupHandler
 
create(ThreadSetupHandler.Action<T, C>) - Method in class io.undertow.servlet.core.ContextClassLoaderSetupAction
 
create(String, IdentityManager, FormParserFactory, Map<String, String>) - Method in class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.Factory
 
createFilter() - Method in class io.undertow.servlet.core.ManagedFilter
 
createFilter(Class<T>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
createInstance() - Method in class io.undertow.servlet.api.HttpMethodSecurityInfo
 
createInstance() - Method in interface io.undertow.servlet.api.InstanceFactory
Factory that creates a fully injected instance.
createInstance() - Method in class io.undertow.servlet.api.SecurityConstraint
 
createInstance() - Method in class io.undertow.servlet.api.SecurityInfo
 
createInstance() - Method in class io.undertow.servlet.api.ServletSecurityInfo
 
createInstance() - Method in class io.undertow.servlet.util.ConstructorInstanceFactory
 
createInstance() - Method in class io.undertow.servlet.util.ImmediateInstanceFactory
 
createInstanceFactory(Class<T>) - Method in interface io.undertow.servlet.api.ClassIntrospecter
 
createInstanceFactory(Class<T>) - Method in class io.undertow.servlet.util.DefaultClassIntrospector
 
createListener(Class<T>) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
createListener(Class<T>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
createServlet() - Method in class io.undertow.servlet.core.ManagedServlet
 
createServlet(Class<T>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
createSessionManager(Deployment) - Method in interface io.undertow.servlet.api.SessionManagerFactory
 
createSessionManager(Deployment) - Method in class io.undertow.servlet.core.InMemorySessionManagerFactory
 
createThreadSetupAction(ThreadSetupHandler.Action<T, C>) - Method in interface io.undertow.servlet.api.Deployment
 
createThreadSetupAction(ThreadSetupHandler.Action<C, T>) - Method in class io.undertow.servlet.core.DeploymentImpl
 
current() - Static method in class io.undertow.servlet.handlers.ServletRequestContext
Gets the current threads ServletRequestContext if set, otherwise null.

D

declareRoles(String...) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
DEFAULT - Static variable in class io.undertow.servlet.api.LoggingExceptionHandler
 
DEFAULT_ALLOWED - Static variable in class io.undertow.servlet.handlers.DefaultServlet
 
DEFAULT_CRAWLER_REGEX - Static variable in class io.undertow.servlet.api.CrawlerSessionManagerConfig
 
DEFAULT_SERVLET_NAME - Static variable in class io.undertow.servlet.handlers.ServletPathMatches
 
DEFAULT_SESSION_ID - Static variable in class io.undertow.servlet.api.ServletSessionConfig
 
DefaultAuthorizationManager - Class in io.undertow.servlet.core
Default authorization manager that simply implements the rules as specified by the servlet spec
DefaultClassIntrospector - Class in io.undertow.servlet.util
 
defaultContainer() - Static method in class io.undertow.servlet.Servlets
Returns the default servlet container.
defaultParameter() - Method in class io.undertow.servlet.handlers.MarkSecureHandler.Builder
 
defaultParameter() - Method in class io.undertow.servlet.predicate.DirectoryPredicate.Builder
 
defaultParameter() - Method in class io.undertow.servlet.predicate.DispatcherTypePredicate.Builder
 
defaultParameter() - Method in class io.undertow.servlet.predicate.FilePredicate.Builder
 
DefaultServlet - Class in io.undertow.servlet.handlers
Default servlet responsible for serving up resources.
DefaultServlet() - Constructor for class io.undertow.servlet.handlers.DefaultServlet
 
DefaultServletConfig - Class in io.undertow.servlet.api
Deprecated.
DefaultServletConfig(boolean, Set<String>) - Constructor for class io.undertow.servlet.api.DefaultServletConfig
Deprecated.
 
DefaultServletConfig(boolean) - Constructor for class io.undertow.servlet.api.DefaultServletConfig
Deprecated.
 
DefaultServletConfig() - Constructor for class io.undertow.servlet.api.DefaultServletConfig
Deprecated.
 
defaultValue - Variable in class io.undertow.servlet.compat.rewrite.Substitution.MapElement
 
delete() - Method in class io.undertow.servlet.spec.PartImpl
 
deleteFailed(Path) - Method in interface io.undertow.servlet.UndertowServletMessages
 
deleteFailed(Path) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
deleteFailed$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
deploy() - Method in interface io.undertow.servlet.api.DeploymentManager
Perform the initial deployment.
deploy() - Method in class io.undertow.servlet.core.DeploymentManagerImpl
 
Deployment - Interface in io.undertow.servlet.api
Runtime representation of a deployment.
deployment() - Static method in class io.undertow.servlet.Servlets
Creates a new servlet deployment info structure
DeploymentImpl - Class in io.undertow.servlet.core
Class that represents the mutable state associated with a servlet deployment that is built up during the bootstrap process.
DeploymentImpl(DeploymentManager, DeploymentInfo, ServletContainer) - Constructor for class io.undertow.servlet.core.DeploymentImpl
 
DeploymentInfo - Class in io.undertow.servlet.api
Represents a servlet deployment.
DeploymentInfo() - Constructor for class io.undertow.servlet.api.DeploymentInfo
 
DeploymentManager - Interface in io.undertow.servlet.api
Manager that can be used to deploy and undeploy a servlet deployment.
DeploymentManager.State - Enum in io.undertow.servlet.api
 
DeploymentManagerImpl - Class in io.undertow.servlet.core
The deployment manager.
DeploymentManagerImpl(DeploymentInfo, ServletContainer) - Constructor for class io.undertow.servlet.core.DeploymentManagerImpl
 
deploymentStopped(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
deploymentStopped(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
deploymentStopped$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
destroy(ServletInfo, Servlet, LifecycleInterceptor.LifecycleContext) - Method in interface io.undertow.servlet.api.LifecycleInterceptor
 
destroy(FilterInfo, Filter, LifecycleInterceptor.LifecycleContext) - Method in interface io.undertow.servlet.api.LifecycleInterceptor
 
destroy() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
DIRECTORY_LISTING - Static variable in class io.undertow.servlet.handlers.DefaultServlet
 
DirectoryPredicate - Class in io.undertow.servlet.predicate
Predicate that returns true if the given location corresponds to a directory.
DirectoryPredicate(ExchangeAttribute) - Constructor for class io.undertow.servlet.predicate.DirectoryPredicate
 
DirectoryPredicate.Builder - Class in io.undertow.servlet.predicate
 
DISALLOWED_EXTENSIONS - Static variable in class io.undertow.servlet.handlers.DefaultServlet
 
dispatch() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
dispatch(String) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
dispatch(ServletContext, String) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
dispatchAsync(String, HttpServletRequestImpl, HttpServletResponseImpl, ServletContextImpl) - Static method in class io.undertow.servlet.util.DispatchUtils
Perform an async dispatch to a path assigning everything needed to the request, response and exchange.
dispatchError(String, String, Throwable, String, HttpServletRequestImpl, HttpServletResponseImpl, ServletContextImpl) - Static method in class io.undertow.servlet.util.DispatchUtils
Perform a error dispatch to a path assigning everything needed to the request, response and exchange.
DispatcherTypePredicate - Class in io.undertow.servlet.predicate
Predicate that returns true if the dispatcher type matches the specified type.
DispatcherTypePredicate(DispatcherType) - Constructor for class io.undertow.servlet.predicate.DispatcherTypePredicate
 
DispatcherTypePredicate.Builder - Class in io.undertow.servlet.predicate
 
dispatchForward(String, HttpServletRequestImpl, HttpServletResponseImpl, ServletContextImpl) - Static method in class io.undertow.servlet.util.DispatchUtils
Perform a forward dispatch to a path assigning everything needed to the request, response and exchange.
dispatchInclude(String, HttpServletRequestImpl, HttpServletResponseImpl, ServletContextImpl) - Static method in class io.undertow.servlet.util.DispatchUtils
Perform an include dispatch to a path assigning everything needed to the request, response and exchange.
dispatchMockRequest(HttpServletRequest, HttpServletResponse) - Method in interface io.undertow.servlet.api.ServletDispatcher
Dispatches a mock request to the servlet container.
dispatchMockRequest(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.handlers.ServletInitialHandler
 
dispatchToPath(HttpServerExchange, ServletPathMatch, DispatcherType) - Method in interface io.undertow.servlet.api.ServletDispatcher
Dispatches a servlet request to the specified servlet path, changing the current path
dispatchToPath(HttpServerExchange, ServletPathMatch, DispatcherType) - Method in class io.undertow.servlet.handlers.ServletInitialHandler
 
dispatchToServlet(HttpServerExchange, ServletChain, DispatcherType) - Method in interface io.undertow.servlet.api.ServletDispatcher
Dispatches a servlet request to the specified servlet, without changing the current path
dispatchToServlet(HttpServerExchange, ServletChain, DispatcherType) - Method in class io.undertow.servlet.handlers.ServletInitialHandler
 
DispatchUtils - Class in io.undertow.servlet.util
Utility class to manage the dispatching parsing of the path.
displayStackTraces() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.handlers.DefaultServlet
 
doErrorDispatch(int, String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.undertow.servlet.core.ManagedFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.handlers.DefaultServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.websockets.WebSocketServlet
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.handlers.DefaultServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.handlers.DefaultServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.handlers.DefaultServlet
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class io.undertow.servlet.handlers.DefaultServlet
 

E

elements - Variable in class io.undertow.servlet.compat.rewrite.Substitution
 
EmptyEnumeration - Class in io.undertow.servlet.util
 
encodeRedirectUrl(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
encodeRedirectURL(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeUrl(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
encodeURL(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
endExchange() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
env - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This forces a request attribute named VAR to be set to the value VAL, where VAL can contain regexp back references $N and %N which will be expanded.
envName - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
envResult - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
envSubstitution - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
envValue - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
equals(Object) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
equals(Object) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
ERROR - Static variable in class io.undertow.servlet.predicate.DispatcherTypePredicate
 
error(ServletRequestContext, ServletRequest, ServletResponse, String, String) - Method in class io.undertow.servlet.spec.RequestDispatcherImpl
 
error(ServletRequestContext, ServletRequest, ServletResponse, String) - Method in class io.undertow.servlet.spec.RequestDispatcherImpl
 
error(ServletRequestContext, ServletRequest, ServletResponse, String, Throwable) - Method in class io.undertow.servlet.spec.RequestDispatcherImpl
 
ERROR_CSS - Static variable in class io.undertow.servlet.handlers.ServletDebugPageHandler
 
errorGeneratingErrorPage(String, Object, int, Throwable) - Method in interface io.undertow.servlet.UndertowServletLogger
 
errorGeneratingErrorPage(String, Object, int, Throwable) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
errorGeneratingErrorPage$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
errorInvokingListener(String, Class<?>, Throwable) - Method in interface io.undertow.servlet.UndertowServletLogger
 
errorInvokingListener(String, Class<?>, Throwable) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
errorInvokingListener$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
ErrorPage - Class in io.undertow.servlet.api
A servlet error page mapping
ErrorPage(String, Class<? extends Throwable>) - Constructor for class io.undertow.servlet.api.ErrorPage
 
ErrorPage(String, int) - Constructor for class io.undertow.servlet.api.ErrorPage
 
ErrorPage(String) - Constructor for class io.undertow.servlet.api.ErrorPage
 
errorPage(String, Class<? extends Throwable>) - Static method in class io.undertow.servlet.Servlets
Create an ErrorPage instance for a given exception type
errorPage(String, int) - Static method in class io.undertow.servlet.Servlets
Create an ErrorPage instance for a given response code
errorPage(String) - Static method in class io.undertow.servlet.Servlets
Create an ErrorPage that corresponds to the default error page
ErrorPages - Class in io.undertow.servlet.core
Class that maintains information about error page mappings.
ErrorPages(Map<Integer, String>, Map<Class<? extends Throwable>, String>, String) - Constructor for class io.undertow.servlet.core.ErrorPages
 
errorReadingRewriteConfiguration(IOException) - Method in interface io.undertow.servlet.UndertowServletLogger
 
errorReadingRewriteConfiguration(IOException) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
errorReadingRewriteConfiguration$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
escapeBodyText(String) - Static method in class io.undertow.servlet.handlers.ServletDebugPageHandler
 
evaluate(String, Resolver) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond.Condition
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
Evaluate the condition based on the context
evaluate(String, Resolver) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond.LexicalCondition
 
evaluate(String, Resolver) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond.PatternCondition
 
evaluate(String, Resolver) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond.ResourceCondition
 
evaluate(CharSequence, Resolver) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
Evaluate the rule based on the context
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution
Evaluate the substitution based on the context
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.MapElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.RewriteCondBackReferenceElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.RewriteRuleBackReferenceElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableEnvElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableHttpElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableSslElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.StaticElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class io.undertow.servlet.compat.rewrite.Substitution.SubstitutionElement
 
ExceptionHandler - Interface in io.undertow.servlet.api
An exception handler allows you to perform custom actions when an exception propagates out of the servlet handler chain.
ExceptionLog - Annotation Type in io.undertow.servlet
Annotation that can be applied to exceptions to control how they are logged by Undertow.

F

Factory() - Constructor for class io.undertow.servlet.api.ServletContainer.Factory
 
FACTORY - Static variable in class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
Factory(IdentityManager) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.Factory
Deprecated.
Factory() - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.Factory
 
failedToDestroy(Object, Throwable) - Method in interface io.undertow.servlet.UndertowServletLogger
 
failedToDestroy(Object, Throwable) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedToDestroy$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedToLoad(String, String, Throwable) - Method in interface io.undertow.servlet.UndertowServletLogger
 
failedToLoad(String, String, Throwable) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedToLoad$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedtoLoadPersistentSessions(Exception) - Method in interface io.undertow.servlet.UndertowServletLogger
 
failedtoLoadPersistentSessions(Exception) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedtoLoadPersistentSessions$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedToPersistSessionAttribute(String, Object, String, Exception) - Method in interface io.undertow.servlet.UndertowServletLogger
 
failedToPersistSessionAttribute(String, Object, String, Exception) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedToPersistSessionAttribute$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedToPersistSessions(Exception) - Method in interface io.undertow.servlet.UndertowServletLogger
 
failedToPersistSessions(Exception) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failedToPersistSessions$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failureDispatchingAsyncEvent(Throwable) - Method in interface io.undertow.servlet.UndertowServletLogger
 
failureDispatchingAsyncEvent(Throwable) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
failureDispatchingAsyncEvent$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
FilePredicate - Class in io.undertow.servlet.predicate
Predicate that returns true if the given location corresponds to a regular file.
FilePredicate(ExchangeAttribute) - Constructor for class io.undertow.servlet.predicate.FilePredicate
 
FilePredicate(ExchangeAttribute, boolean) - Constructor for class io.undertow.servlet.predicate.FilePredicate
 
FilePredicate.Builder - Class in io.undertow.servlet.predicate
 
filter(Class<? extends Filter>) - Static method in class io.undertow.servlet.Servlets
Creates a new filter description with the given class.
filter(String, Class<? extends Filter>) - Static method in class io.undertow.servlet.Servlets
Creates a new filter description with the given name and class
filter(String, Class<? extends Filter>, InstanceFactory<? extends Filter>) - Static method in class io.undertow.servlet.Servlets
Creates a new filter description with the given name and class
FilterConfigImpl - Class in io.undertow.servlet.spec
 
FilterConfigImpl(FilterInfo, ServletContext) - Constructor for class io.undertow.servlet.spec.FilterConfigImpl
 
FilterHandler - Class in io.undertow.servlet.handlers
 
FilterHandler(Map<DispatcherType, List<ManagedFilter>>, boolean, HttpHandler) - Constructor for class io.undertow.servlet.handlers.FilterHandler
 
FilterInfo - Class in io.undertow.servlet.api
 
FilterInfo(String, Class<? extends Filter>) - Constructor for class io.undertow.servlet.api.FilterInfo
 
FilterInfo(String, Class<? extends Filter>, InstanceFactory<? extends Filter>) - Constructor for class io.undertow.servlet.api.FilterInfo
 
FilterMappingInfo - Class in io.undertow.servlet.api
 
FilterMappingInfo(String, FilterMappingInfo.MappingType, String, DispatcherType) - Constructor for class io.undertow.servlet.api.FilterMappingInfo
 
FilterMappingInfo.MappingType - Enum in io.undertow.servlet.api
 
filterMustImplementFilter(String, Class<? extends Filter>) - Method in interface io.undertow.servlet.UndertowServletMessages
 
filterMustImplementFilter(String, Class<? extends Filter>) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
filterMustImplementFilter$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
filterNotFound(String, String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
filterNotFound(String, String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
filterNotFound$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
FilterRegistrationImpl - Class in io.undertow.servlet.spec
 
FilterRegistrationImpl(FilterInfo, Deployment, ServletContextImpl) - Constructor for class io.undertow.servlet.spec.FilterRegistrationImpl
 
findSessionId(HttpServerExchange) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
flush() - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
flush() - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
flush() - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
flush() - Method in class io.undertow.servlet.spec.UpgradeServletOutputStream
 
flushBuffer() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
flushInternal() - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
forbidden - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This forces the current URL to be forbidden, i.e., it immediately sends back a HTTP response of 403 (FORBIDDEN).
forceInit() - Method in class io.undertow.servlet.core.ManagedFilter
 
forceInit() - Method in class io.undertow.servlet.core.ManagedServlet
 
format(String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
format(Locale, String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
format(String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
format(Locale, String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
forSession(Session, ServletContext, boolean) - Static method in class io.undertow.servlet.spec.HttpSessionImpl
 
FORWARD - Static variable in class io.undertow.servlet.predicate.DispatcherTypePredicate
 
forward(ServletRequest, ServletResponse) - Method in class io.undertow.servlet.spec.RequestDispatcherImpl
 
freeResources() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
Frees any resources (namely buffers) that may be associated with this request.
freeResources() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 

G

getAllowed() - Method in class io.undertow.servlet.api.DefaultServletConfig
Deprecated.
 
getApplicationListeners() - Method in interface io.undertow.servlet.api.Deployment
 
getApplicationListeners() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getAsyncContext() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getAsyncContextInternal() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getAsyncExecutor() - Method in interface io.undertow.servlet.api.Deployment
 
getAsyncExecutor() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getAsyncExecutor() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getAttachment(AttachmentKey<T>) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getAttribute(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getAttribute(String) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getAttribute(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getAttributeNames() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getAttributeNames() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getAttributeNames() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getAuthenticationMechanisms() - Method in interface io.undertow.servlet.api.Deployment
 
getAuthenticationMechanisms() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getAuthenticationMechanisms() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getAuthenticationMode() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getAuthMethods() - Method in class io.undertow.servlet.api.LoginConfig
 
getAuthorizationManager() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getAuthType() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getBufferPool() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getBufferSize() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getCharacterEncoding() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getCharacterEncoding() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getClassIntrospecter() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getClassLoader() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getClassLoader() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getClassName() - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
getClassName() - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
getComment() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
getComment() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getComment() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
getConditions() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getCondPattern() - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
getConfidentialPort(HttpServerExchange) - Method in interface io.undertow.servlet.api.ConfidentialPortManager
Obtain the port number to redirect the current request to to provide the transport guarantee of CONDIFENTIAL.
getConfidentialPortManager() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getContainerMajorVersion() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getContainerMinorVersion() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getContentLength() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getContentLength() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getContentLengthLong() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getContentType() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getContentType() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getContentType() - Method in class io.undertow.servlet.spec.PartImpl
 
getContentTypeCacheSize() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getContext(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getContextPath() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getContextPath() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getContextPath() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getCookieDomain() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getCookieLifetime() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getCookieName() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getCookiePath() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getCookieResult() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getCookies() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getCookieValue() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getCrawlerSessionManagerConfig() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getCrawlerUserAgents() - Method in class io.undertow.servlet.api.CrawlerSessionManagerConfig
 
getCreationTime() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getCurrentServlet() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getCurrentServletContext() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getDateHeader(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getDefaultCharset() - Method in interface io.undertow.servlet.api.Deployment
Deprecated.
getDefaultCharset() - Method in class io.undertow.servlet.core.DeploymentImpl
Deprecated.
getDefaultCookieVersion() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDefaultEncoding() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDefaultMultipartConfig() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDefaultRequestCharset() - Method in interface io.undertow.servlet.api.Deployment
 
getDefaultRequestCharset() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getDefaultRequestEncoding() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDefaultResponseCharset() - Method in interface io.undertow.servlet.api.Deployment
 
getDefaultResponseCharset() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getDefaultResponseEncoding() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDefaultServletConfig() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDefaultSessionTimeout() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDefaultSessionTrackingModes() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getDeployment() - Method in interface io.undertow.servlet.api.DeploymentManager
 
getDeployment(String) - Method in interface io.undertow.servlet.api.ServletContainer
 
getDeployment() - Method in class io.undertow.servlet.core.DeploymentManagerImpl
 
getDeployment(String) - Method in class io.undertow.servlet.core.ServletContainerImpl
 
getDeployment() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getDeployment() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getDeploymentByPath(String) - Method in interface io.undertow.servlet.api.ServletContainer
 
getDeploymentByPath(String) - Method in class io.undertow.servlet.core.ServletContainerImpl
 
getDeploymentCompleteListeners() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDeploymentInfo() - Method in interface io.undertow.servlet.api.Deployment
 
getDeploymentInfo() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getDeploymentName() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDeploymentState() - Method in interface io.undertow.servlet.api.Deployment
 
getDeploymentState() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getDisallowed() - Method in class io.undertow.servlet.api.DefaultServletConfig
Deprecated.
 
getDispatcher() - Method in class io.undertow.servlet.api.FilterMappingInfo
 
getDispatcherType() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getDispatcherType() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getDisplayName() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getDomain() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
getDomain() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getDomain() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
getEffectiveMajorVersion() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getEffectiveMinorVersion() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getEffectiveSessionTrackingModes() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getEmptyRoleSemantic() - Method in class io.undertow.servlet.api.SecurityInfo
 
getEmptyRoleSemantic() - Method in class io.undertow.servlet.api.SingleConstraintMatch
 
getEnvName(int) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getEnvResult(int) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getEnvSize() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getEnvValue(int) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getErrorCode() - Method in class io.undertow.servlet.api.ErrorPage
 
getErrorCode() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getErrorLocation(int) - Method in class io.undertow.servlet.core.ErrorPages
 
getErrorLocation(Throwable) - Method in class io.undertow.servlet.core.ErrorPages
 
getErrorMessage() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getErrorPage() - Method in class io.undertow.servlet.api.LoginConfig
 
getErrorPages() - Method in interface io.undertow.servlet.api.Deployment
 
getErrorPages() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getErrorPages() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getExceptionHandler() - Method in class io.undertow.servlet.api.DeploymentInfo
Returns the exception handler that is used by this deployment.
getExceptionType() - Method in class io.undertow.servlet.api.ErrorPage
 
getExchange() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getExchange() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getExchange() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getExecutor() - Method in interface io.undertow.servlet.api.Deployment
 
getExecutor() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getExecutor() - Method in class io.undertow.servlet.api.ServletInfo
 
getExecutor() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getExecutor() - Method in class io.undertow.servlet.handlers.ServletChain
 
getExpiration() - Method in class io.undertow.servlet.api.SessionPersistenceManager.PersistentSession
 
getExpires() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getExtension() - Method in class io.undertow.servlet.api.MimeMapping
 
getFallback() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
getFilterClass() - Method in class io.undertow.servlet.api.FilterInfo
 
getFilterInfo() - Method in class io.undertow.servlet.core.ManagedFilter
 
getFilterMappings() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getFilterName() - Method in class io.undertow.servlet.api.FilterMappingInfo
 
getFilterName() - Method in class io.undertow.servlet.spec.FilterConfigImpl
 
getFilterRegistration(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getFilterRegistrations() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getFilters() - Method in interface io.undertow.servlet.api.Deployment
 
getFilters() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getFilters() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getFilters() - Method in class io.undertow.servlet.core.ManagedFilters
 
getFormParserFactory() - Method in class io.undertow.servlet.core.ManagedServlet
 
getHandler() - Method in interface io.undertow.servlet.api.Deployment
 
getHandler() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getHandler() - Method in class io.undertow.servlet.handlers.ServletChain
 
getHandlerChainWrappers() - Method in class io.undertow.servlet.api.ServletInfo
 
getHandlesTypes() - Method in class io.undertow.servlet.api.ServletContainerInitializerInfo
Returns the actual types present in the deployment that are handled by this ServletContainerInitializer.
getHeader(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getHeader(HttpString) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getHeader(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getHeader(String) - Method in class io.undertow.servlet.spec.PartImpl
 
getHeader(String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
getHeaderNames() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getHeaderNames() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getHeaderNames() - Method in class io.undertow.servlet.spec.PartImpl
 
getHeaderNames() - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
getHeaders(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getHeaders(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getHeaders(String) - Method in class io.undertow.servlet.spec.PartImpl
 
getHostName() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getHttpMethodOmissions() - Method in class io.undertow.servlet.api.WebResourceCollection
 
getHttpMethods() - Method in class io.undertow.servlet.api.WebResourceCollection
 
getHttpMethodSecurityInfo() - Method in class io.undertow.servlet.api.ServletSecurityInfo
 
getHttpServletMapping() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getId() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getIdentityManager() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getInitialHandlerChainWrappers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getInitialSecurityWrapper() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getInitParameter(String) - Method in class io.undertow.servlet.spec.FilterConfigImpl
 
getInitParameter(String) - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
getInitParameter(String) - Method in class io.undertow.servlet.spec.ServletConfigImpl
 
getInitParameter(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getInitParameter(String) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
getInitParameterNames() - Method in class io.undertow.servlet.spec.FilterConfigImpl
 
getInitParameterNames() - Method in class io.undertow.servlet.spec.ServletConfigImpl
 
getInitParameterNames() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getInitParameters() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getInitParameters() - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
getInitParameters() - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
getInitParams() - Method in class io.undertow.servlet.api.FilterInfo
 
getInitParams() - Method in class io.undertow.servlet.api.ServletInfo
 
getInnerHandlerChainWrappers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getInputStream() - Method in class io.undertow.servlet.core.ServletBlockingHttpExchange
 
getInputStream() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getInputStream() - Method in class io.undertow.servlet.spec.PartImpl
 
getInputStream() - Method in class io.undertow.servlet.spec.WebConnectionImpl
 
getInputStreamAlreadyCalled() - Method in interface io.undertow.servlet.UndertowServletMessages
 
getInputStreamAlreadyCalled() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getInputStreamAlreadyCalled$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getInstance() - Method in interface io.undertow.servlet.api.InstanceHandle
 
getInstance() - Method in class io.undertow.servlet.util.ImmediateInstanceHandle
 
getInstanceFactory() - Method in class io.undertow.servlet.api.FilterInfo
 
getInstanceFactory() - Method in class io.undertow.servlet.api.ListenerInfo
 
getInstanceFactory() - Method in class io.undertow.servlet.api.ServletContainerInitializerInfo
 
getInstanceFactory() - Method in class io.undertow.servlet.api.ServletInfo
 
getIntHeader(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getJaspiAuthenticationMechanism() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getJspConfigDescriptor() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getJspConfigDescriptor() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getJspFile() - Method in class io.undertow.servlet.api.ServletInfo
 
getKeyLength(String) - Static method in class io.undertow.servlet.handlers.security.SSLInformationAssociationHandler
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
getLastAccessedTime() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getLifecycleInterceptors() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getLifecycleObjects() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getLinkedRole() - Method in class io.undertow.servlet.api.SecurityRoleRef
 
getListenerClass() - Method in class io.undertow.servlet.api.ListenerInfo
 
getListenerInfo() - Method in class io.undertow.servlet.core.ManagedListener
 
getListeners() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getLoadOnStartup() - Method in class io.undertow.servlet.api.ServletInfo
 
getLocalAddr() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getLocale() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getLocale() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getLocaleCharsetMapping() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getLocales() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getLocalName() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
String java.net.InetAddress.getHostName() Gets the host name for this IP address.
getLocalPort() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getLocation() - Method in class io.undertow.servlet.api.ErrorPage
 
getLoggingLocale() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
getLoggingLocale() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getLoginConfig() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getLoginPage() - Method in class io.undertow.servlet.api.LoginConfig
 
getMajorVersion() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getMajorVersion() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getManagedFilter(String) - Method in class io.undertow.servlet.core.ManagedFilters
 
getManagedServlet(String) - Method in class io.undertow.servlet.core.ManagedServlets
 
getManagedServlet() - Method in class io.undertow.servlet.handlers.ServletChain
 
getManagedServlet() - Method in class io.undertow.servlet.handlers.ServletHandler
 
getMapping() - Method in class io.undertow.servlet.api.FilterMappingInfo
 
getMappingMatch() - Method in class io.undertow.servlet.handlers.ServletChain
 
getMappingMatch() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
getMappingMatch() - Method in class io.undertow.servlet.spec.MappingImpl
 
getMappings() - Method in class io.undertow.servlet.api.ServletInfo
 
getMappings() - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
getMappingType() - Method in class io.undertow.servlet.api.FilterMappingInfo
 
getMaps() - Method in class io.undertow.servlet.compat.rewrite.RewriteConfig
 
getMatched() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
getMatcher() - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
getMatchString() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
getMatchValue() - Method in class io.undertow.servlet.spec.MappingImpl
 
getMaxAge() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
getMaxAge() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getMaxAge() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
getMaxBufferSizeToSave(HttpServerExchange) - Static method in class io.undertow.servlet.util.SavedRequest
With added possibility to save data from buffer instead f from request body, there has to be method which returns max allowed buffer size to save.
getMaxInactiveInterval() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getMaxRequestSize() - Method in class io.undertow.servlet.core.ManagedServlet
This value determines max multipart message size
getMethod() - Method in class io.undertow.servlet.api.HttpMethodSecurityInfo
 
getMethod() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getMethod() - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
getMetricsCollector() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getMimeExtensionMappings() - Method in interface io.undertow.servlet.api.Deployment
 
getMimeExtensionMappings() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getMimeMappings() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getMimeType() - Method in class io.undertow.servlet.api.MimeMapping
 
getMimeType(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getMinorVersion() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getMinorVersion() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getMultipartConfig() - Method in class io.undertow.servlet.api.ServletInfo
 
getMultipartConfig() - Method in class io.undertow.servlet.core.ManagedServlet
 
getName() - Method in class io.undertow.servlet.api.AuthMethodConfig
 
getName() - Method in class io.undertow.servlet.api.FilterInfo
 
getName() - Method in class io.undertow.servlet.api.ServletInfo
 
getName() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
getName() - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
getName() - Method in class io.undertow.servlet.spec.PartImpl
 
getName() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getName() - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
getName() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
getNamedDispatcher(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getNext() - Method in class io.undertow.servlet.handlers.ServletInitialHandler
 
getNotificationReceivers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getOptions() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getOriginalContextPath() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getOriginalPathInfo() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getOriginalQueryString() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getOriginalRequest() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getOriginalRequestURI() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getOriginalResponse() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getOriginalServletPath() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getOriginalServletPathMatch() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getOuterHandlerChainWrappers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getOutputStream() - Method in class io.undertow.servlet.core.ServletBlockingHttpExchange
 
getOutputStream() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getOutputStream() - Method in class io.undertow.servlet.spec.WebConnectionImpl
 
getOutputStreamAlreadyCalled() - Method in interface io.undertow.servlet.UndertowServletMessages
 
getOutputStreamAlreadyCalled() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getOutputStreamAlreadyCalled$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getOverridenSessionId() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getParameter(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getParameterMap() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getParameterNames() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getParameterValues(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getPart(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getParts() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getPath() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
getPath() - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
getPath() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getPath() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
getPathInfo() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getPathTranslated() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getPattern() - Method in class io.undertow.servlet.handlers.ServletChain
 
getPattern() - Method in class io.undertow.servlet.spec.MappingImpl
 
getPatternString() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getPeerConnections() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getPreCompressedResources() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getPrincipalVersusRolesMap() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getProperties() - Method in class io.undertow.servlet.api.AuthMethodConfig
 
getProtocol() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getQueryParameters() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getQueryString() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getQueryString() - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
getQueryString() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getReader() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getReaderAlreadyCalled() - Method in interface io.undertow.servlet.UndertowServletMessages
 
getReaderAlreadyCalled() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getReaderAlreadyCalled$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getRealmName() - Method in class io.undertow.servlet.api.LoginConfig
 
getRealPath(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRealPath(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getReceiver() - Method in class io.undertow.servlet.core.ServletBlockingHttpExchange
 
getRedirectCode() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getRedirectURI(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
 
getRemaining() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
getRemoteAddr() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRemoteHost() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRemotePort() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRemoteUser() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRequest() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
getRequestCharacterEncoding() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getRequestDispatcher(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRequestDispatcher(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getRequestedSessionId() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRequestHeader(String) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getRequestHeaders() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getRequestParameters() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getRequestScheme() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getRequestURI() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRequestURI() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getRequestURL() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getRequiredConstrains() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getRequiredRoles() - Method in class io.undertow.servlet.api.SingleConstraintMatch
 
getResource(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getResourceAsStream(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getResourceManager() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getResourcePaths(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getResponse() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
getResponseCharacterEncoding() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getResponseHeader(String) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getResponseHeaders() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getRewriteLocation() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
getRole() - Method in class io.undertow.servlet.api.SecurityRoleRef
 
getRolesAllowed() - Method in class io.undertow.servlet.api.SecurityInfo
 
getRules() - Method in class io.undertow.servlet.compat.rewrite.RewriteConfig
 
getRunAs() - Method in class io.undertow.servlet.api.ServletInfo
 
getRunAsRole() - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
getSameSiteMode() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getScheme() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getSecurityConstraints() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSecurityContextFactory() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSecurityInfo(String, String) - Method in class io.undertow.servlet.handlers.security.SecurityPathMatches
 
getSecurityRoleRefs() - Method in class io.undertow.servlet.api.ServletInfo
 
getSecurityRoles() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSecurityWrappers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSender() - Method in class io.undertow.servlet.core.ServletBlockingHttpExchange
 
getServerInfo() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getServerName() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getServerName() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getServerPort() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getServlet() - Method in class io.undertow.servlet.core.ManagedServlet
 
getServlet(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getServletChain() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
getServletClass() - Method in class io.undertow.servlet.api.ServletInfo
 
getServletContainer() - Method in interface io.undertow.servlet.api.Deployment
 
getServletContainer() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getServletContainerInitializerClass() - Method in class io.undertow.servlet.api.ServletContainerInitializerInfo
 
getServletContainerInitializers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getServletContext() - Method in interface io.undertow.servlet.api.Deployment
 
getServletContext() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getServletContext() - Method in class io.undertow.servlet.spec.FilterConfigImpl
 
getServletContext() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getServletContext() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getServletContext() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getServletContext() - Method in class io.undertow.servlet.spec.ServletConfigImpl
 
getServletContextAttributeBackingMap() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getServletContextAttributes() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getServletContextName() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getServletDispatcher() - Method in interface io.undertow.servlet.api.Deployment
 
getServletDispatcher() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getServletExtensions() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getServletExtensions() - Static method in class io.undertow.servlet.core.ServletExtensionHolder
 
getServletHandler(String) - Method in class io.undertow.servlet.core.ManagedServlets
 
getServletHandlerByName(String) - Method in class io.undertow.servlet.handlers.ServletPathMatches
 
getServletHandlerByPath(String) - Method in class io.undertow.servlet.handlers.ServletPathMatches
 
getServletHandlers() - Method in class io.undertow.servlet.core.ManagedServlets
 
getServletInfo() - Method in class io.undertow.servlet.core.ManagedServlet
 
getServletName() - Method in class io.undertow.servlet.spec.MappingImpl
 
getServletName() - Method in class io.undertow.servlet.spec.ServletConfigImpl
 
getServletNameMappings() - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
getServletNames() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getServletPath() - Method in class io.undertow.servlet.handlers.ServletChain
 
getServletPath() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getServletPathMatch() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getServletPaths() - Method in interface io.undertow.servlet.api.Deployment
 
getServletPaths() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getServletRegistration(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getServletRegistrations() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getServletRequest() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getServletResponse() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getServlets() - Method in interface io.undertow.servlet.api.Deployment
 
getServlets() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getServlets() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getServlets() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getServletSecurityInfo() - Method in class io.undertow.servlet.api.ServletInfo
 
getServletSessionConfig() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getServletStackTraces() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSession(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechanism
 
getSession() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getSession(boolean) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getSession() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getSession() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getSession(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
Gets the session with the specified ID if it exists
getSession(ServletContextImpl, HttpServerExchange, boolean) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getSession(HttpServerExchange, boolean) - Method in class io.undertow.servlet.spec.ServletContextImpl
Gets the session
getSession() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getSessionConfig() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getSessionConfigWrapper() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSessionContext() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getSessionCookieConfig() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getSessionData() - Method in class io.undertow.servlet.api.SessionPersistenceManager.PersistentSession
 
getSessionId() - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
getSessionIdGenerator() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSessionInactiveInterval() - Method in class io.undertow.servlet.api.CrawlerSessionManagerConfig
 
getSessionListeners() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSessionManager() - Method in interface io.undertow.servlet.api.Deployment
 
getSessionManager() - Method in class io.undertow.servlet.core.DeploymentImpl
 
getSessionManagerFactory() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSessionPersistenceManager() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getSessionTimeout() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getSessionTrackingModes() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
getSize() - Method in class io.undertow.servlet.spec.PartImpl
 
getSkip() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getState() - Method in interface io.undertow.servlet.api.DeploymentManager
 
getState() - Method in class io.undertow.servlet.core.DeploymentManagerImpl
 
getStatus() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getSub() - Method in class io.undertow.servlet.compat.rewrite.Substitution
 
getSubmittedFileName() - Method in class io.undertow.servlet.spec.PartImpl
 
getSubstitution() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getSubstitutionString() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getTempDir() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getTempPath() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getTestString() - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
getThreadSetupActions() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getTimeout() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
getTrailerFields() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getTrailerFields() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getTransportGuaranteeType() - Method in class io.undertow.servlet.api.SecurityInfo
 
getTransportGuarenteeType() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
getType() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
getTypeValue() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
getUrlEncoding() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getUrlPatternMappings() - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
getUrlPatterns() - Method in class io.undertow.servlet.api.WebResourceCollection
 
getUserPrincipal() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
getUserPrincipal() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
getValue(String) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getValue() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getValueNames() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
getVersion() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
getVirtualServerName() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
getWebResourceCollections() - Method in class io.undertow.servlet.api.SecurityConstraint
 
getWelcomePages() - Method in class io.undertow.servlet.api.DeploymentInfo
 
getWriter() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
getWriterAlreadyCalled() - Method in interface io.undertow.servlet.UndertowServletMessages
 
getWriterAlreadyCalled() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
getWriterAlreadyCalled$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
gone - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This forces the current URL to be gone, i.e., it immediately sends back a HTTP response of 410 (GONE).

H

handleCompletedBeforeInitialRequestDone() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
handleDeployment(DeploymentInfo, ServletContext) - Method in interface io.undertow.servlet.ServletExtension
 
handleDeploymentSessionConfig(DeploymentInfo, ServletContextImpl) - Method in class io.undertow.servlet.core.DeploymentManagerImpl
 
handleError(Throwable) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
handleRedirectBack(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.compat.rewrite.RewriteHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.CrawlerSessionManagerHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.FilterHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.MarkSecureHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.RedirectDirHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler
Only allow the request through if successfully authenticated or if authentication is not required.
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletSecurityRoleHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.SSLInformationAssociationHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.SendErrorPageHandler
 
handleRequest(HttpServerExchange, ServletRequestContext, Throwable) - Static method in class io.undertow.servlet.handlers.ServletDebugPageHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.ServletDispatchingHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.ServletHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.ServletInitialHandler
 
handleRequest(HttpServerExchange) - Method in class io.undertow.servlet.handlers.SessionRestoringHandler
 
handleThrowable(HttpServerExchange, ServletRequest, ServletResponse, Throwable) - Method in interface io.undertow.servlet.api.ExceptionHandler
Handles an exception.
handleThrowable(HttpServerExchange, ServletRequest, ServletResponse, Throwable) - Method in class io.undertow.servlet.api.LoggingExceptionHandler
 
handleUnavailableException(UnavailableException) - Method in class io.undertow.servlet.core.ManagedServlet
 
handleUpgrade(StreamConnection, HttpServerExchange) - Method in class io.undertow.servlet.core.ServletUpgradeListener
 
handshakes() - Method in class io.undertow.servlet.websockets.WebSocketServlet
 
hashCode() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
hashCode() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
hasMoreElements() - Method in class io.undertow.servlet.util.EmptyEnumeration
 
hasMoreElements() - Method in class io.undertow.servlet.util.IteratorEnumeration
 
hasOriginalRequestAndResponse() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
hasScheme(StringBuffer) - Static method in class io.undertow.servlet.compat.rewrite.RewriteHandler
Determine if a URI string has a scheme component.
headerCannotBeConvertedToDate(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
headerCannotBeConvertedToDate(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
headerCannotBeConvertedToDate$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
headerNameWasNull() - Method in interface io.undertow.servlet.UndertowServletMessages
 
headerNameWasNull() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
headerNameWasNull$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
host - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
Host.
HttpMethodSecurityInfo - Class in io.undertow.servlet.api
 
HttpMethodSecurityInfo() - Constructor for class io.undertow.servlet.api.HttpMethodSecurityInfo
 
HttpServletRequestImpl - Class in io.undertow.servlet.spec
The http servlet request implementation.
HttpServletRequestImpl(HttpServerExchange, ServletContextImpl) - Constructor for class io.undertow.servlet.spec.HttpServletRequestImpl
 
HttpServletResponseImpl - Class in io.undertow.servlet.spec
Implementation of HttpServletResponse.
HttpServletResponseImpl(HttpServerExchange, ServletContextImpl) - Constructor for class io.undertow.servlet.spec.HttpServletResponseImpl
 
HttpServletResponseImpl.ResponseState - Enum in io.undertow.servlet.spec
 
httpSessionAttributeAdded(HttpSession, String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
httpSessionAttributeRemoved(HttpSession, String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
httpSessionAttributeReplaced(HttpSession, String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
httpSessionIdChanged(HttpSession, String) - Method in class io.undertow.servlet.core.ApplicationListeners
 
HttpSessionImpl - Class in io.undertow.servlet.spec
The HTTP session implementation.
HttpSessionImpl.UnwrapSessionAction - Class in io.undertow.servlet.spec
 

I

ImmediateInstanceFactory<T> - Class in io.undertow.servlet.util
 
ImmediateInstanceFactory(T) - Constructor for class io.undertow.servlet.util.ImmediateInstanceFactory
 
ImmediateInstanceHandle<T> - Class in io.undertow.servlet.util
 
ImmediateInstanceHandle(T) - Constructor for class io.undertow.servlet.util.ImmediateInstanceHandle
 
INCLUDE - Static variable in class io.undertow.servlet.predicate.DispatcherTypePredicate
 
include(ServletRequest, ServletResponse) - Method in class io.undertow.servlet.spec.RequestDispatcherImpl
 
init(ServletInfo, Servlet, LifecycleInterceptor.LifecycleContext) - Method in interface io.undertow.servlet.api.LifecycleInterceptor
 
init(FilterInfo, Filter, LifecycleInterceptor.LifecycleContext) - Method in interface io.undertow.servlet.api.LifecycleInterceptor
 
init(ServletConfig) - Method in class io.undertow.servlet.handlers.DefaultServlet
 
init(ServletConfig) - Method in class io.undertow.servlet.websockets.WebSocketServlet
 
initData() - Method in class io.undertow.servlet.handlers.ServletPathMatches
 
initDone() - Method in class io.undertow.servlet.spec.ServletContextImpl
 
initialRequestDone() - Method in class io.undertow.servlet.spec.AsyncContextImpl
Called by the container when the initial request is finished.
initialRequestFailed() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
InMemorySessionManagerFactory - Class in io.undertow.servlet.core
Session manager factory that creates an in-memory session manager
InMemorySessionManagerFactory() - Constructor for class io.undertow.servlet.core.InMemorySessionManagerFactory
 
InMemorySessionManagerFactory(int) - Constructor for class io.undertow.servlet.core.InMemorySessionManagerFactory
 
InMemorySessionManagerFactory(int, boolean) - Constructor for class io.undertow.servlet.core.InMemorySessionManagerFactory
 
InMemorySessionPersistence - Class in io.undertow.servlet.util
Session persistence implementation that simply stores session information in memory.
InMemorySessionPersistence() - Constructor for class io.undertow.servlet.util.InMemorySessionPersistence
 
insertFilterServletNameMapping(int, String, String, DispatcherType) - Method in class io.undertow.servlet.api.DeploymentInfo
 
insertFilterUrlMapping(int, String, String, DispatcherType) - Method in class io.undertow.servlet.api.DeploymentInfo
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletNameAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRelativePathAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRequestLineAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletRequestURLAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.attribute.ServletSessionIdAttribute
 
INSTANCE - Static variable in class io.undertow.servlet.core.DefaultAuthorizationManager
 
instance() - Method in class io.undertow.servlet.core.ManagedListener
 
INSTANCE - Static variable in class io.undertow.servlet.handlers.ServletDispatchingHandler
 
INSTANCE - Static variable in class io.undertow.servlet.UndertowServletMessages_$bundle
 
INSTANCE - Static variable in class io.undertow.servlet.util.DefaultClassIntrospector
 
instance() - Static method in class io.undertow.servlet.util.EmptyEnumeration
 
InstanceFactory<T> - Interface in io.undertow.servlet.api
Factory that creates fully injected component instances.
InstanceHandle<T> - Interface in io.undertow.servlet.api
A handle for a container managed instance.
invalidate() - Method in class io.undertow.servlet.handlers.ServletPathMatches
 
invalidate() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
invalidMethodForPushRequest(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
invalidMethodForPushRequest(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
invalidMethodForPushRequest$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
invalidRequestResponseType(ServletRequest, ServletResponse) - Method in interface io.undertow.servlet.UndertowServletMessages
 
invalidRequestResponseType(ServletRequest, ServletResponse) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
invalidRequestResponseType$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
invalidRewriteConfiguration(String) - Method in interface io.undertow.servlet.UndertowServletLogger
 
invalidRewriteConfiguration(String) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invalidRewriteConfiguration$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invalidRewriteFlags(String, String) - Method in interface io.undertow.servlet.UndertowServletLogger
 
invalidRewriteFlags(String) - Method in interface io.undertow.servlet.UndertowServletLogger
 
invalidRewriteFlags(String, String) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invalidRewriteFlags(String) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invalidRewriteFlags1$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invalidRewriteFlags2$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invalidRewriteMap(String) - Method in interface io.undertow.servlet.UndertowServletLogger
 
invalidRewriteMap(String) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invalidRewriteMap$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
invoked - Variable in class io.undertow.servlet.compat.rewrite.RewriteHandler
If rewriting occurs, the whole request will be processed again.
io.undertow.servlet - package io.undertow.servlet
 
io.undertow.servlet.api - package io.undertow.servlet.api
 
io.undertow.servlet.attribute - package io.undertow.servlet.attribute
 
io.undertow.servlet.compat.rewrite - package io.undertow.servlet.compat.rewrite
 
io.undertow.servlet.core - package io.undertow.servlet.core
 
io.undertow.servlet.handlers - package io.undertow.servlet.handlers
 
io.undertow.servlet.handlers.security - package io.undertow.servlet.handlers.security
 
io.undertow.servlet.predicate - package io.undertow.servlet.predicate
 
io.undertow.servlet.spec - package io.undertow.servlet.spec
 
io.undertow.servlet.sse - package io.undertow.servlet.sse
 
io.undertow.servlet.util - package io.undertow.servlet.util
 
io.undertow.servlet.websockets - package io.undertow.servlet.websockets
 
IO_UNDERTOW - Static variable in class io.undertow.servlet.core.SessionListenerBridge
 
IO_UNDERTOW - Static variable in class io.undertow.servlet.spec.HttpSessionImpl
 
ioExceptionDispatchingAsyncEvent(IOException) - Method in interface io.undertow.servlet.UndertowServletLogger
 
ioExceptionDispatchingAsyncEvent(IOException) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
ioExceptionDispatchingAsyncEvent$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
isAllowNonStandardWrappers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isAsyncStarted() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isAsyncSupported() - Method in class io.undertow.servlet.api.FilterInfo
 
isAsyncSupported() - Method in class io.undertow.servlet.api.ServletInfo
 
isAsyncSupported() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
isAsyncSupported() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isAuthenticationMechanismPresent(String) - Method in class io.undertow.servlet.api.DeploymentInfo
Returns true if the specified mechanism is present in the login config
isAuthenticationRequired(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletAuthenticationConstraintHandler
 
isChain() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isChangeSessionIdOnLogin() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isCheckOtherSessionManagers() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isClosed() - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
isCommitted() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
isCompletedBeforeInitialRequestDone() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
isConfidential(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
Use the HttpServerExchange supplied to check if this request is already 'sufficiently' confidential.
isCookie() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isCookieHttpOnly() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isCookieSecure() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isDefaultAllowed() - Method in class io.undertow.servlet.api.DefaultServletConfig
Deprecated.
 
isDefaultPathSecurityEmpty() - Method in class io.undertow.servlet.handlers.security.SecurityPathMatches
 
isDefaultServletMapping() - Method in class io.undertow.servlet.handlers.ServletChain
 
isDenyUncoveredHttpMethods() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isDisableCachingForSecuredPages() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isDiscard() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
isDispatched() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
isEagerFilterInit() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isEmpty() - Method in class io.undertow.servlet.handlers.security.SecurityPathMatches
 
isEnabled() - Method in class io.undertow.servlet.api.ServletInfo
 
isEnv() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isEscapeErrorMessage() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isFinished() - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
isFinished() - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 
isForbidden() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isGone() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isHost() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isHttpOnly() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
isHttpOnly() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
isHttpOnly() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
isIgnoreFlush() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isInitialRequestDone() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
isInsideInclude() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
isInvalid() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
isInvalidateSessionOnLogout() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isLast() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isListenerClass(Class<?>) - Static method in class io.undertow.servlet.core.ApplicationListeners
 
isNew() - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
isNext() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isNocase() - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
isNocase() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isNoescape() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isNosubreq() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isOrnext() - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
isPermanentlyUnavailable() - Method in class io.undertow.servlet.core.ManagedServlet
 
isPositive() - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
isPreservePathOnForward() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isProgramatic() - Method in class io.undertow.servlet.api.ListenerInfo
 
isProgramatic() - Method in class io.undertow.servlet.core.ManagedListener
 
isQsappend() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isReady() - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
isReady() - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
isReady() - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 
isReady() - Method in class io.undertow.servlet.spec.UpgradeServletOutputStream
 
isRedirect() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isRequestedSessionIdFromCookie() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isRequestedSessionIdFromURL() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isRequestedSessionIdFromUrl() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isRequestedSessionIdValid() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isRequiredWelcomeFileMatch() - Method in class io.undertow.servlet.handlers.ServletPathMatch
 
isRequireWelcomeFileMapping() - Method in class io.undertow.servlet.api.ServletInfo
 
isRunningInsideHandler() - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
isSameSite() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
isSecure() - Method in class io.undertow.servlet.api.ServletSessionConfig
 
isSecure() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isSecure() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
isSecure() - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
isSecurityDisabled() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isSendCustomReasonPhraseOnError() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isStarted() - Method in class io.undertow.servlet.core.ApplicationListeners
 
isStarted() - Method in interface io.undertow.servlet.core.Lifecycle
 
isStarted() - Method in class io.undertow.servlet.core.ManagedFilter
 
isStarted() - Method in class io.undertow.servlet.core.ManagedListener
 
isStarted() - Method in class io.undertow.servlet.core.ManagedServlet
 
isStarted() - Method in class io.undertow.servlet.handlers.SessionRestoringHandler
 
isTemporarilyUnavailable() - Method in class io.undertow.servlet.core.ManagedServlet
 
isTrailerFieldsReady() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isTreatAsCommitted() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
isType() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
isUseCachedAuthenticationMechanism() - Method in class io.undertow.servlet.api.DeploymentInfo
 
isUserInRole(String, Account, ServletInfo, HttpServletRequest, Deployment) - Method in interface io.undertow.servlet.api.AuthorizationManager
Tests if a user is in a given role
isUserInRole(String, Account, ServletInfo, HttpServletRequest, Deployment) - Method in class io.undertow.servlet.core.DefaultAuthorizationManager
 
isUserInRole(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
isUserInRole(String) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
IteratorEnumeration<T> - Class in io.undertow.servlet.util
Wrapper to convert an iterator to an enumeration
IteratorEnumeration(Iterator<T>) - Constructor for class io.undertow.servlet.util.IteratorEnumeration
 

K

key - Variable in class io.undertow.servlet.compat.rewrite.Substitution.MapElement
 
key - Variable in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableElement
 
key - Variable in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableEnvElement
 
key - Variable in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableHttpElement
 
key - Variable in class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableSslElement
 

L

last - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
Stop the rewriting process here and don't apply any more rewriting rules.
LexicalCondition() - Constructor for class io.undertow.servlet.compat.rewrite.RewriteCond.LexicalCondition
 
Lifecycle - Interface in io.undertow.servlet.core
An object that can be started or stopped.
LifecycleInterceptor - Interface in io.undertow.servlet.api
Class that is run around invocations of servlet and filter lifecycle methods (init and destroy).
LifecycleInterceptor.LifecycleContext - Interface in io.undertow.servlet.api
 
listDeployments() - Method in interface io.undertow.servlet.api.ServletContainer
 
listDeployments() - Method in class io.undertow.servlet.core.ServletContainerImpl
 
listener(Class<? extends EventListener>, InstanceFactory<? extends EventListener>) - Static method in class io.undertow.servlet.Servlets
 
listener(Class<? extends EventListener>) - Static method in class io.undertow.servlet.Servlets
 
listenerAlreadySet() - Method in interface io.undertow.servlet.UndertowServletMessages
 
listenerAlreadySet() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
listenerAlreadySet$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
listenerCannotBeNull() - Method in interface io.undertow.servlet.UndertowServletMessages
 
listenerCannotBeNull() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
listenerCannotBeNull$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
ListenerInfo - Class in io.undertow.servlet.api
 
ListenerInfo(Class<? extends EventListener>, InstanceFactory<? extends EventListener>) - Constructor for class io.undertow.servlet.api.ListenerInfo
 
ListenerInfo(Class<? extends EventListener>, InstanceFactory<? extends EventListener>, boolean) - Constructor for class io.undertow.servlet.api.ListenerInfo
 
ListenerInfo(Class<? extends EventListener>) - Constructor for class io.undertow.servlet.api.ListenerInfo
 
ListenerInfo(Class<? extends EventListener>, boolean) - Constructor for class io.undertow.servlet.api.ListenerInfo
 
listenerIsNotStarted() - Method in interface io.undertow.servlet.UndertowServletMessages
 
listenerIsNotStarted() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
listenerIsNotStarted$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
listenerMustImplementListenerClass(Class<?>) - Method in interface io.undertow.servlet.UndertowServletMessages
 
listenerMustImplementListenerClass(Class<?>) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
listenerMustImplementListenerClass$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
listenerState() - Static method in class io.undertow.servlet.core.ApplicationListeners
returns true if this is in in a
loadSessionAttributes(String, ClassLoader) - Method in interface io.undertow.servlet.api.SessionPersistenceManager
 
loadSessionAttributes(String, ClassLoader) - Method in class io.undertow.servlet.util.InMemorySessionPersistence
 
log(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
log(Exception, String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
log(String, Throwable) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
LoggingExceptionHandler - Class in io.undertow.servlet.api
An exception handler that
LoggingExceptionHandler(Map<Class<? extends Throwable>, LoggingExceptionHandler.ExceptionDetails>) - Constructor for class io.undertow.servlet.api.LoggingExceptionHandler
 
LoggingExceptionHandler.Builder - Class in io.undertow.servlet.api
 
login(String, String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
LoginConfig - Class in io.undertow.servlet.api
 
LoginConfig(String, String, String) - Constructor for class io.undertow.servlet.api.LoginConfig
 
LoginConfig(String) - Constructor for class io.undertow.servlet.api.LoginConfig
 
LoginConfig(String, String, String, String) - Constructor for class io.undertow.servlet.api.LoginConfig
 
LoginConfig(String, String) - Constructor for class io.undertow.servlet.api.LoginConfig
 
loginConfig(String, String, String) - Static method in class io.undertow.servlet.Servlets
 
loginConfig(String) - Static method in class io.undertow.servlet.Servlets
 
loginConfig(String, String, String, String) - Static method in class io.undertow.servlet.Servlets
 
loginConfig(String, String) - Static method in class io.undertow.servlet.Servlets
 
loginFailed() - Method in interface io.undertow.servlet.UndertowServletMessages
 
loginFailed() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
loginFailed$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
logout() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
logWarningsAboutUncoveredMethods() - Method in class io.undertow.servlet.handlers.security.SecurityPathMatches
 
lookup(String) - Method in interface io.undertow.servlet.compat.rewrite.RewriteMap
 

M

ManagedFilter - Class in io.undertow.servlet.core
 
ManagedFilter(FilterInfo, ServletContextImpl) - Constructor for class io.undertow.servlet.core.ManagedFilter
 
ManagedFilters - Class in io.undertow.servlet.core
Runtime representation of filters.
ManagedFilters(DeploymentImpl, ServletPathMatches) - Constructor for class io.undertow.servlet.core.ManagedFilters
 
ManagedListener - Class in io.undertow.servlet.core
 
ManagedListener(ListenerInfo, boolean) - Constructor for class io.undertow.servlet.core.ManagedListener
 
ManagedServlet - Class in io.undertow.servlet.core
Manager for a servlets lifecycle.
ManagedServlet(ServletInfo, ServletContextImpl) - Constructor for class io.undertow.servlet.core.ManagedServlet
 
ManagedServlets - Class in io.undertow.servlet.core
Runtime representation of servlets.
ManagedServlets(DeploymentImpl, ServletPathMatches) - Constructor for class io.undertow.servlet.core.ManagedServlets
 
map - Variable in class io.undertow.servlet.compat.rewrite.Substitution.MapElement
 
MapElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.MapElement
 
MappingImpl - Class in io.undertow.servlet.spec
 
MappingImpl(String, String, MappingMatch, String) - Constructor for class io.undertow.servlet.spec.MappingImpl
 
MarkSecureHandler - Class in io.undertow.servlet.handlers
Handler that marks a request as secure, regardless of the underlying protocol.
MarkSecureHandler(HttpHandler) - Constructor for class io.undertow.servlet.handlers.MarkSecureHandler
 
MarkSecureHandler.Builder - Class in io.undertow.servlet.handlers
 
MarkSecureHandler.Wrapper - Class in io.undertow.servlet.handlers
 
matcher - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond.PatternCondition
 
MESSAGES - Static variable in interface io.undertow.servlet.UndertowServletMessages
 
method(String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
MetricsCollector - Interface in io.undertow.servlet.api
An interface that can be used to collect Servlet metrics
MimeMapping - Class in io.undertow.servlet.api
 
MimeMapping(String, String) - Constructor for class io.undertow.servlet.api.MimeMapping
 
mock(ServletRequest, ServletResponse) - Method in class io.undertow.servlet.spec.RequestDispatcherImpl
 
moreThanOneDefaultErrorPage(String, String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
moreThanOneDefaultErrorPage(String, String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
moreThanOneDefaultErrorPage$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
multipartConfig(String, long, long, int) - Static method in class io.undertow.servlet.Servlets
Creates a new multipart config element
multipartConfigNotPresent() - Method in interface io.undertow.servlet.UndertowServletMessages
 
multipartConfigNotPresent() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
multipartConfigNotPresent$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 

N

n - Variable in class io.undertow.servlet.compat.rewrite.Substitution.RewriteCondBackReferenceElement
 
n - Variable in class io.undertow.servlet.compat.rewrite.Substitution.RewriteRuleBackReferenceElement
 
name() - Method in class io.undertow.servlet.attribute.ServletContextAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletNameAttribute.Builder
 
NAME - Static variable in class io.undertow.servlet.attribute.ServletNameAttribute
 
name() - Method in class io.undertow.servlet.attribute.ServletRelativePathAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestLineAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestParameterAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletRequestURLAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletSessionAttribute.Builder
 
name() - Method in class io.undertow.servlet.attribute.ServletSessionIdAttribute.Builder
 
name() - Method in class io.undertow.servlet.handlers.MarkSecureHandler.Builder
 
name() - Method in class io.undertow.servlet.predicate.DirectoryPredicate.Builder
 
name() - Method in class io.undertow.servlet.predicate.DispatcherTypePredicate.Builder
 
name() - Method in class io.undertow.servlet.predicate.FilePredicate.Builder
 
newContainer() - Static method in class io.undertow.servlet.Servlets
Creates a new servlet container.
newInstance() - Static method in class io.undertow.servlet.api.ServletContainer.Factory
 
newInstance(ServletPrintWriter) - Static method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
newPushBuilder() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
next - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
Re-run the rewriting process (starting again with the first rewriting rule).
nextElement() - Method in class io.undertow.servlet.util.EmptyEnumeration
 
nextElement() - Method in class io.undertow.servlet.util.IteratorEnumeration
 
NO_ID_CHANGE_REQUIRED - Static variable in class io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
 
nocase - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond
This makes the test case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' both in the expanded TestString and the CondPattern.
nocase - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This makes the Pattern case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' when Pattern is matched against the current URL.
noConfidentialPortAvailable() - Method in interface io.undertow.servlet.UndertowServletMessages
 
noConfidentialPortAvailable() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
noConfidentialPortAvailable$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
noescape - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This flag keeps mod_rewrite from applying the usual URI escaping rules to the result of a rewrite.
noSecurityContextAvailable() - Method in interface io.undertow.servlet.UndertowServletMessages
 
noSecurityContextAvailable() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
noSecurityContextAvailable$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
noSession() - Method in interface io.undertow.servlet.UndertowServletMessages
 
noSession() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
noSession$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
nosubreq - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This flag forces the rewriting engine to skip a rewriting rule if the current request is an internal sub-request.
notAMultiPartRequest() - Method in interface io.undertow.servlet.UndertowServletMessages
 
notAMultiPartRequest() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
notAMultiPartRequest$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
notImplemented() - Method in interface io.undertow.servlet.UndertowServletMessages
 
notImplemented() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
notImplemented$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
noWebSocketHandler() - Method in interface io.undertow.servlet.UndertowServletMessages
 
noWebSocketHandler() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
noWebSocketHandler$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
nullName() - Method in interface io.undertow.servlet.UndertowServletMessages
 
nullName() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
nullName$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 

O

onStartup(Set<Class<?>>, ServletContext) - Method in class io.undertow.servlet.sse.ServerSentEventSCI
 
ornext - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond
Use this to combine rule conditions with a local OR instead of the implicit AND.

P

paramCannotBeNull(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
paramCannotBeNull(String, String, String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
paramCannotBeNull(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
paramCannotBeNull(String, String, String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
paramCannotBeNull1$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
paramCannotBeNull3$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
paramCannotBeNullNPE(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
paramCannotBeNullNPE(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
paramCannotBeNullNPE$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
parameters() - Method in class io.undertow.servlet.handlers.MarkSecureHandler.Builder
 
parameters() - Method in class io.undertow.servlet.predicate.DirectoryPredicate.Builder
 
parameters() - Method in class io.undertow.servlet.predicate.DispatcherTypePredicate.Builder
 
parameters() - Method in class io.undertow.servlet.predicate.FilePredicate.Builder
 
parse(Map<String, RewriteMap>) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
parse(Map<String, RewriteMap>) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
parse(Map<String, RewriteMap>) - Method in class io.undertow.servlet.compat.rewrite.Substitution
 
parseCondFlag(String, RewriteCond, String) - Static method in class io.undertow.servlet.compat.rewrite.RewriteConfigFactory
Parser for RewriteCond flags.
parseRuleFlag(String, RewriteRule, String) - Static method in class io.undertow.servlet.compat.rewrite.RewriteConfigFactory
Parser for ReweriteRule flags.
PartImpl - Class in io.undertow.servlet.spec
 
PartImpl(String, FormData.FormValue, MultipartConfigElement, ServletContextImpl, HttpServletRequestImpl) - Constructor for class io.undertow.servlet.spec.PartImpl
 
path(String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
pathMustStartWithSlash(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
pathMustStartWithSlash(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
pathMustStartWithSlash$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
pathMustStartWithSlashForRequestDispatcher(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
pathMustStartWithSlashForRequestDispatcher(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
pathMustStartWithSlashForRequestDispatcher$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
pathWasNotSet() - Method in interface io.undertow.servlet.UndertowServletMessages
 
pathWasNotSet() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
pathWasNotSet$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
pattern - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond.PatternCondition
 
pattern - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
PatternCondition() - Constructor for class io.undertow.servlet.compat.rewrite.RewriteCond.PatternCondition
 
patternString - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
PersistentSession(Date, Map<String, Object>) - Constructor for class io.undertow.servlet.api.SessionPersistenceManager.PersistentSession
 
persistSessions(String, Map<String, SessionPersistenceManager.PersistentSession>) - Method in interface io.undertow.servlet.api.SessionPersistenceManager
 
persistSessions(String, Map<String, SessionPersistenceManager.PersistentSession>) - Method in class io.undertow.servlet.util.InMemorySessionPersistence
 
positive - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond
 
print(boolean) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(char) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(int) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(long) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(float) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(double) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(char[]) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(String) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(Object) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
print(boolean) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(char) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(int) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(long) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(float) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(double) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(char[]) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(String) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
print(Object) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
printf(String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
printf(Locale, String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
printf(String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
printf(Locale, String, Object...) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println() - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(boolean) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(char) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(int) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(long) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(float) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(double) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(char[]) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(String) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println(Object) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
println() - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(boolean) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(char) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(int) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(long) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(float) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(double) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(char[]) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(String) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
println(Object) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
priority() - Method in class io.undertow.servlet.attribute.ServletContextAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletNameAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRelativePathAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestLineAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestParameterAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletRequestURLAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletSessionAttribute.Builder
 
priority() - Method in class io.undertow.servlet.attribute.ServletSessionIdAttribute.Builder
 
proceed() - Method in interface io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext
 
push() - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
PushBuilderImpl - Class in io.undertow.servlet.spec
 
PushBuilderImpl(HttpServletRequestImpl) - Constructor for class io.undertow.servlet.spec.PushBuilderImpl
 
putAttachment(AttachmentKey<T>, T) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
putValue(String, Object) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 

Q

qsappend - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This flag forces the rewriting engine to append a query string part in the substitution string to the existing one instead of replacing it.
queryString(String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 

R

read() - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
read(byte[]) - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
read(byte[], int, int) - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
read() - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 
read(byte[]) - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 
read(byte[], int, int) - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletContextAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletNameAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRelativePathAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestLineAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestParameterAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletRequestURLAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletSessionAttribute
 
readAttribute(HttpServerExchange) - Method in class io.undertow.servlet.attribute.ServletSessionIdAttribute
 
readRequestData() - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
readResolve() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
redirect - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
Prefix Substitution with http://thishost[:thisport]/ (which makes the new URL a URI) to force a external redirection.
redirectCode - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
RedirectDirHandler - Class in io.undertow.servlet.handlers
Handler that redirects the directory requests without trailing slash to the one append trailing slash.
RedirectDirHandler(HttpHandler, ServletPathMatches) - Constructor for class io.undertow.servlet.handlers.RedirectDirHandler
 
registerMetric(String, MetricsHandler) - Method in interface io.undertow.servlet.api.MetricsCollector
 
RELATIVE_PATH - Static variable in class io.undertow.servlet.attribute.ServletRelativePathAttribute
 
RELATIVE_PATH_SHORT - Static variable in class io.undertow.servlet.attribute.ServletRelativePathAttribute
 
release() - Method in interface io.undertow.servlet.api.InstanceHandle
releases the instance, uninjecting and calling an pre-destroy methods as appropriate
release() - Method in class io.undertow.servlet.util.ImmediateInstanceHandle
 
removeAttribute(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
removeAttribute(String) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
removeAttribute(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
removeDeployment(DeploymentInfo) - Method in interface io.undertow.servlet.api.ServletContainer
 
removeDeployment(DeploymentInfo) - Method in class io.undertow.servlet.core.ServletContainerImpl
 
removeHeader(String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
removeValue(String) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
REQUEST - Static variable in class io.undertow.servlet.predicate.DispatcherTypePredicate
 
REQUEST_CHARACTER_ENCODING - Static variable in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute
 
REQUEST_LINE - Static variable in class io.undertow.servlet.attribute.ServletRequestLineAttribute
 
REQUEST_LINE_SHORT - Static variable in class io.undertow.servlet.attribute.ServletRequestLineAttribute
 
REQUEST_LOCALE - Static variable in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute
 
REQUEST_LOGGER - Static variable in interface io.undertow.servlet.UndertowServletLogger
 
REQUEST_URL - Static variable in class io.undertow.servlet.attribute.ServletRequestURLAttribute
 
REQUEST_URL_SHORT - Static variable in class io.undertow.servlet.attribute.ServletRequestURLAttribute
 
requestDestroyed(ServletRequest) - Method in class io.undertow.servlet.core.ApplicationListeners
 
RequestDispatcherImpl - Class in io.undertow.servlet.spec
 
RequestDispatcherImpl(String, ServletContextImpl) - Constructor for class io.undertow.servlet.spec.RequestDispatcherImpl
 
RequestDispatcherImpl(ServletChain, ServletContextImpl) - Constructor for class io.undertow.servlet.spec.RequestDispatcherImpl
 
REQUESTED_SESSION_ID - Static variable in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute
 
REQUESTED_SESSION_ID_FROM_COOKIE - Static variable in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute
 
REQUESTED_SESSION_ID_VALID - Static variable in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
 
requestedResourceDoesNotExistForIncludeMethod(String) - Method in interface io.undertow.servlet.UndertowServletLogger
 
requestedResourceDoesNotExistForIncludeMethod(String) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
requestedResourceDoesNotExistForIncludeMethod$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
requestInitialized(ServletRequest) - Method in class io.undertow.servlet.core.ApplicationListeners
 
requestWasNotOriginalOrWrapper(ServletRequest) - Method in interface io.undertow.servlet.UndertowServletMessages
 
requestWasNotOriginalOrWrapper(ServletRequest) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
requestWasNotOriginalOrWrapper$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
requireCurrent() - Static method in class io.undertow.servlet.handlers.ServletRequestContext
Gets the ServletRequestContext assigned to the current thread.
requiredParameters() - Method in class io.undertow.servlet.handlers.MarkSecureHandler.Builder
 
requiredParameters() - Method in class io.undertow.servlet.predicate.DirectoryPredicate.Builder
 
requiredParameters() - Method in class io.undertow.servlet.predicate.DispatcherTypePredicate.Builder
 
requiredParameters() - Method in class io.undertow.servlet.predicate.FilePredicate.Builder
 
requireTempPath() - Method in class io.undertow.servlet.api.DeploymentInfo
 
reset() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
resetBuffer() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
resetBuffer() - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
resolve(String) - Method in class io.undertow.servlet.compat.rewrite.Resolver
 
resolve(String) - Method in class io.undertow.servlet.compat.rewrite.UndertowResolver
The following are not implemented: - SERVER_ADMIN - API_VERSION - IS_SUBREQ
resolve(HttpServerExchange) - Method in class io.undertow.servlet.predicate.DirectoryPredicate
 
resolve(HttpServerExchange) - Method in class io.undertow.servlet.predicate.DispatcherTypePredicate
 
resolve(HttpServerExchange) - Method in class io.undertow.servlet.predicate.FilePredicate
 
RESOLVE_AGAINST_CONTEXT_ROOT - Static variable in class io.undertow.servlet.handlers.DefaultServlet
 
resolveEnv(String) - Method in class io.undertow.servlet.compat.rewrite.Resolver
 
resolveEnv(String) - Method in class io.undertow.servlet.compat.rewrite.UndertowResolver
 
resolveHttp(String) - Method in class io.undertow.servlet.compat.rewrite.Resolver
 
resolveHttp(String) - Method in class io.undertow.servlet.compat.rewrite.UndertowResolver
 
Resolver - Class in io.undertow.servlet.compat.rewrite
Resolver abstract class.
Resolver() - Constructor for class io.undertow.servlet.compat.rewrite.Resolver
 
resolveResource(int, String) - Method in class io.undertow.servlet.compat.rewrite.Resolver
 
resolveResource(int, String) - Method in class io.undertow.servlet.compat.rewrite.UndertowResolver
 
resolveSsl(String) - Method in class io.undertow.servlet.compat.rewrite.Resolver
 
resolveSsl(String) - Method in class io.undertow.servlet.compat.rewrite.UndertowResolver
 
ResourceCondition() - Constructor for class io.undertow.servlet.compat.rewrite.RewriteCond.ResourceCondition
 
responseAlreadyCommited() - Method in interface io.undertow.servlet.UndertowServletMessages
 
responseAlreadyCommited() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
responseAlreadyCommited$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
responseDone() - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
responseWasNotOriginalOrWrapper(ServletResponse) - Method in interface io.undertow.servlet.UndertowServletMessages
 
responseWasNotOriginalOrWrapper(ServletResponse) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
responseWasNotOriginalOrWrapper$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
RewriteCond - Class in io.undertow.servlet.compat.rewrite
 
RewriteCond() - Constructor for class io.undertow.servlet.compat.rewrite.RewriteCond
 
RewriteCond.Condition - Class in io.undertow.servlet.compat.rewrite
 
RewriteCond.LexicalCondition - Class in io.undertow.servlet.compat.rewrite
 
RewriteCond.PatternCondition - Class in io.undertow.servlet.compat.rewrite
 
RewriteCond.ResourceCondition - Class in io.undertow.servlet.compat.rewrite
 
RewriteCondBackReferenceElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.RewriteCondBackReferenceElement
 
RewriteConfig - Class in io.undertow.servlet.compat.rewrite
The configuration for a RewriteHandler.
RewriteConfig(RewriteRule[], Map<String, RewriteMap>) - Constructor for class io.undertow.servlet.compat.rewrite.RewriteConfig
 
RewriteConfigFactory - Class in io.undertow.servlet.compat.rewrite
 
RewriteConfigFactory() - Constructor for class io.undertow.servlet.compat.rewrite.RewriteConfigFactory
 
RewriteHandler - Class in io.undertow.servlet.compat.rewrite
 
RewriteHandler(RewriteConfig, HttpHandler) - Constructor for class io.undertow.servlet.compat.rewrite.RewriteHandler
 
RewriteMap - Interface in io.undertow.servlet.compat.rewrite
 
RewriteRule - Class in io.undertow.servlet.compat.rewrite
 
RewriteRule() - Constructor for class io.undertow.servlet.compat.rewrite.RewriteRule
 
RewriteRuleBackReferenceElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.RewriteRuleBackReferenceElement
 
rewriteUrl(String, String) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
roleMustNotBeEmpty(String, String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
roleMustNotBeEmpty(String, String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
roleMustNotBeEmpty$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
ROOT_LOGGER - Static variable in interface io.undertow.servlet.UndertowServletLogger
 
run() - Method in class io.undertow.servlet.spec.HttpSessionImpl.UnwrapSessionAction
 

S

SAVE_ORIGINAL_REQUEST - Static variable in class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
SavedRequest - Class in io.undertow.servlet.util
Saved servlet request.
SavedRequest(byte[], int, HttpString, String, HeaderMap) - Constructor for class io.undertow.servlet.util.SavedRequest
 
SECURE_REQUEST - Static variable in class io.undertow.servlet.spec.HttpServletRequestImpl
Deprecated.
SecurityConstraint - Class in io.undertow.servlet.api
 
SecurityConstraint() - Constructor for class io.undertow.servlet.api.SecurityConstraint
 
securityConstraint() - Static method in class io.undertow.servlet.Servlets
 
SecurityInfo<T extends SecurityInfo> - Class in io.undertow.servlet.api
 
SecurityInfo() - Constructor for class io.undertow.servlet.api.SecurityInfo
 
SecurityInfo.EmptyRoleSemantic - Enum in io.undertow.servlet.api
Equivalent to ServletSecurity.EmptyRoleSemantic but with an additional mode to require authentication but no role check.
SecurityPathMatches - Class in io.undertow.servlet.handlers.security
 
SecurityPathMatches.Builder - Class in io.undertow.servlet.handlers.security
 
SecurityRoleRef - Class in io.undertow.servlet.api
 
SecurityRoleRef(String, String) - Constructor for class io.undertow.servlet.api.SecurityRoleRef
 
send(ByteBuffer, IoCallback) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
send(ByteBuffer[], IoCallback) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
send(String, IoCallback) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
send(ByteBuffer) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
send(ByteBuffer[]) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
send(String, Charset, IoCallback) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
send(String) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
send(String, Charset) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
sendData(ByteBuffer) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
sendError(int, String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
sendError(int) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
SendErrorPageHandler - Class in io.undertow.servlet.handlers
A handler that sends the servlet's error page if the status code is greater than 399
SendErrorPageHandler(HttpHandler) - Constructor for class io.undertow.servlet.handlers.SendErrorPageHandler
Construct a new instance.
sendRedirect(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
servePage(HttpServerExchange, String) - Method in class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
ServerSentEvent - Annotation Type in io.undertow.servlet.sse
Annotation that can be applied to classes that implement ServerSentEventConnectionCallback These classes will then have handlers registered under the given path.
ServerSentEventSCI - Class in io.undertow.servlet.sse
 
ServerSentEventSCI() - Constructor for class io.undertow.servlet.sse.ServerSentEventSCI
 
ServerVariableElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableElement
 
ServerVariableEnvElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableEnvElement
 
ServerVariableHttpElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableHttpElement
 
ServerVariableSslElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.ServerVariableSslElement
 
servlet(Class<? extends Servlet>) - Static method in class io.undertow.servlet.Servlets
Creates a new servlet description with the given class.
servlet(String, Class<? extends Servlet>) - Static method in class io.undertow.servlet.Servlets
Creates a new servlet description with the given name and class
servlet(String, Class<? extends Servlet>, InstanceFactory<? extends Servlet>) - Static method in class io.undertow.servlet.Servlets
Creates a new servlet description with the given name and class
SERVLET_NAME - Static variable in class io.undertow.servlet.attribute.ServletNameAttribute
 
servletAlreadyInitialize(String, String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
servletAlreadyInitialize(String, String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
servletAlreadyInitialize$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
ServletAuthenticationCallHandler - Class in io.undertow.servlet.handlers.security
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.
ServletAuthenticationCallHandler(HttpHandler) - Constructor for class io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler
 
ServletAuthenticationConstraintHandler - Class in io.undertow.servlet.handlers.security
A simple handler that just sets the auth type to REQUIRED after iterating each of the SingleConstraintMatch instances and identifying if any require authentication.
ServletAuthenticationConstraintHandler(HttpHandler) - Constructor for class io.undertow.servlet.handlers.security.ServletAuthenticationConstraintHandler
 
ServletBlockingHttpExchange - Class in io.undertow.servlet.core
 
ServletBlockingHttpExchange(HttpServerExchange) - Constructor for class io.undertow.servlet.core.ServletBlockingHttpExchange
 
ServletChain - Class in io.undertow.servlet.handlers
 
ServletChain(HttpHandler, ManagedServlet, String, boolean, MappingMatch, String, Map<DispatcherType, List<ManagedFilter>>) - Constructor for class io.undertow.servlet.handlers.ServletChain
 
ServletChain(ServletChain, String, MappingMatch) - Constructor for class io.undertow.servlet.handlers.ServletChain
 
ServletConfidentialityConstraintHandler - Class in io.undertow.servlet.handlers.security
Servlet specific extension to SinglePortConfidentialityHandler
ServletConfidentialityConstraintHandler(ConfidentialPortManager, HttpHandler) - Constructor for class io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
 
ServletConfigImpl - Class in io.undertow.servlet.spec
 
ServletConfigImpl(ServletInfo, ServletContext) - Constructor for class io.undertow.servlet.spec.ServletConfigImpl
 
ServletContainer - Interface in io.undertow.servlet.api
 
ServletContainer.Factory - Class in io.undertow.servlet.api
 
ServletContainerImpl - Class in io.undertow.servlet.core
The manager for all servlet deployments.
ServletContainerImpl() - Constructor for class io.undertow.servlet.core.ServletContainerImpl
 
ServletContainerInitializerInfo - Class in io.undertow.servlet.api
 
ServletContainerInitializerInfo(Class<? extends ServletContainerInitializer>, InstanceFactory<? extends ServletContainerInitializer>, Set<Class<?>>) - Constructor for class io.undertow.servlet.api.ServletContainerInitializerInfo
 
ServletContainerInitializerInfo(Class<? extends ServletContainerInitializer>, Set<Class<?>>) - Constructor for class io.undertow.servlet.api.ServletContainerInitializerInfo
 
servletContextAlreadyInitialized() - Method in interface io.undertow.servlet.UndertowServletMessages
 
servletContextAlreadyInitialized() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
servletContextAlreadyInitialized$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
ServletContextAttribute - Class in io.undertow.servlet.attribute
An attribute in the servlet request
ServletContextAttribute(String) - Constructor for class io.undertow.servlet.attribute.ServletContextAttribute
 
ServletContextAttribute.Builder - Class in io.undertow.servlet.attribute
 
servletContextAttributeAdded(String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
servletContextAttributeRemoved(String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
servletContextAttributeReplaced(String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
ServletContextImpl - Class in io.undertow.servlet.spec
 
ServletContextImpl(ServletContainer, Deployment) - Constructor for class io.undertow.servlet.spec.ServletContextImpl
 
ServletCookieAdaptor - Class in io.undertow.servlet.spec
Adaptor between and undertow and a servlet cookie
ServletCookieAdaptor(Cookie) - Constructor for class io.undertow.servlet.spec.ServletCookieAdaptor
 
ServletDebugPageHandler - Class in io.undertow.servlet.handlers
generates a servlet error page with a stack trace
ServletDebugPageHandler() - Constructor for class io.undertow.servlet.handlers.ServletDebugPageHandler
 
ServletDispatcher - Interface in io.undertow.servlet.api
 
ServletDispatchingHandler - Class in io.undertow.servlet.handlers
Handler that dispatches to the resolved servlet.
ServletDispatchingHandler() - Constructor for class io.undertow.servlet.handlers.ServletDispatchingHandler
 
ServletExtension - Interface in io.undertow.servlet
Interface that allows the servlet deployment to be modified before it is deployed.
ServletExtensionHolder - Class in io.undertow.servlet.core
Holder for global ServletExtension services.
ServletExtensionHolder() - Constructor for class io.undertow.servlet.core.ServletExtensionHolder
 
ServletFormAuthenticationMechanism - Class in io.undertow.servlet.handlers.security
Servlet handler for FORM authentication.
ServletFormAuthenticationMechanism(String, String, String) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
Deprecated.
ServletFormAuthenticationMechanism(String, String, String, String) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
Deprecated.
ServletFormAuthenticationMechanism(FormParserFactory, String, String, String, String) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
ServletFormAuthenticationMechanism(FormParserFactory, String, String, String) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
ServletFormAuthenticationMechanism(FormParserFactory, String, String, String, IdentityManager) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
ServletFormAuthenticationMechanism(FormParserFactory, String, String, String, IdentityManager, boolean) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
ServletFormAuthenticationMechanism(FormParserFactory, String, String, String, String, boolean, IdentityManager, boolean) - Constructor for class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
ServletFormAuthenticationMechanism.Factory - Class in io.undertow.servlet.handlers.security
 
ServletHandler - Class in io.undertow.servlet.handlers
The handler that is responsible for invoking the servlet
ServletHandler(ManagedServlet) - Constructor for class io.undertow.servlet.handlers.ServletHandler
 
ServletInfo - Class in io.undertow.servlet.api
 
ServletInfo(String, Class<? extends Servlet>) - Constructor for class io.undertow.servlet.api.ServletInfo
 
ServletInfo(String, Class<? extends Servlet>, InstanceFactory<? extends Servlet>) - Constructor for class io.undertow.servlet.api.ServletInfo
 
ServletInitialHandler - Class in io.undertow.servlet.handlers
This must be the initial handler in the blocking servlet chain.
ServletInitialHandler(ServletPathMatches, HttpHandler, Deployment, ServletContextImpl) - Constructor for class io.undertow.servlet.handlers.ServletInitialHandler
 
ServletInputStreamImpl - Class in io.undertow.servlet.spec
Servlet input stream implementation.
ServletInputStreamImpl(HttpServletRequestImpl) - Constructor for class io.undertow.servlet.spec.ServletInputStreamImpl
 
servletMustImplementServlet(String, Class<? extends Servlet>) - Method in interface io.undertow.servlet.UndertowServletMessages
 
servletMustImplementServlet(String, Class<? extends Servlet>) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
servletMustImplementServlet$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
ServletNameAttribute - Class in io.undertow.servlet.attribute
The current servlet name
ServletNameAttribute.Builder - Class in io.undertow.servlet.attribute
 
servletNameNull() - Method in interface io.undertow.servlet.UndertowServletMessages
 
servletNameNull() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
servletNameNull$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
ServletOutputStreamImpl - Class in io.undertow.servlet.spec
This stream essentially has two modes.
ServletOutputStreamImpl(ServletRequestContext) - Constructor for class io.undertow.servlet.spec.ServletOutputStreamImpl
Construct a new instance.
ServletOutputStreamImpl(ServletRequestContext, int) - Constructor for class io.undertow.servlet.spec.ServletOutputStreamImpl
Construct a new instance.
ServletPathMatch - Class in io.undertow.servlet.handlers
 
ServletPathMatch(ServletChain, String, boolean) - Constructor for class io.undertow.servlet.handlers.ServletPathMatch
 
ServletPathMatch(ServletChain, String, String, ServletPathMatch.Type, String) - Constructor for class io.undertow.servlet.handlers.ServletPathMatch
 
ServletPathMatch.Type - Enum in io.undertow.servlet.handlers
 
ServletPathMatches - Class in io.undertow.servlet.handlers
Facade around ServletPathMatchesData.
ServletPathMatches(Deployment) - Constructor for class io.undertow.servlet.handlers.ServletPathMatches
 
ServletPrintWriter - Class in io.undertow.servlet.spec
Real servlet print writer functionality, that is not limited by extending PrintWriter
ServletPrintWriter(ServletOutputStreamImpl, String) - Constructor for class io.undertow.servlet.spec.ServletPrintWriter
 
ServletPrintWriterDelegate - Class in io.undertow.servlet.spec
 
ServletRegistrationImpl - Class in io.undertow.servlet.spec
 
ServletRegistrationImpl(ServletInfo, ManagedServlet, Deployment) - Constructor for class io.undertow.servlet.spec.ServletRegistrationImpl
 
ServletRelativePathAttribute - Class in io.undertow.servlet.attribute
The relative path
ServletRelativePathAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestAttribute - Class in io.undertow.servlet.attribute
An attribute in the servlet request
ServletRequestAttribute(String) - Constructor for class io.undertow.servlet.attribute.ServletRequestAttribute
 
ServletRequestAttribute.Builder - Class in io.undertow.servlet.attribute
 
servletRequestAttributeAdded(HttpServletRequest, String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
servletRequestAttributeRemoved(HttpServletRequest, String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
servletRequestAttributeReplaced(HttpServletRequest, String, Object) - Method in class io.undertow.servlet.core.ApplicationListeners
 
ServletRequestCharacterEncodingAttribute - Class in io.undertow.servlet.attribute
The request session ID
ServletRequestCharacterEncodingAttribute() - Constructor for class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute
 
ServletRequestCharacterEncodingAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestContext - Class in io.undertow.servlet.handlers
All the information that servlet needs to attach to the exchange.
ServletRequestContext(Deployment, HttpServletRequestImpl, HttpServletResponseImpl, ServletPathMatch) - Constructor for class io.undertow.servlet.handlers.ServletRequestContext
 
ServletRequestedSessionIdAttribute - Class in io.undertow.servlet.attribute
The request session ID
ServletRequestedSessionIdAttribute() - Constructor for class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute
 
ServletRequestedSessionIdAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestedSessionIdFromCookieAttribute - Class in io.undertow.servlet.attribute
The request session ID
ServletRequestedSessionIdFromCookieAttribute() - Constructor for class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute
 
ServletRequestedSessionIdFromCookieAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestedSessionIdValidAttribute - Class in io.undertow.servlet.attribute
The request session ID
ServletRequestedSessionIdValidAttribute() - Constructor for class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
 
ServletRequestedSessionIdValidAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestLineAttribute - Class in io.undertow.servlet.attribute
The request line
ServletRequestLineAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestLocaleAttribute - Class in io.undertow.servlet.attribute
The request session ID
ServletRequestLocaleAttribute() - Constructor for class io.undertow.servlet.attribute.ServletRequestLocaleAttribute
 
ServletRequestLocaleAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestParameterAttribute - Class in io.undertow.servlet.attribute
An attribute in the servlet request
ServletRequestParameterAttribute(String) - Constructor for class io.undertow.servlet.attribute.ServletRequestParameterAttribute
 
ServletRequestParameterAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletRequestURLAttribute - Class in io.undertow.servlet.attribute
The request URL
ServletRequestURLAttribute.Builder - Class in io.undertow.servlet.attribute
 
Servlets - Class in io.undertow.servlet
Utility class for building servlet deployments.
ServletSecurityConstraintHandler - Class in io.undertow.servlet.handlers.security
 
ServletSecurityConstraintHandler(SecurityPathMatches, HttpHandler) - Constructor for class io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler
 
ServletSecurityInfo - Class in io.undertow.servlet.api
 
ServletSecurityInfo() - Constructor for class io.undertow.servlet.api.ServletSecurityInfo
 
ServletSecurityRoleHandler - Class in io.undertow.servlet.handlers.security
Servlet role handler
ServletSecurityRoleHandler(HttpHandler, AuthorizationManager) - Constructor for class io.undertow.servlet.handlers.security.ServletSecurityRoleHandler
 
ServletSessionAttribute - Class in io.undertow.servlet.attribute
An attribute in the servlet request
ServletSessionAttribute(String) - Constructor for class io.undertow.servlet.attribute.ServletSessionAttribute
 
ServletSessionAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletSessionConfig - Class in io.undertow.servlet.api
Session config that gets
ServletSessionConfig() - Constructor for class io.undertow.servlet.api.ServletSessionConfig
 
ServletSessionIdAttribute - Class in io.undertow.servlet.attribute
The request session ID
ServletSessionIdAttribute() - Constructor for class io.undertow.servlet.attribute.ServletSessionIdAttribute
 
ServletSessionIdAttribute.Builder - Class in io.undertow.servlet.attribute
 
ServletSingleSignOnAuthenticationMechainism - Class in io.undertow.servlet.handlers.security
Deprecated.
ServletSingleSignOnAuthenticationMechainism(SingleSignOnManager) - Constructor for class io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechainism
Deprecated.
 
ServletSingleSignOnAuthenticationMechanism - Class in io.undertow.servlet.handlers.security
Servlet version of the single sign on authentication mechanism.
ServletSingleSignOnAuthenticationMechanism(SingleSignOnManager) - Constructor for class io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechanism
 
ServletStackTraces - Enum in io.undertow.servlet.api
 
servletStackTracesAll(String) - Method in interface io.undertow.servlet.UndertowServletLogger
 
servletStackTracesAll(String) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
servletStackTracesAll$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
ServletUpgradeListener<T extends javax.servlet.http.HttpUpgradeHandler> - Class in io.undertow.servlet.core
Lister that handles a servlet exchange upgrade event.
ServletUpgradeListener(InstanceHandle<T>, Deployment, HttpServerExchange) - Constructor for class io.undertow.servlet.core.ServletUpgradeListener
 
ServletWebSocketHttpExchange - Class in io.undertow.servlet.websockets
 
ServletWebSocketHttpExchange(HttpServletRequest, HttpServletResponse, Set<WebSocketChannel>) - Constructor for class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
SESSION_HANDLER - Static variable in class io.undertow.servlet.websockets.WebSocketServlet
 
SESSION_ID - Static variable in class io.undertow.servlet.attribute.ServletSessionIdAttribute
 
SESSION_ID_SHORT - Static variable in class io.undertow.servlet.attribute.ServletSessionIdAttribute
 
SessionConfigWrapper - Interface in io.undertow.servlet.api
A class that allows the SessionConfig to be wrapped.
SessionCookieConfigImpl - Class in io.undertow.servlet.spec
 
SessionCookieConfigImpl(ServletContextImpl) - Constructor for class io.undertow.servlet.spec.SessionCookieConfigImpl
 
sessionCookieSource(HttpServerExchange) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
sessionCreated(HttpSession) - Method in class io.undertow.servlet.core.ApplicationListeners
 
sessionCreated(Session, HttpServerExchange) - Method in class io.undertow.servlet.core.SessionListenerBridge
 
sessionDestroyed(HttpSession) - Method in class io.undertow.servlet.core.ApplicationListeners
 
sessionDestroyed(Session, HttpServerExchange, SessionListener.SessionDestroyedReason) - Method in class io.undertow.servlet.core.SessionListenerBridge
 
sessionId(String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
sessionIdChanged(Session, String) - Method in class io.undertow.servlet.core.SessionListenerBridge
 
sessionIsInvalid() - Method in interface io.undertow.servlet.UndertowServletMessages
 
sessionIsInvalid() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
sessionIsInvalid$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
SessionListenerBridge - Class in io.undertow.servlet.core
Class that bridges between Undertow native session listeners and servlet ones.
SessionListenerBridge(Deployment, ApplicationListeners, ServletContext) - Constructor for class io.undertow.servlet.core.SessionListenerBridge
 
SessionManagerFactory - Interface in io.undertow.servlet.api
Factory class used to create a session manager
SessionPersistenceManager - Interface in io.undertow.servlet.api
Interface that is used in development mode to support session persistence across redeploys.
SessionPersistenceManager.PersistentSession - Class in io.undertow.servlet.api
 
SessionRestoringHandler - Class in io.undertow.servlet.handlers
A handler that restores persistent HTTP session state for requests in development mode.
SessionRestoringHandler(String, SessionManager, ServletContextImpl, HttpHandler, SessionPersistenceManager) - Constructor for class io.undertow.servlet.handlers.SessionRestoringHandler
 
setAllowNonStandardWrappers(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setAsyncExecutor(Executor) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets the executor that is used to run async tasks.
setAsyncSupported(boolean) - Method in class io.undertow.servlet.api.FilterInfo
 
setAsyncSupported(boolean) - Method in class io.undertow.servlet.api.ServletInfo
 
setAsyncSupported(boolean) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setAsyncSupported(boolean) - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
setAsyncSupported(boolean) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
setAttribute(String, Object) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
setAttribute(String, Object) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
setAttribute(String, Object) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
setAuthenticationMechanisms(List<AuthenticationMechanism>) - Method in class io.undertow.servlet.core.DeploymentImpl
 
setAuthenticationMode(AuthenticationMode) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets if this deployment should use pro-active authentication and always authenticate if the credentials are present or constraint driven auth which will only call the authentication mechanisms for protected resources.
setAuthorizationManager(AuthorizationManager) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setBufferSize(int) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setBufferSize(int) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
setChain(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setChangeSessionIdOnLogin(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setCharacterEncoding(String) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
setCharacterEncoding(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setCheckOtherSessionManagers(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
If this is true then when an existing invalid session id is found all other deployments in the container will have their session managers checked to see if it represents a valid session.
setClassIntrospecter(ClassIntrospecter) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setClassLoader(ClassLoader) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setComment(String) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setComment(String) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setComment(String) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setConditions(RewriteCond[]) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCondPattern(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
setConfidentialPortManager(ConfidentialPortManager) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setContainerMajorVersion(int) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setContainerMinorVersion(int) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setContentLength(int) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setContentLengthLong(long) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setContentType(String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setContentTypeCacheSize(int) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setContextPath(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setCookie(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCookieDomain(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCookieHttpOnly(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCookieLifetime(int) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCookieName(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCookiePath(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCookieSecure(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCookieValue(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setCrawlerSessionManagerConfig(CrawlerSessionManagerConfig) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setCurrentRequestContext(ServletRequestContext) - Static method in class io.undertow.servlet.handlers.ServletRequestContext
 
setCurrentServlet(ServletChain) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setCurrentServletContext(ServletContextImpl) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setDateHeader(String, long) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setDefaultCharset(Charset) - Method in class io.undertow.servlet.core.DeploymentImpl
Deprecated.
setDefaultCookieVersion(int) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDefaultEncoding(String) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets the default encoding that will be used for servlet responses
setDefaultMultipartConfig(MultipartConfigElement) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDefaultRequestCharset(Charset) - Method in class io.undertow.servlet.core.DeploymentImpl
 
setDefaultRequestEncoding(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDefaultResponseCharset(Charset) - Method in class io.undertow.servlet.core.DeploymentImpl
 
setDefaultResponseEncoding(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDefaultServletConfig(DefaultServletConfig) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDefaultSessionTimeout(int) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDefaultSessionTrackingModes(HashSet<SessionTrackingMode>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
setDenyUncoveredHttpMethods(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDeploymentName(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDisableCachingForSecuredPages(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDiscard(boolean) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setDispatcherType(DispatcherType) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setDisplayName(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setDomain(String) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setDomain(String) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setDomain(String) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setEagerFilterInit(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setEmptyRoleSemantic(SecurityInfo.EmptyRoleSemantic) - Method in class io.undertow.servlet.api.SecurityInfo
 
setEnabled(boolean) - Method in class io.undertow.servlet.api.ServletInfo
 
setEnv(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setError(int, String) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setErrorPages(ErrorPages) - Method in class io.undertow.servlet.core.DeploymentImpl
 
setEscapeErrorMessage(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
Set if if the message passed to HttpServletResponse.sendError(int, String) should be escaped.
setExceptionHandler(ExceptionHandler) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets the default exception handler for this deployment
setExecutor(Executor) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets the executor that will be used to run servlet invocations.
setExecutor(Executor) - Method in class io.undertow.servlet.api.ServletInfo
 
setExpires(Date) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setFallback(SessionConfig) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setForbidden(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setGone(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setHeader(String, String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setHeader(HttpString, String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setHeader(String, String) - Method in class io.undertow.servlet.spec.PushBuilderImpl
 
setHost(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setHostName(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setHttpOnly(boolean) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setHttpOnly(boolean) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setHttpOnly(boolean) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setIdentityManager(IdentityManager) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setIgnoreFlush(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setInitialHandler(HttpHandler) - Method in class io.undertow.servlet.core.DeploymentImpl
 
setInitialSecurityWrapper(HandlerWrapper) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets the initial handler wrapper that will take over responsibility for establishing a security context that will handle authentication for the request.
setInitParameter(String, String) - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
setInitParameter(String, String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
setInitParameter(String, String) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
setInitParameters(Map<String, String>) - Method in class io.undertow.servlet.spec.FilterRegistrationImpl
 
setInitParameters(Map<String, String>) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
setInsideInclude(boolean) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setInstanceFactory(InstanceFactory<? extends Filter>) - Method in class io.undertow.servlet.api.FilterInfo
 
setInstanceFactory(InstanceFactory<? extends EventListener>) - Method in class io.undertow.servlet.api.ListenerInfo
 
setInstanceFactory(InstanceFactory<? extends Servlet>) - Method in class io.undertow.servlet.api.ServletInfo
 
setIntHeader(String, int) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setInvalidateSessionOnLogout(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setJaspiAuthenticationMechanism(AuthenticationMechanism) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setJspConfigDescriptor(JspConfigDescriptor) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setJspFile(String) - Method in class io.undertow.servlet.api.ServletInfo
 
setLast(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setLoadOnStartup(Integer) - Method in class io.undertow.servlet.api.ServletInfo
 
setLoadOnStartup(int) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
setLocale(Locale) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setLoginConfig(LoginConfig) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setMajorVersion(int) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setMaxAge(int) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setMaxAge(Integer) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setMaxAge(int) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setMaxInactiveInterval(int) - Method in class io.undertow.servlet.spec.HttpSessionImpl
 
setMethod(String) - Method in class io.undertow.servlet.api.HttpMethodSecurityInfo
 
setMetricsCollector(MetricsCollector) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setMimeExtensionMappings(Map<String, String>) - Method in class io.undertow.servlet.core.DeploymentImpl
 
setMinorVersion(int) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setMultipartConfig(MultipartConfigElement) - Method in class io.undertow.servlet.api.ServletInfo
 
setMultipartConfig(MultipartConfigElement) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
setName(String) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setName(String) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setNext(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setNocase(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
setNocase(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setNoescape(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setNosubreq(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setOrnext(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
setOverridenSessionId(String) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setParameters(String) - Method in interface io.undertow.servlet.compat.rewrite.RewriteMap
 
setPath(String) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setPath(String) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setPath(String) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setPatternString(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setPermanentlyUnavailable(boolean) - Method in class io.undertow.servlet.core.ManagedServlet
 
setPositive(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
setPreservePathOnForward(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setQsappend(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setQueryParameters(Map<String, Deque<String>>) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
setReadListener(ReadListener) - Method in class io.undertow.servlet.spec.ServletInputStreamImpl
 
setReadListener(ReadListener) - Method in class io.undertow.servlet.spec.UpgradeServletInputStream
 
setRedirect(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setRedirectCode(int) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setRequestCharacterEncoding(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
setRequiredConstrains(List<SingleConstraintMatch>) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setRequireWelcomeFileMapping(boolean) - Method in class io.undertow.servlet.api.ServletInfo
 
setResourceManager(ResourceManager) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setResponseCharacterEncoding(String) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
setResponseHeader(String, String) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
setResponseHeaders(Map<String, List<String>>) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
setRunAs(String) - Method in class io.undertow.servlet.api.ServletInfo
 
setRunAsRole(String) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
setRunningInsideHandler(boolean) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setSameSite(boolean) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setSameSiteMode(String) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setSecure(boolean) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setSecure(boolean) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setSecure(boolean) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setSecurityContextFactory(SecurityContextFactory) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setSecurityDisabled(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setSendCustomReasonPhraseOnError(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
If this is true then the message parameter of HttpServletResponse.sendError(int, String) and HttpServletResponse.setStatus(int, String) will be used as the HTTP reason phrase in the response.
setServerName(String) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setServletContext(ServletContextImpl) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
setServletContext(ServletContextImpl) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setServletContextAttributeBackingMap(ConcurrentMap<String, Object>) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets the map that will be used by the ServletContext implementation to store attributes.
setServletPathMatch(ServletPathMatch) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setServletPrintWriter(ServletPrintWriter) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
setServletRequest(ServletRequest) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setServletResponse(ServletResponse) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setServletSecurity(ServletSecurityElement) - Method in class io.undertow.servlet.spec.ServletRegistrationImpl
 
setServletSecurityInfo(ServletSecurityInfo) - Method in class io.undertow.servlet.api.ServletInfo
 
setServletSessionConfig(ServletSessionConfig) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setServletStackTraces(ServletStackTraces) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setSession(HttpSessionImpl) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setSessionConfigWrapper(SessionConfigWrapper) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setSessionId(HttpServerExchange, String) - Method in class io.undertow.servlet.spec.SessionCookieConfigImpl
 
setSessionIdGenerator(SessionIdGenerator) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setSessionManagerFactory(SessionManagerFactory) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setSessionPersistenceManager(SessionPersistenceManager) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setSessionTimeout(int) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class io.undertow.servlet.api.ServletSessionConfig
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
setSkip(int) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setStatus(int) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setStatus(int, String) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setSub(String) - Method in class io.undertow.servlet.compat.rewrite.Substitution
 
setSubstitution(Substitution) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setSubstitutionString(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setTempDir(File) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setTempDir(Path) - Method in class io.undertow.servlet.api.DeploymentInfo
 
setTestString(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
 
setTimeout(long) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
setTrailerFields(Supplier<Map<String, String>>) - Method in class io.undertow.servlet.spec.HttpServletResponseImpl
 
setTransportGuaranteeType(TransportGuaranteeType) - Method in class io.undertow.servlet.api.SecurityInfo
 
setTransportGuarenteeType(TransportGuaranteeType) - Method in class io.undertow.servlet.handlers.ServletRequestContext
 
setType(boolean) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setTypeValue(String) - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
 
setup(HttpServerExchange) - Method in interface io.undertow.servlet.api.ThreadSetupAction
Deprecated.
Setup any thread local context
setupMultipart(ServletContextImpl) - Method in class io.undertow.servlet.core.ManagedServlet
 
setUrlEncoding(String) - Method in class io.undertow.servlet.api.DeploymentInfo
Sets the URL encoding.
setUseCachedAuthenticationMechanism(boolean) - Method in class io.undertow.servlet.api.DeploymentInfo
If this is set to false the the cached authenticated session mechanism won't be installed.
setValue(String) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setVersion(int) - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
setWelcomePages(List<String>) - Method in class io.undertow.servlet.handlers.ServletPathMatches
 
setWriteListener(WriteListener) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
setWriteListener(WriteListener) - Method in class io.undertow.servlet.spec.UpgradeServletOutputStream
 
SingleConstraintMatch - Class in io.undertow.servlet.api
Representation of a single security constrain matched for a single request.
SingleConstraintMatch(SecurityInfo.EmptyRoleSemantic, Set<String>) - Constructor for class io.undertow.servlet.api.SingleConstraintMatch
 
skip - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
This flag forces the rewriting engine to skip the next num rules in sequence when the current rule matches.
sslCannotBeCombinedWithAnyOtherMethod() - Method in interface io.undertow.servlet.UndertowServletMessages
 
sslCannotBeCombinedWithAnyOtherMethod() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
sslCannotBeCombinedWithAnyOtherMethod$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
SSLInformationAssociationHandler - Class in io.undertow.servlet.handlers.security
Handler that associates SSL metadata with request
SSLInformationAssociationHandler(HttpHandler) - Constructor for class io.undertow.servlet.handlers.security.SSLInformationAssociationHandler
 
start() - Method in interface io.undertow.servlet.api.DeploymentManager
Starts the container.
start() - Method in class io.undertow.servlet.core.ApplicationListeners
 
start() - Method in class io.undertow.servlet.core.DeploymentManagerImpl
 
start() - Method in interface io.undertow.servlet.core.Lifecycle
 
start() - Method in class io.undertow.servlet.core.ManagedFilter
 
start() - Method in class io.undertow.servlet.core.ManagedListener
 
start() - Method in class io.undertow.servlet.core.ManagedServlet
 
start() - Method in class io.undertow.servlet.handlers.SessionRestoringHandler
 
start(Runnable) - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
startAsync() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
startAsync(ServletRequest, ServletResponse) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
startAsyncNotAllowed() - Method in interface io.undertow.servlet.UndertowServletMessages
 
startAsyncNotAllowed() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
startAsyncNotAllowed$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
StaticElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.StaticElement
 
stop() - Method in interface io.undertow.servlet.api.DeploymentManager
 
stop() - Method in class io.undertow.servlet.core.ApplicationListeners
 
stop() - Method in class io.undertow.servlet.core.DeploymentManagerImpl
 
stop() - Method in interface io.undertow.servlet.core.Lifecycle
 
stop() - Method in class io.undertow.servlet.core.ManagedFilter
 
stop() - Method in class io.undertow.servlet.core.ManagedListener
 
stop() - Method in class io.undertow.servlet.core.ManagedServlet
 
stop() - Method in class io.undertow.servlet.handlers.SessionRestoringHandler
 
stoppingServletDueToPermanentUnavailability(String, UnavailableException) - Method in interface io.undertow.servlet.UndertowServletLogger
 
stoppingServletDueToPermanentUnavailability(String, UnavailableException) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
stoppingServletDueToPermanentUnavailability$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
stoppingServletUntilDueToTemporaryUnavailability(String, Date, UnavailableException) - Method in interface io.undertow.servlet.UndertowServletLogger
 
stoppingServletUntilDueToTemporaryUnavailability(String, Date, UnavailableException) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
stoppingServletUntilDueToTemporaryUnavailability$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
storeInitialLocation(HttpServerExchange) - Method in class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
 
storeInitialLocation(HttpServerExchange, byte[], int) - Method in class io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism
This method doesn't save content of request but instead uses data from parameter.
streamIsClosed() - Method in interface io.undertow.servlet.UndertowServletMessages
 
streamIsClosed() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
streamIsClosed$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
streamNotInAsyncMode() - Method in interface io.undertow.servlet.UndertowServletMessages
 
streamNotInAsyncMode() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
streamNotInAsyncMode$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
streamNotReady() - Method in interface io.undertow.servlet.UndertowServletMessages
 
streamNotReady() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
streamNotReady$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
sub - Variable in class io.undertow.servlet.compat.rewrite.Substitution
 
substitution - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 
Substitution - Class in io.undertow.servlet.compat.rewrite
 
Substitution() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution
 
Substitution.MapElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.RewriteCondBackReferenceElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.RewriteRuleBackReferenceElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.ServerVariableElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.ServerVariableEnvElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.ServerVariableHttpElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.ServerVariableSslElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.StaticElement - Class in io.undertow.servlet.compat.rewrite
 
Substitution.SubstitutionElement - Class in io.undertow.servlet.compat.rewrite
 
SubstitutionElement() - Constructor for class io.undertow.servlet.compat.rewrite.Substitution.SubstitutionElement
 
substitutionString - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 

T

tearDown() - Method in interface io.undertow.servlet.api.ThreadSetupAction.Handle
Deprecated.
 
test - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond
 
testString - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond
 
ThreadSetupAction - Interface in io.undertow.servlet.api
Deprecated.
ThreadSetupAction.Handle - Interface in io.undertow.servlet.api
Deprecated.
 
ThreadSetupHandler - Interface in io.undertow.servlet.api
 
ThreadSetupHandler.Action<T,C> - Interface in io.undertow.servlet.api
 
toString() - Method in class io.undertow.servlet.api.FilterInfo
 
toString() - Method in class io.undertow.servlet.api.ListenerInfo
 
toString() - Method in class io.undertow.servlet.api.ServletInfo
 
toString() - Method in enum io.undertow.servlet.api.ServletStackTraces
 
toString() - Method in class io.undertow.servlet.api.SingleConstraintMatch
 
toString() - Method in class io.undertow.servlet.attribute.ServletContextAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletNameAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRelativePathAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestLineAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestParameterAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletRequestURLAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletSessionAttribute
 
toString() - Method in class io.undertow.servlet.attribute.ServletSessionIdAttribute
 
toString() - Method in class io.undertow.servlet.compat.rewrite.RewriteCond
String representation.
toString() - Method in class io.undertow.servlet.compat.rewrite.RewriteConfig
 
toString() - Method in class io.undertow.servlet.compat.rewrite.RewriteRule
String representation.
toString() - Method in class io.undertow.servlet.core.ManagedFilter
 
toString() - Method in class io.undertow.servlet.core.ManagedListener
 
toString() - Method in class io.undertow.servlet.core.ManagedServlet
 
toString() - Method in class io.undertow.servlet.handlers.MarkSecureHandler
 
toString() - Method in class io.undertow.servlet.predicate.DirectoryPredicate
 
toString() - Method in class io.undertow.servlet.predicate.DispatcherTypePredicate
 
toString() - Method in class io.undertow.servlet.predicate.FilePredicate
 
toString() - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
toString() - Method in class io.undertow.servlet.spec.ServletCookieAdaptor
 
trailersNotSupported(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
trailersNotSupported(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
trailersNotSupported$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
transferFrom(FileChannel, IoCallback) - Method in class io.undertow.servlet.core.BlockingWriterSenderImpl
 
transferFrom(FileChannel) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
transportGuarantee(TransportGuaranteeType, TransportGuaranteeType, HttpServletRequest) - Method in interface io.undertow.servlet.api.AuthorizationManager
Determines the transport guarantee type
transportGuarantee(TransportGuaranteeType, TransportGuaranteeType, HttpServletRequest) - Method in class io.undertow.servlet.core.DefaultAuthorizationManager
 
TransportGuaranteeType - Enum in io.undertow.servlet.api
 
tryAddServletMappings(ServletInfo, String...) - Method in interface io.undertow.servlet.api.Deployment
Attempts to add a servlet mapping using ServletRegistration.addMapping(String...)
tryAddServletMappings(ServletInfo, String...) - Method in class io.undertow.servlet.core.DeploymentImpl
 
tryRestoreRequest(HttpServerExchange, HttpSession) - Static method in class io.undertow.servlet.util.SavedRequest
 
trySaveRequest(HttpServerExchange) - Static method in class io.undertow.servlet.util.SavedRequest
 
trySaveRequest(HttpServerExchange, byte[], int) - Static method in class io.undertow.servlet.util.SavedRequest
 
twoServletsWithSameMapping(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
twoServletsWithSameMapping(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
twoServletsWithSameMapping$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
type - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond.LexicalCondition
-1: < 0: = 1: >
type - Variable in class io.undertow.servlet.compat.rewrite.RewriteCond.ResourceCondition
0: -d (is directory ?) 1: -f (is regular file ?) 2: -s (is regular file with size ?)
type - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
Force the MIME-type of the target file to be MIME-type.
typeValue - Variable in class io.undertow.servlet.compat.rewrite.RewriteRule
 

U

undeploy() - Method in interface io.undertow.servlet.api.DeploymentManager
 
undeploy() - Method in class io.undertow.servlet.core.DeploymentManagerImpl
 
underlyingSession(HttpSessionImpl) - Method in class io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
 
UndertowResolver - Class in io.undertow.servlet.compat.rewrite
 
UndertowResolver(ServletRequestContext, HttpServletRequest) - Constructor for class io.undertow.servlet.compat.rewrite.UndertowResolver
 
UndertowServletLogger - Interface in io.undertow.servlet
log messages start at 15000
UndertowServletLogger_$logger - Class in io.undertow.servlet
Warning this class consists of generated code.
UndertowServletLogger_$logger(Logger) - Constructor for class io.undertow.servlet.UndertowServletLogger_$logger
 
UndertowServletMessages - Interface in io.undertow.servlet
messages start at 10000
UndertowServletMessages_$bundle - Class in io.undertow.servlet
Warning this class consists of generated code.
UndertowServletMessages_$bundle() - Constructor for class io.undertow.servlet.UndertowServletMessages_$bundle
 
unknownAuthenticationMechanism(String) - Method in interface io.undertow.servlet.UndertowServletMessages
 
unknownAuthenticationMechanism(String) - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
unknownAuthenticationMechanism$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
unsecuredMethodsOnPath(String, Set<String>) - Method in interface io.undertow.servlet.UndertowServletLogger
 
unsecuredMethodsOnPath(String, Set<String>) - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
unsecuredMethodsOnPath$str() - Method in class io.undertow.servlet.UndertowServletLogger_$logger
 
UnwrapSessionAction(HttpSession) - Constructor for class io.undertow.servlet.spec.HttpSessionImpl.UnwrapSessionAction
 
updateSessionAccessTime(HttpServerExchange) - Method in class io.undertow.servlet.spec.ServletContextImpl
 
updateTimeout() - Method in class io.undertow.servlet.spec.AsyncContextImpl
 
upgrade(Class<T>) - Method in class io.undertow.servlet.spec.HttpServletRequestImpl
 
upgradeChannel(HttpUpgradeListener) - Method in class io.undertow.servlet.websockets.ServletWebSocketHttpExchange
 
UpgradeServletInputStream - Class in io.undertow.servlet.spec
Servlet input stream implementation.
UpgradeServletInputStream(StreamSourceChannel, ByteBufferPool, Executor) - Constructor for class io.undertow.servlet.spec.UpgradeServletInputStream
 
UpgradeServletOutputStream - Class in io.undertow.servlet.spec
Output stream used for upgraded requests.
UpgradeServletOutputStream(StreamSinkChannel, Executor) - Constructor for class io.undertow.servlet.spec.UpgradeServletOutputStream
 
userAlreadyLoggedIn() - Method in interface io.undertow.servlet.UndertowServletMessages
 
userAlreadyLoggedIn() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 
userAlreadyLoggedIn$str() - Method in class io.undertow.servlet.UndertowServletMessages_$bundle
 

V

validate() - Method in class io.undertow.servlet.api.DeploymentInfo
 
validate() - Method in class io.undertow.servlet.api.FilterInfo
 
validate() - Method in class io.undertow.servlet.api.ServletInfo
 
value - Variable in class io.undertow.servlet.compat.rewrite.Substitution.StaticElement
 
valueOf(String) - Static method in enum io.undertow.servlet.api.DeploymentManager.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.undertow.servlet.api.FilterMappingInfo.MappingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.undertow.servlet.api.ServletStackTraces
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.undertow.servlet.api.TransportGuaranteeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.undertow.servlet.core.ApplicationListeners.ListenerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.undertow.servlet.handlers.ServletPathMatch.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.undertow.servlet.spec.HttpServletResponseImpl.ResponseState
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.undertow.servlet.api.DeploymentManager.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.undertow.servlet.api.FilterMappingInfo.MappingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.undertow.servlet.api.ServletStackTraces
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.undertow.servlet.api.TransportGuaranteeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.undertow.servlet.core.ApplicationListeners.ListenerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.undertow.servlet.handlers.ServletPathMatch.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.undertow.servlet.spec.HttpServletResponseImpl.ResponseState
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebConnectionImpl - Class in io.undertow.servlet.spec
 
WebConnectionImpl(StreamConnection, ByteBufferPool, Executor) - Constructor for class io.undertow.servlet.spec.WebConnectionImpl
 
WebResourceCollection - Class in io.undertow.servlet.api
 
WebResourceCollection() - Constructor for class io.undertow.servlet.api.WebResourceCollection
 
webResourceCollection() - Static method in class io.undertow.servlet.Servlets
 
WebSocketServlet - Class in io.undertow.servlet.websockets
 
WebSocketServlet() - Constructor for class io.undertow.servlet.websockets.WebSocketServlet
 
WebSocketServlet(WebSocketConnectionCallback) - Constructor for class io.undertow.servlet.websockets.WebSocketServlet
 
wrap(SessionConfig, Deployment) - Method in interface io.undertow.servlet.api.SessionConfigWrapper
 
wrap(HttpHandler) - Method in class io.undertow.servlet.handlers.MarkSecureHandler.Wrapper
 
WRAPPER - Static variable in class io.undertow.servlet.handlers.MarkSecureHandler
 
Wrapper() - Constructor for class io.undertow.servlet.handlers.MarkSecureHandler.Wrapper
 
write(String) - Method in class io.undertow.servlet.spec.PartImpl
 
write(int) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
write(byte[]) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
write(byte[], int, int) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
write(ByteBuffer[]) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
write(ByteBuffer) - Method in class io.undertow.servlet.spec.ServletOutputStreamImpl
 
write(CharBuffer) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
write(int) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
write(char[], int, int) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
write(char[]) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
write(String, int, int) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
write(String) - Method in class io.undertow.servlet.spec.ServletPrintWriter
 
write(int) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
write(char[], int, int) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
write(char[]) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
write(String, int, int) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
write(String) - Method in class io.undertow.servlet.spec.ServletPrintWriterDelegate
 
write(byte[]) - Method in class io.undertow.servlet.spec.UpgradeServletOutputStream
 
write(byte[], int, int) - Method in class io.undertow.servlet.spec.UpgradeServletOutputStream
 
write(int) - Method in class io.undertow.servlet.spec.UpgradeServletOutputStream
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletContextAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletNameAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRelativePathAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestCharacterEncodingAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdFromCookieAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestLineAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestLocaleAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestParameterAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletRequestURLAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletSessionAttribute
 
writeAttribute(HttpServerExchange, String) - Method in class io.undertow.servlet.attribute.ServletSessionIdAttribute
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
Undertow Servlet 2.2.29.Final

Copyright © 2024 JBoss by Red Hat. All rights reserved.