Class ClosedMessage
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
-
- org.apache.wicket.protocol.ws.api.message.ClosedMessage
-
- All Implemented Interfaces:
Serializable
,IWebSocketMessage
,IClusterable
public class ClosedMessage extends AbstractClientMessage
Amessage
sent when the web socket connection is closed.- Since:
- 6.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClosedMessage(Application application, String sessionId, IKey key, int closeCode, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCloseCode()
String
getMessage()
String
toString()
-
Methods inherited from class org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
getApplication, getKey, getSessionId
-
-
-
-
Constructor Detail
-
ClosedMessage
public ClosedMessage(Application application, String sessionId, IKey key, int closeCode, String message)
-
-
Method Detail
-
getCloseCode
public int getCloseCode()
-
getMessage
public String getMessage()
-
-