Class UndertowAttachments


  • public final class UndertowAttachments
    extends Object
    Class defining AttachmentKeys for Undertow-specific attachments.
    Since:
    8.0
    Version:
    Oct 2013
    Author:
    Radoslav Husar
    • Field Detail

      • UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERS

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>> UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERS
      • UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERS

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>> UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERS
      • UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERS

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>> UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERS
      • UNDERTOW_THREAD_SETUP_ACTIONS

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.api.ThreadSetupHandler>> UNDERTOW_THREAD_SETUP_ACTIONS
      • UNDERTOW_SERVLET_EXTENSIONS

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.ServletExtension>> UNDERTOW_SERVLET_EXTENSIONS
      • WEB_SOCKET_DEPLOYMENT_INFO

        public static final org.jboss.as.server.deployment.AttachmentKey<io.undertow.websockets.jsr.WebSocketDeploymentInfo> WEB_SOCKET_DEPLOYMENT_INFO
      • EXTERNAL_RESOURCES

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<File>> EXTERNAL_RESOURCES
      • SERVLET_CONTAINER_SERVICE

        public static final org.jboss.as.server.deployment.AttachmentKey<ServletContainerService> SERVLET_CONTAINER_SERVICE
      • ALLOW_REQUEST_WHEN_SUSPENDED

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.predicate.Predicate>> ALLOW_REQUEST_WHEN_SUSPENDED
      • DEFAULT_SECURITY_DOMAIN

        public static final org.jboss.as.server.deployment.AttachmentKey<String> DEFAULT_SECURITY_DOMAIN
      • RESOLVED_SECURITY_DOMAIN

        public static final org.jboss.as.server.deployment.AttachmentKey<String> RESOLVED_SECURITY_DOMAIN