Class TextMessage
java.lang.Object
org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
org.apache.wicket.protocol.ws.api.message.TextMessage
- All Implemented Interfaces:
Serializable
,IWebSocketMessage
,IClusterable
A
message
with text data- Since:
- 6.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTextMessage
(Application application, String sessionId, IKey key, CharSequence text) -
Method Summary
Methods inherited from class org.apache.wicket.protocol.ws.api.message.AbstractClientMessage
getApplication, getKey, getSessionId
-
Constructor Details
-
TextMessage
- Parameters:
application
- the Wicket applicationsessionId
- the id of the http sessionkey
- the page id or resource nametext
- the message sent from the client
-
-
Method Details
-
getText
-