Class AbstractClientMessage
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
-
- All Implemented Interfaces:
Serializable
,IWebSocketMessage
,IClusterable
- Direct Known Subclasses:
AbortedMessage
,BinaryMessage
,ClosedMessage
,ConnectedMessage
,ErrorMessage
,TextMessage
public abstract class AbstractClientMessage extends Object implements IWebSocketMessage
A base message for all messages with information about the client- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractClientMessage(Application application, String sessionId, IKey key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Application
getApplication()
IKey
getKey()
String
getSessionId()
-
-
-
Constructor Detail
-
AbstractClientMessage
public AbstractClientMessage(Application application, String sessionId, IKey key)
-
-
Method Detail
-
getApplication
public Application getApplication()
-
getSessionId
public String getSessionId()
-
-