Uses of Class
org.apache.wicket.protocol.ws.api.message.AbortedMessage
-
Packages that use AbortedMessage Package Description org.apache.wicket.protocol.ws.api org.apache.wicket.protocol.ws.api.event -
-
Uses of AbortedMessage in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api with parameters of type AbortedMessage Modifier and Type Method Description protected voidWebSocketBehavior. onAbort(AbortedMessage message)A callback method called when the server has aborted the connectionprotected voidWebSocketResource. onAbort(AbortedMessage message)A callback method called when the server has aborted the connection -
Uses of AbortedMessage in org.apache.wicket.protocol.ws.api.event
Methods in org.apache.wicket.protocol.ws.api.event that return AbortedMessage Modifier and Type Method Description AbortedMessageWebSocketAbortedPayload. getMessage()Constructors in org.apache.wicket.protocol.ws.api.event with parameters of type AbortedMessage Constructor Description WebSocketAbortedPayload(AbortedMessage message, WebSocketRequestHandler handler)
-