| Package | Description |
|---|---|
| org.apache.wicket.protocol.ws |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketSettings |
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<IWebSocketSettings> |
IWebSocketSettings.KEY |
| Modifier and Type | Method and Description |
|---|---|
static IWebSocketSettings |
IWebSocketSettings.Holder.get(Application application) |
IWebSocketSettings |
WebSocketSettings.setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry) |
IWebSocketSettings |
IWebSocketSettings.setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry) |
IWebSocketSettings |
WebSocketSettings.setWebSocketPushMessageExecutor(Executor executor) |
IWebSocketSettings |
IWebSocketSettings.setWebSocketPushMessageExecutor(Executor executorService)
Set the executor for processing websocket push messages broadcasted to all sessions.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IWebSocketSettings.Holder.set(Application application,
IWebSocketSettings settings) |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.