|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebSocketSettings
Interface for websocket related settings.
More documentation is available about each setting in the setter method for the property.
| Nested Class Summary | |
|---|---|
static class |
IWebSocketSettings.Holder
Holds this IWebSocketSettings in the Application's metadata. |
| Field Summary | |
|---|---|
static MetaDataKey<IWebSocketSettings> |
KEY
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final MetaDataKey<IWebSocketSettings> KEY
| Method Detail |
|---|
Executor getWebSocketPushMessageExecutor()
IWebSocketSettings setWebSocketPushMessageExecutor(Executor executorService)
executorService - The executor used for processing push messages.IWebSocketConnectionRegistry getConnectionRegistry()
IWebSocketSettings setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||