public abstract class BaseContainer extends ExecutorServiceProvider implements WebSocketContainer
| Constructor and Description |
|---|
BaseContainer() |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getExecutorService()
Get the
ExecutorService. |
ScheduledExecutorService |
getScheduledExecutorService()
Get the
ScheduledExecutorService. |
void |
shutdown()
Release executor services managed by this instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnectToServer, connectToServer, connectToServer, connectToServer, getDefaultAsyncSendTimeout, getDefaultMaxBinaryMessageBufferSize, getDefaultMaxSessionIdleTimeout, getDefaultMaxTextMessageBufferSize, getInstalledExtensions, setAsyncSendTimeout, setDefaultMaxBinaryMessageBufferSize, setDefaultMaxSessionIdleTimeout, setDefaultMaxTextMessageBufferSizepublic ExecutorService getExecutorService()
ExecutorServiceProviderExecutorService.getExecutorService in class ExecutorServiceProviderpublic ScheduledExecutorService getScheduledExecutorService()
ExecutorServiceProviderScheduledExecutorService.getScheduledExecutorService in class ExecutorServiceProviderpublic void shutdown()
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.