public interface WebSocketContainerScope
Modifier and Type | Method and Description |
---|---|
void |
addSessionListener(WebSocketSessionListener listener) |
ByteBufferPool |
getBufferPool()
The configured Container Buffer Pool.
|
java.util.concurrent.Executor |
getExecutor()
Executor in use by the container.
|
DecoratedObjectFactory |
getObjectFactory()
Object Factory used to create objects.
|
WebSocketPolicy |
getPolicy()
The policy the container is running on.
|
java.util.Collection<WebSocketSessionListener> |
getSessionListeners() |
SslContextFactory |
getSslContextFactory()
The SslContextFactory in use by the container.
|
boolean |
isRunning()
Test for if the container has been started.
|
void |
removeSessionListener(WebSocketSessionListener listener) |
ByteBufferPool getBufferPool()
java.util.concurrent.Executor getExecutor()
DecoratedObjectFactory getObjectFactory()
WebSocketPolicy getPolicy()
SslContextFactory getSslContextFactory()
boolean isRunning()
void addSessionListener(WebSocketSessionListener listener)
void removeSessionListener(WebSocketSessionListener listener)
java.util.Collection<WebSocketSessionListener> getSessionListeners()
Copyright © 1995–2023 Webtide. All rights reserved.