Package org.apache.wicket.protocol.ws.api.registry
-
Interface Summary Interface Description IKey A marker interface for keys that are used to find a web socket connection inIWebSocketConnectionRegistry
IWebSocketConnectionRegistry Tracks all currently connected WebSocket clientsIWebSocketConnectionRegistry.IConnectionsFilter Interface allowing to filter web-sockets connections. -
Class Summary Class Description AbstractKey PageIdKey A key based on page's idResourceNameKey A key based on shared resource's nameResourceNameTokenKey A key based on shared resource's name and a tokenSimpleWebSocketConnectionRegistry A registry that keeps all currently opened web socket connections in maps in Application's meta data.