public interface IWebSocketSettings
More documentation is available about each setting in the setter method for the property.
| Modifier and Type | Interface and Description |
|---|---|
static class |
IWebSocketSettings.Holder
Holds this IWebSocketSettings in the Application's metadata.
|
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<IWebSocketSettings> |
KEY |
| Modifier and Type | Method and Description |
|---|---|
IWebSocketConnectionRegistry |
getConnectionRegistry() |
Executor |
getWebSocketPushMessageExecutor()
The executor for processing websocket push messages broadcasted to all sessions.
|
IWebSocketSettings |
setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry) |
IWebSocketSettings |
setWebSocketPushMessageExecutor(Executor executorService)
Set the executor for processing websocket push messages broadcasted to all sessions.
|
static final MetaDataKey<IWebSocketSettings> KEY
Executor getWebSocketPushMessageExecutor()
IWebSocketSettings setWebSocketPushMessageExecutor(Executor executorService)
executorService - The executor used for processing push messages.IWebSocketConnectionRegistry getConnectionRegistry()
IWebSocketSettings setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry)
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.