public final class UndertowAttachments extends Object
AttachmentKeys for Undertow-specific attachments.| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.predicate.Predicate>> |
ALLOW_REQUEST_WHEN_SUSPENDED |
static org.jboss.as.server.deployment.AttachmentKey<String> |
DEFAULT_SECURITY_DOMAIN |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<File>> |
EXTERNAL_RESOURCES |
static org.jboss.as.server.deployment.AttachmentKey<String> |
RESOLVED_SECURITY_DOMAIN |
static org.jboss.as.server.deployment.AttachmentKey<ServletContainerService> |
SERVLET_CONTAINER_SERVICE |
static org.jboss.as.server.deployment.AttachmentKey<SharedSessionManagerConfig> |
SHARED_SESSION_MANAGER_CONFIG
Deprecated.
|
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.ThreadSetupHandler>> |
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.ThreadSetupHandler>> 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
@Deprecated 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
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<io.undertow.predicate.Predicate>> ALLOW_REQUEST_WHEN_SUSPENDED
public static final org.jboss.as.server.deployment.AttachmentKey<String> DEFAULT_SECURITY_DOMAIN
public static final org.jboss.as.server.deployment.AttachmentKey<String> RESOLVED_SECURITY_DOMAIN
Copyright © 2021 JBoss by Red Hat. All rights reserved.