public final class UndertowAttachments extends Object
AttachmentKey
s for Undertow-specific attachments.Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.servlet.ServletExtension>> |
UNDERTOW_SERVLET_EXTENSIONS |
static AttachmentKey<AttachmentList<io.undertow.servlet.api.ThreadSetupAction>> |
UNDERTOW_THREAD_SETUP_ACTIONS |
public static final AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERS
public static final AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERS
public static final AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERS
public static final AttachmentKey<AttachmentList<io.undertow.servlet.api.ThreadSetupAction>> UNDERTOW_THREAD_SETUP_ACTIONS
public static final AttachmentKey<AttachmentList<io.undertow.servlet.ServletExtension>> UNDERTOW_SERVLET_EXTENSIONS
Copyright © 2015 JBoss by Red Hat. All rights reserved.