Class TextMessage
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
-
- org.apache.wicket.protocol.ws.api.message.TextMessage
-
- All Implemented Interfaces:
java.io.Serializable,IWebSocketMessage,org.apache.wicket.util.io.IClusterable
public class TextMessage extends AbstractClientMessage
Amessagewith text data- Since:
- 6.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, java.lang.CharSequence text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()-
Methods inherited from class org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
getApplication, getKey, getSessionId
-
-
-
-
Constructor Detail
-
TextMessage
public TextMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, java.lang.CharSequence text)- Parameters:
application- the Wicket applicationsessionId- the id of the http sessionkey- the page id or resource nametext- the message sent from the client
-
-