Uses of Interface
org.apache.wicket.protocol.ws.api.registry.IWebSocketConnectionRegistry.IConnectionsFilter
-
Packages that use IWebSocketConnectionRegistry.IConnectionsFilter Package Description org.apache.wicket.protocol.ws.api org.apache.wicket.protocol.ws.api.registry -
-
Uses of IWebSocketConnectionRegistry.IConnectionsFilter in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api with parameters of type IWebSocketConnectionRegistry.IConnectionsFilter Modifier and Type Method Description void
WebSocketPushBroadcaster. broadcastAllMatchingFilter(Application application, IWebSocketConnectionRegistry.IConnectionsFilter connectionsFilter, IWebSocketPushMessage message)
Processes the given message in all pages in a given session that have active Web Socket connections and match the given filter. -
Uses of IWebSocketConnectionRegistry.IConnectionsFilter in org.apache.wicket.protocol.ws.api.registry
Methods in org.apache.wicket.protocol.ws.api.registry with parameters of type IWebSocketConnectionRegistry.IConnectionsFilter Modifier and Type Method Description Collection<IWebSocketConnection>
IWebSocketConnectionRegistry. getConnections(Application application, IWebSocketConnectionRegistry.IConnectionsFilter connectionsFilter)
Collection<IWebSocketConnection>
SimpleWebSocketConnectionRegistry. getConnections(Application application, IWebSocketConnectionRegistry.IConnectionsFilter connectionsFilter)
-