- onAbort(AbortedMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
A callback method called when the server has aborted the connection
- onAbort(AbortedMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResource
-
A callback method called when the server has aborted the connection
- 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
- onError(Throwable) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
-
A notification after a communication error.
- onError(WebSocketRequestHandler, ErrorMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
A callback method called when there is a communication error
- onError(WebSocketRequestHandler, ErrorMessage) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResource
-
A callback method called when there is a communication error
- 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
-
- ORIGIN_MISMATCH - Static variable in class org.apache.wicket.protocol.ws.api.WebSocketConnectionOriginFilter
-
Explanatory text for the client to explain why the connection is getting aborted
- WebSocketAbortedPayload - Class in org.apache.wicket.protocol.ws.api.event
-
Payload for event broadcasting when the server aborted a WebSocket connection
- WebSocketAbortedPayload(AbortedMessage, WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketAbortedPayload
-
- WebSocketBehavior - Class in org.apache.wicket.protocol.ws.api
-
A behavior that provides optional callbacks for the WebSocket
messages (connect, message, close)
- WebSocketBehavior() - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketBehavior
-
- WebSocketBinaryPayload - Class in org.apache.wicket.protocol.ws.api.event
-
Payload for event broadcasting when a binary message comes in the WebSocket connection
- WebSocketBinaryPayload(BinaryMessage, WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketBinaryPayload
-
- WebSocketClosedPayload - Class in org.apache.wicket.protocol.ws.api.event
-
Payload for event broadcasting when the client has closed the WebSocket connection
- WebSocketClosedPayload(ClosedMessage, WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketClosedPayload
-
- WebSocketConnectedPayload - Class in org.apache.wicket.protocol.ws.api.event
-
* Payload for event broadcasting when the client has opened a WebSocket connection
- WebSocketConnectedPayload(ConnectedMessage, WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketConnectedPayload
-
- WebSocketConnectionFilterCollection - Class in org.apache.wicket.protocol.ws.api
-
- WebSocketConnectionFilterCollection() - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketConnectionFilterCollection
-
- WebSocketConnectionOriginFilter - Class in org.apache.wicket.protocol.ws.api
-
This filter will reject those requests which contain 'Origin' header that does not match the origin of the
application host.
- WebSocketConnectionOriginFilter(List<String>) - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketConnectionOriginFilter
-
- WebSocketErrorPayload - Class in org.apache.wicket.protocol.ws.api.event
-
Payload for event broadcasting when there is a communication error
- WebSocketErrorPayload(ErrorMessage, WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketErrorPayload
-
- WebSocketMessageBroadcastHandler - Class in org.apache.wicket.protocol.ws.api
-
- WebSocketPayload<T> - Class in org.apache.wicket.protocol.ws.api.event
-
A base class for all event broadcasting payloads for WebSocket messages.
- WebSocketPayload(WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketPayload
-
- WebSocketPushBroadcaster - Class in org.apache.wicket.protocol.ws.api
-
Allows pushing events for processing to Pages that have active web sockets.
- WebSocketPushBroadcaster(IWebSocketConnectionRegistry) - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketPushBroadcaster
-
- WebSocketPushPayload - Class in org.apache.wicket.protocol.ws.api.event
-
A event broadcasting payload for the case when external source triggers a web socket push.
- WebSocketPushPayload(IWebSocketPushMessage, WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketPushPayload
-
- WebSocketRequest - Class in org.apache.wicket.protocol.ws.api
-
A
WebRequest implementation used for the lifecycle of a web socket
connection.
- WebSocketRequest(HttpServletRequest, String) - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketRequest
-
Constructor.
- WebSocketRequestHandler - Class in org.apache.wicket.protocol.ws.api
-
A handler of WebSocket requests.
- WebSocketRequestHandler(Component, IWebSocketConnection) - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketRequestHandler
-
- WebSocketResource - Class in org.apache.wicket.protocol.ws.api
-
An IResource that can be used as WebSocket endpoint
- WebSocketResource() - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketResource
-
- WebSocketResponse - Class in org.apache.wicket.protocol.ws.api
-
A
Response used to cache the written data to the web socket client
when Wicket thread locals are available.
- WebSocketResponse(IWebSocketConnection) - Constructor for class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- WebSocketSettings - Class in org.apache.wicket.protocol.ws
-
Web Socket related settings.
- WebSocketSettings() - Constructor for class org.apache.wicket.protocol.ws.WebSocketSettings
-
- WebSocketSettings.Holder - Class in org.apache.wicket.protocol.ws
-
Holds this WebSocketSettings in the Application's metadata.
- WebSocketSettings.Holder() - Constructor for class org.apache.wicket.protocol.ws.WebSocketSettings.Holder
-
- WebSocketSettings.SameThreadExecutor - Class in org.apache.wicket.protocol.ws
-
Simple executor that runs the tasks in the caller thread.
- WebSocketSettings.SameThreadExecutor() - Constructor for class org.apache.wicket.protocol.ws.WebSocketSettings.SameThreadExecutor
-
- WebSocketTester - Class in org.apache.wicket.protocol.ws.util.tester
-
A helper class to test WebSocket related operations.
- WebSocketTester(WicketTester, Page) - Constructor for class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
Constructor.
- WebSocketTester(WicketTester, String) - Constructor for class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
Constructor.
- WebSocketTextPayload - Class in org.apache.wicket.protocol.ws.api.event
-
A event broadcasting payload for the case when a text message arrives in the
WebSocket connection
- WebSocketTextPayload(TextMessage, WebSocketRequestHandler) - Constructor for class org.apache.wicket.protocol.ws.api.event.WebSocketTextPayload
-
- WicketWebSocketJQueryResourceReference - Class in org.apache.wicket.protocol.ws.api
-
A resource reference that provides the JavaScript that may be used to create WebSocket
connections in the browser.
- write(CharSequence) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- write(byte[]) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- write(byte[], int, int) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-