Package org.apache.wicket.protocol.ws.api.message
-
Interface Summary Interface Description IWebSocketMessage A marker interface for all message typesIWebSocketPushMessage A marker interface for all Web Socket push messages. -
Class Summary Class Description AbortedMessage Amessage
sent when the web socket connection is aborted.AbstractClientMessage A base message for all messages with information about the clientBinaryMessage Amessage
with binary dataClosedMessage Amessage
sent when the web socket connection is closed.ConnectedMessage Amessage
when a client creates web socket connection.ErrorMessage Amessage
sent when there is an error while using the web socket connection.TextMessage Amessage
with text data