Class UndertowAttachments
- java.lang.Object
-
- org.wildfly.extension.undertow.deployment.UndertowAttachments
-
public final class UndertowAttachments extends Object
Class definingAttachmentKeys for Undertow-specific attachments.- Since:
- 8.0
- Version:
- Oct 2013
- Author:
- Radoslav Husar
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.predicate.Predicate>>ALLOW_REQUEST_WHEN_SUSPENDEDstatic org.jboss.as.server.deployment.AttachmentKey<String>DEFAULT_SECURITY_DOMAINstatic org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<File>>EXTERNAL_RESOURCESstatic org.jboss.as.server.deployment.AttachmentKey<String>RESOLVED_SECURITY_DOMAINstatic org.jboss.as.server.deployment.AttachmentKey<ServletContainerService>SERVLET_CONTAINER_SERVICEstatic org.jboss.as.server.deployment.AttachmentKey<SharedSessionManagerConfig>SHARED_SESSION_MANAGER_CONFIGDeprecated.static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>>UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERSstatic org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>>UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERSstatic org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>>UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERSstatic org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.ServletExtension>>UNDERTOW_SERVLET_EXTENSIONSstatic org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.api.ThreadSetupHandler>>UNDERTOW_THREAD_SETUP_ACTIONSstatic org.jboss.as.server.deployment.AttachmentKey<io.undertow.websockets.jsr.WebSocketDeploymentInfo>WEB_SOCKET_DEPLOYMENT_INFO
-
-
-
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
-
SHARED_SESSION_MANAGER_CONFIG
@Deprecated public static final org.jboss.as.server.deployment.AttachmentKey<SharedSessionManagerConfig> SHARED_SESSION_MANAGER_CONFIG
Deprecated.
-
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
-
-