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