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
A
message
sent when the web socket connection
is closed.- Since:
- 6.0
- See Also:
-
Constructor Summary
ConstructorDescriptionClosedMessage
(Application application, String sessionId, IKey key, int closeCode, String message) -
Method Summary
Methods inherited from class org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
getApplication, getKey, getSessionId
-
Constructor Details
-
ClosedMessage
public ClosedMessage(Application application, String sessionId, IKey key, int closeCode, String message)
-
-
Method Details