Class UndertowAttachments
java.lang.Object
org.wildfly.extension.undertow.deployment.UndertowAttachments
Class defining
AttachmentKeys for Undertow-specific attachments.- Since:
- 8.0
- Version:
- Oct 2013
- Author:
- Radoslav Husar
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.predicate.Predicate>>static final org.jboss.as.server.deployment.AttachmentKey<String>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<File>>static final org.jboss.as.server.deployment.AttachmentKey<String>static final org.jboss.as.server.deployment.AttachmentKey<ServletContainerService>static final org.jboss.as.server.deployment.AttachmentKey<SharedSessionManagerConfig>Deprecated.static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.ServletExtension>>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.api.ThreadSetupHandler>>static final org.jboss.as.server.deployment.AttachmentKey<io.undertow.websockets.jsr.WebSocketDeploymentInfo> -
Method Summary
-
Field Details
-
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_CONFIGDeprecated. -
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
-
RESOLVED_SECURITY_DOMAIN
-