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