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, wait
connectToServer, connectToServer, connectToServer, connectToServer, getDefaultAsyncSendTimeout, getDefaultMaxBinaryMessageBufferSize, getDefaultMaxSessionIdleTimeout, getDefaultMaxTextMessageBufferSize, getInstalledExtensions, setAsyncSendTimeout, setDefaultMaxBinaryMessageBufferSize, setDefaultMaxSessionIdleTimeout, setDefaultMaxTextMessageBufferSize
public ExecutorService getExecutorService()
ExecutorServiceProvider
ExecutorService
.getExecutorService
in class ExecutorServiceProvider
public ScheduledExecutorService getScheduledExecutorService()
ExecutorServiceProvider
ScheduledExecutorService
.getScheduledExecutorService
in class ExecutorServiceProvider
public void shutdown()
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.