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

public class TextMessage extends AbstractClientMessage
A message with text data
Since:
6.0
See Also:
  • Constructor Details

    • TextMessage

      public TextMessage(Application application, String sessionId, IKey key, CharSequence text)
      Parameters:
      application - the Wicket application
      sessionId - the id of the http session
      key - the page id or resource name
      text - the message sent from the client
  • Method Details