org.apache.wicket.protocol.ws.api.message
Class ConnectedMessage

java.lang.Object
  extended by org.apache.wicket.protocol.ws.api.message.ConnectedMessage
All Implemented Interfaces:
IWebSocketMessage

public class ConnectedMessage
extends Object
implements IWebSocketMessage

A message when a client creates web socket connection.

Since:
6.0

Constructor Summary
ConnectedMessage(Application application, String sessionId, Integer pageId)
           
 
Method Summary
 Application getApplication()
           
 Integer getPageId()
           
 String getSessionId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectedMessage

public ConnectedMessage(Application application,
                        String sessionId,
                        Integer pageId)
Method Detail

getApplication

public Application getApplication()

getSessionId

public String getSessionId()

getPageId

public Integer getPageId()

toString

public final String toString()
Overrides:
toString in class Object


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