| Package | Description |
|---|---|
| org.apache.wicket.protocol.ws.api.message | |
| org.apache.wicket.protocol.ws.api.registry | |
| org.apache.wicket.protocol.ws.util.tester |
| Modifier and Type | Method and Description |
|---|---|
IKey |
AbstractClientMessage.getKey() |
| Constructor and Description |
|---|
AbortedMessage(Application application,
String sessionId,
IKey key) |
AbstractClientMessage(Application application,
String sessionId,
IKey key) |
ClosedMessage(Application application,
String sessionId,
IKey key) |
ConnectedMessage(Application application,
String sessionId,
IKey key) |
ErrorMessage(Application application,
String sessionId,
IKey key,
Throwable t) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageIdKey
A key based on page's id
|
class |
ResourceNameKey
A key based on shared resource's name
|
| Modifier and Type | Method and Description |
|---|---|
IWebSocketConnection |
IWebSocketConnectionRegistry.getConnection(Application application,
String sessionId,
IKey key) |
IWebSocketConnection |
SimpleWebSocketConnectionRegistry.getConnection(Application application,
String sessionId,
IKey key) |
void |
IWebSocketConnectionRegistry.removeConnection(Application application,
String sessionId,
IKey key)
Removes a web socket connection from the registry at the specified coordinates (application+session+page)
|
void |
SimpleWebSocketConnectionRegistry.removeConnection(Application application,
String sessionId,
IKey key) |
void |
IWebSocketConnectionRegistry.setConnection(Application application,
String sessionId,
IKey key,
IWebSocketConnection connection)
Adds a new connection into the registry at the specified coordinates (application+session+page)
|
void |
SimpleWebSocketConnectionRegistry.setConnection(Application application,
String sessionId,
IKey key,
IWebSocketConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketTester.broadcast(Application application,
String sessionId,
IKey key,
IWebSocketPushMessage message)
Broadcasts/pushes a message to specific web socket connection
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.