WebSocketContainerScopepublic class DelegatedContainerScope extends java.lang.Object implements WebSocketContainerScope
| Constructor | Description |
|---|---|
DelegatedContainerScope(WebSocketPolicy policy,
WebSocketContainerScope parentScope) |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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 |
onSessionClosed(WebSocketSession session) |
A Session has been closed
|
void |
onSessionOpened(WebSocketSession session) |
A Session has been opened
|
public DelegatedContainerScope(WebSocketPolicy policy, WebSocketContainerScope parentScope)
public org.eclipse.jetty.io.ByteBufferPool getBufferPool()
WebSocketContainerScopegetBufferPool in interface WebSocketContainerScopepublic java.util.concurrent.Executor getExecutor()
WebSocketContainerScopegetExecutor in interface WebSocketContainerScopepublic org.eclipse.jetty.util.DecoratedObjectFactory getObjectFactory()
WebSocketContainerScopegetObjectFactory in interface WebSocketContainerScopepublic WebSocketPolicy getPolicy()
WebSocketContainerScopegetPolicy in interface WebSocketContainerScopepublic org.eclipse.jetty.util.ssl.SslContextFactory getSslContextFactory()
WebSocketContainerScopegetSslContextFactory in interface WebSocketContainerScopepublic boolean isRunning()
WebSocketContainerScopeisRunning in interface WebSocketContainerScopepublic void onSessionOpened(WebSocketSession session)
WebSocketContainerScopeonSessionOpened in interface WebSocketContainerScopesession - the session that was openedpublic void onSessionClosed(WebSocketSession session)
WebSocketContainerScopeonSessionClosed in interface WebSocketContainerScopesession - the session that was closedCopyright © 1995–2018 Webtide. All rights reserved.