- onClose(int, String) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
-
- onClose(int, String) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketProcessor
-
A notification after the close of the web socket connection.
- onClose(ClosedMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
A callback method called when a WebSocket client has closed the connection
to the endpoint handled by this WebSocketBehavior
- onClose(ClosedMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResource
-
A callback method called when a WebSocket client has closed the connection
to the endpoint handled by this WebSocketBehavior
- onConnect(IWebSocketConnection) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
-
A helper that registers the opened connection in the application-level
registry.
- onConnect(ConnectedMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
A callback method called when a WebSocket client has connected to the endpoint
handled by this WebSocketBehavior
- onConnect(ConnectedMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResource
-
A callback method called when a WebSocket client has connected to the endpoint
handled by this WebSocketBehavior
- onEvent(Component, IEvent<?>) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
- onMessage(String) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
-
- onMessage(byte[], int, int) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
-
- onMessage(String) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketProcessor
-
Called when a text message arrives from the client
- onMessage(byte[], int, int) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketProcessor
-
Called when a binary message arrives from the client
- onMessage(WebSocketRequestHandler, TextMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
A callback method called when there is a text message sent by the client
- onMessage(WebSocketRequestHandler, BinaryMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
A callback method called when there is a binary message sent by the client
- onMessage(WebSocketRequestHandler, TextMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResource
-
A callback method called when there is a text message sent by the client
- onMessage(WebSocketRequestHandler, BinaryMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResource
-
A callback method called when there is a binary message sent by the client
- onOpen(Object) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketProcessor
-
A client successfully has made a web socket connection.
- onOutMessage(String) - Method in class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
A callback method which may be overritten to receive messages pushed by the server
- onOutMessage(byte[], int, int) - Method in class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
A callback method which may be overritten to receive messages pushed by the server
- onPush(WebSocketRequestHandler, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
A callback method called when there is a message pushed/broadcasted by the
server, e.g.
- onPush(WebSocketRequestHandler, IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResource
-
A callback method called when there is a message pushed/broadcasted by the
server, e.g.
- org.apache.wicket.protocol.ws - package org.apache.wicket.protocol.ws
-
- org.apache.wicket.protocol.ws.api - package org.apache.wicket.protocol.ws.api
-
- org.apache.wicket.protocol.ws.api.event - package org.apache.wicket.protocol.ws.api.event
-
- org.apache.wicket.protocol.ws.api.message - package org.apache.wicket.protocol.ws.api.message
-
- org.apache.wicket.protocol.ws.api.registry - package org.apache.wicket.protocol.ws.api.registry
-
- org.apache.wicket.protocol.ws.concurrent - package org.apache.wicket.protocol.ws.concurrent
-
- org.apache.wicket.protocol.ws.util.tester - package org.apache.wicket.protocol.ws.util.tester
-