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

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

public class ClosedMessage
extends Object
implements IWebSocketMessage

A message sent when the web socket connection is closed.

Since:
6.0

Constructor Summary
ClosedMessage(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

ClosedMessage

public ClosedMessage(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.