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:
Serializable, IWebSocketMessage, org.apache.wicket.util.io.IClusterable

public class ConnectedMessage
extends Object
implements IWebSocketMessage, org.apache.wicket.util.io.IClusterable

A message when a client creates web socket connection.

Since:
6.0
See Also:
Serialized Form

Constructor Summary
ConnectedMessage(Application application, String sessionId, IKey key)
           
 
Method Summary
 Application getApplication()
           
 IKey getKey()
           
 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,
                        IKey key)
Method Detail

getApplication

public Application getApplication()

getSessionId

public String getSessionId()

getKey

public IKey getKey()

toString

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


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