Uses of Interface
org.apache.wicket.protocol.ws.api.IWebSocketConnection

Packages that use IWebSocketConnection
org.apache.wicket.ajax   
org.apache.wicket.protocol.ws.api   
 

Uses of IWebSocketConnection in org.apache.wicket.ajax
 

Constructors in org.apache.wicket.ajax with parameters of type IWebSocketConnection
WebSocketRequestHandler(Component component, IWebSocketConnection connection)
           
 

Uses of IWebSocketConnection in org.apache.wicket.protocol.ws.api
 

Methods in org.apache.wicket.protocol.ws.api that return IWebSocketConnection
 IWebSocketConnection SimpleWebSocketConnectionRegistry.getConnection(Application application, String sessionId, Integer pageId)
           
 IWebSocketConnection IWebSocketConnectionRegistry.getConnection(Application application, String sessionId, Integer pageId)
           
 IWebSocketConnection WebSocketResponse.getContainerResponse()
           
 IWebSocketConnection IWebSocketConnection.sendMessage(byte[] message, int offset, int length)
          Sends a binary message to the client.
 IWebSocketConnection IWebSocketConnection.sendMessage(String message)
          Sends a text message to the client.
 

Methods in org.apache.wicket.protocol.ws.api with parameters of type IWebSocketConnection
protected  void AbstractWebSocketProcessor.onConnect(IWebSocketConnection connection)
          A helper that registers the opened connection in the application-level registry.
 void SimpleWebSocketConnectionRegistry.setConnection(Application application, String sessionId, Integer pageId, IWebSocketConnection connection)
           
 void IWebSocketConnectionRegistry.setConnection(Application application, String sessionId, Integer pageId, IWebSocketConnection connection)
          Adds a new connection into the registry at the specified coordinates (application+session+page)
 

Constructors in org.apache.wicket.protocol.ws.api with parameters of type IWebSocketConnection
WebSocketResponse(IWebSocketConnection conn)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.