Uses of Interface
org.apache.wicket.protocol.ws.api.registry.IKey

Packages that use IKey
org.apache.wicket.protocol.ws.api.message   
org.apache.wicket.protocol.ws.api.registry   
org.apache.wicket.protocol.ws.util.tester   
 

Uses of IKey in org.apache.wicket.protocol.ws.api.message
 

Methods in org.apache.wicket.protocol.ws.api.message that return IKey
 IKey ClosedMessage.getKey()
           
 IKey ConnectedMessage.getKey()
           
 

Constructors in org.apache.wicket.protocol.ws.api.message with parameters of type IKey
ClosedMessage(Application application, String sessionId, IKey key)
           
ConnectedMessage(Application application, String sessionId, IKey key)
           
 

Uses of IKey in org.apache.wicket.protocol.ws.api.registry
 

Classes in org.apache.wicket.protocol.ws.api.registry that implement IKey
 class PageIdKey
          A key based on page's id
 class ResourceNameKey
          A key based on shared resource's name
 

Methods in org.apache.wicket.protocol.ws.api.registry with parameters of type IKey
 IWebSocketConnection SimpleWebSocketConnectionRegistry.getConnection(Application application, String sessionId, IKey key)
           
 IWebSocketConnection IWebSocketConnectionRegistry.getConnection(Application application, String sessionId, IKey key)
           
 void SimpleWebSocketConnectionRegistry.removeConnection(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.setConnection(Application application, String sessionId, IKey key, IWebSocketConnection connection)
           
 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)
 

Uses of IKey in org.apache.wicket.protocol.ws.util.tester
 

Methods in org.apache.wicket.protocol.ws.util.tester with parameters of type IKey
 void WebSocketTester.broadcast(Application application, String sessionId, IKey key, IWebSocketPushMessage message)
          Broadcasts/pushes a message to specific web socket connection
 



Copyright © 2006–2020 Apache Software Foundation. All rights reserved.