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 Amessagesent when the web socket connection is aborted.AbstractClientMessage A base message for all messages with information about the clientBinaryMessage Amessagewith binary dataClosedMessage Amessagesent when the web socket connection is closed.ConnectedMessage Amessagewhen a client creates web socket connection.ErrorMessage Amessagesent when there is an error while using the web socket connection.TextMessage Amessagewith text data