public final class UndertowAttachments extends Object
AttachmentKey
s for Undertow-specific attachments.Modifier and Type | Field and Description |
---|---|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<File>> |
EXTERNAL_RESOURCES |
static org.jboss.as.server.deployment.AttachmentKey<ServletContainerService> |
SERVLET_CONTAINER_SERVICE |
static org.jboss.as.server.deployment.AttachmentKey<SharedSessionManagerConfig> |
SHARED_SESSION_MANAGER_CONFIG |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>> |
UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERS |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>> |
UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERS |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>> |
UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERS |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.ServletExtension>> |
UNDERTOW_SERVLET_EXTENSIONS |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.api.ThreadSetupAction>> |
UNDERTOW_THREAD_SETUP_ACTIONS |
static org.jboss.as.server.deployment.AttachmentKey<io.undertow.websockets.jsr.WebSocketDeploymentInfo> |
WEB_SOCKET_DEPLOYMENT_INFO |
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.server.HandlerWrapper>> 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_INNER_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
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.api.ThreadSetupAction>> UNDERTOW_THREAD_SETUP_ACTIONS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.servlet.ServletExtension>> UNDERTOW_SERVLET_EXTENSIONS
public static final org.jboss.as.server.deployment.AttachmentKey<SharedSessionManagerConfig> SHARED_SESSION_MANAGER_CONFIG
public static final org.jboss.as.server.deployment.AttachmentKey<io.undertow.websockets.jsr.WebSocketDeploymentInfo> WEB_SOCKET_DEPLOYMENT_INFO
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<File>> EXTERNAL_RESOURCES
public static final org.jboss.as.server.deployment.AttachmentKey<ServletContainerService> SERVLET_CONTAINER_SERVICE
Copyright © 2016 JBoss by Red Hat. All rights reserved.