Interface IWebSocketConnectionRegistry.IConnectionsFilter
-
- Enclosing interface:
- IWebSocketConnectionRegistry
public static interface IWebSocketConnectionRegistry.IConnectionsFilter
Interface allowing to filter web-sockets connections. This could be used for use cases like the following: you need to deliver messages to all page instances satisfying certain conditions (e.g. they contain some progress reporting component).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(String sessionId, IKey key)
-