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