Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core | |
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Method and Description |
---|---|
ThreadBindingListener |
Context.getThreadBindingListener()
Get the associated ThreadBindingListener.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setThreadBindingListener(ThreadBindingListener threadBindingListener)
Get the associated ThreadBindingListener.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadBindingListener |
StandardContext.DEFAULT_NAMING_LISTENER |
protected ThreadBindingListener |
StandardContext.threadBindingListener |
Modifier and Type | Method and Description |
---|---|
ThreadBindingListener |
StandardContext.getThreadBindingListener()
Get the associated ThreadBindingListener.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.setThreadBindingListener(ThreadBindingListener threadBindingListener)
Get the associated ThreadBindingListener.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadBindingListener |
WsWebSocketContainer.DEFAULT_THREAD_BINDING_LISTENER |
Modifier and Type | Method and Description |
---|---|
ThreadBindingListener |
WsSession.getThreadBindingListener() |
ThreadBindingListener |
WsWebSocketContainer.getThreadBindingListener() |
Modifier and Type | Method and Description |
---|---|
ThreadBindingListener |
WsServerContainer.getThreadBindingListener() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.