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, 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

ClosedMessage

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