Uses of Class
org.apache.wicket.protocol.ws.api.message.TextMessage
-
Packages that use TextMessage Package Description org.apache.wicket.protocol.ws.api org.apache.wicket.protocol.ws.api.event -
-
Uses of TextMessage in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api with parameters of type TextMessage Modifier and Type Method Description protected voidWebSocketBehavior. onMessage(WebSocketRequestHandler handler, TextMessage message)A callback method called when there is a text message sent by the clientprotected voidWebSocketResource. onMessage(WebSocketRequestHandler handler, TextMessage message)A callback method called when there is a text message sent by the client -
Uses of TextMessage in org.apache.wicket.protocol.ws.api.event
Methods in org.apache.wicket.protocol.ws.api.event that return TextMessage Modifier and Type Method Description TextMessageWebSocketTextPayload. getMessage()Constructors in org.apache.wicket.protocol.ws.api.event with parameters of type TextMessage Constructor Description WebSocketTextPayload(TextMessage data, WebSocketRequestHandler handler)
-