| Package | Description |
|---|---|
| io.undertow.servlet.api | |
| io.undertow.servlet.core | |
| io.undertow.websockets.jsr |
| Modifier and Type | Method and Description |
|---|---|
List<ThreadSetupAction> |
DeploymentInfo.getThreadSetupActions() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo |
DeploymentInfo.addThreadSetupAction(ThreadSetupAction action) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeThreadSetupAction |
class |
ContextClassLoaderSetupAction |
| Constructor and Description |
|---|
ServletUpgradeListener(InstanceHandle<T> instance,
ThreadSetupAction threadSetupAction,
HttpServerExchange exchange) |
SessionListenerBridge(ThreadSetupAction threadSetup,
ApplicationListeners applicationListeners,
javax.servlet.ServletContext servletContext) |
| Constructor and Description |
|---|
CompositeThreadSetupAction(List<ThreadSetupAction> actions) |
| Constructor and Description |
|---|
ServerWebSocketContainer(ClassIntrospecter classIntrospecter,
ClassLoader classLoader,
org.xnio.XnioWorker xnioWorker,
ByteBufferPool bufferPool,
ThreadSetupAction threadSetupAction,
boolean dispatchToWorker) |
ServerWebSocketContainer(ClassIntrospecter classIntrospecter,
ClassLoader classLoader,
org.xnio.XnioWorker xnioWorker,
ByteBufferPool bufferPool,
ThreadSetupAction threadSetupAction,
boolean dispatchToWorker,
InetSocketAddress clientBindAddress,
WebSocketReconnectHandler reconnectHandler) |
ServerWebSocketContainer(ClassIntrospecter classIntrospecter,
org.xnio.XnioWorker xnioWorker,
ByteBufferPool bufferPool,
ThreadSetupAction threadSetupAction,
boolean dispatchToWorker,
boolean clientMode) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.