Interface IWebSocketConnectionRegistry.IConnectionsFilter

Enclosing interface:
IWebSocketConnectionRegistry

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

    Modifier and Type
    Method
    Description
    boolean
    accept(String sessionId, IKey key)