Uses of Interface
org.apache.wicket.protocol.ws.api.message.IWebSocketMessage
-
Packages that use IWebSocketMessage Package Description org.apache.wicket.protocol.ws.api org.apache.wicket.protocol.ws.api.message -
-
Uses of IWebSocketMessage in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api with parameters of type IWebSocketMessage Modifier and Type Method Description voidAbstractWebSocketProcessor. broadcastMessage(IWebSocketMessage message)Exports the Wicket thread locals and broadcasts the received message from the client to all interested components and behaviors in the page with id#pageId -
Uses of IWebSocketMessage in org.apache.wicket.protocol.ws.api.message
Subinterfaces of IWebSocketMessage in org.apache.wicket.protocol.ws.api.message Modifier and Type Interface Description interfaceIWebSocketPushMessageA marker interface for all Web Socket push messages.Classes in org.apache.wicket.protocol.ws.api.message that implement IWebSocketMessage Modifier and Type Class Description classAbortedMessageAmessagesent when the web socket connection is aborted.classAbstractClientMessageA base message for all messages with information about the clientclassBinaryMessageAmessagewith binary dataclassClosedMessageAmessagesent when the web socket connection is closed.classConnectedMessageAmessagewhen a client creates web socket connection.classErrorMessageAmessagesent when there is an error while using the web socket connection.classTextMessageAmessagewith text data
-