- 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
- selectSubProtocol(List<String>) - Method in class org.apache.wicket.protocol.ws.AbstractUpgradeFilter
-
Intended to be overridden by sub-classes that wish to select a
sub-protocol if the client provides a list of supported protocols.
- sendError(int, String) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- sendMessage(IWebSocketPushMessage) - Method in class org.apache.wicket.protocol.ws.api.AbstractWebSocketConnection
-
- sendMessage(String) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketConnection
-
Sends a text message to the client.
- sendMessage(byte[], int, int) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketConnection
-
Sends a binary message to the client.
- sendMessage(IWebSocketPushMessage) - Method in interface org.apache.wicket.protocol.ws.api.IWebSocketConnection
-
Broadcasts a push message to the wicket page (and it's components) associated with this
connection.
- sendMessage(String) - Method in class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
Sends a text message from the client (a test case) to the server
- sendMessage(byte[], int, int) - Method in class org.apache.wicket.protocol.ws.util.tester.WebSocketTester
-
Sends a binary message from the client (a test case) to the server
- sendRedirect(String) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- ServletRequestCopy - Class in org.apache.wicket.protocol.ws.api
-
A copy of the http servlet request used to create the WebSocket.
- ServletRequestCopy(HttpServletRequest) - Constructor for class org.apache.wicket.protocol.ws.api.ServletRequestCopy
-
- set(Application, WebSocketSettings) - Static method in class org.apache.wicket.protocol.ws.WebSocketSettings.Holder
-
- setAllowedDomains(Iterable<String>) - Method in class org.apache.wicket.protocol.ws.api.WebSocketConnectionOriginFilter
-
The list of whitelisted domains which are allowed to initiate a websocket connection.
- setAttribute(String, Object) - Method in class org.apache.wicket.protocol.ws.api.HttpSessionCopy
-
- setAttribute(String, Object) - Method in class org.apache.wicket.protocol.ws.api.ServletRequestCopy
-
- setBaseUrl(CharSequence) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
- setCharacterEncoding(String) - Method in class org.apache.wicket.protocol.ws.api.ServletRequestCopy
-
- setConnection(Application, String, IKey, IWebSocketConnection) - Method in interface org.apache.wicket.protocol.ws.api.registry.IWebSocketConnectionRegistry
-
Adds a new connection into the registry at the specified coordinates (application+session+page)
- setConnection(Application, String, IKey, IWebSocketConnection) - Method in class org.apache.wicket.protocol.ws.api.registry.SimpleWebSocketConnectionRegistry
-
- setConnectionFilter(IWebSocketConnectionFilter) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
Sets the filter for checking the incoming connections
- setConnectionRegistry(IWebSocketConnectionRegistry) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
Sets the connection registry
- setContentLength(long) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- setContentType(String) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- setContextPath(CharSequence) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
- setDateHeader(String, Time) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- setFilterPrefix(CharSequence) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
- setHeader(String, String) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- setMaxInactiveInterval(int) - Method in class org.apache.wicket.protocol.ws.api.HttpSessionCopy
-
- setPort(int) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
Sets the port that should be used for ws: connections.
- setSecurePort(int) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
Sets the port that should be used for wss: connections.
- setSendPayloadExecutor(Executor) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
- setStatus(int) - Method in class org.apache.wicket.protocol.ws.api.WebSocketResponse
-
- setWebSocketPushMessageExecutor(Executor) - Method in class org.apache.wicket.protocol.ws.WebSocketSettings
-
Set the executor for processing websocket push messages broadcasted to all sessions.
- SimpleWebSocketConnectionRegistry - Class in org.apache.wicket.protocol.ws.api.registry
-
A registry that keeps all currently opened web socket connections in
maps in Application's meta data.
- SimpleWebSocketConnectionRegistry() - Constructor for class org.apache.wicket.protocol.ws.api.registry.SimpleWebSocketConnectionRegistry
-
- startAsync() - Method in class org.apache.wicket.protocol.ws.api.ServletRequestCopy
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.apache.wicket.protocol.ws.api.ServletRequestCopy
-
- 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
-
- WebSocketAwareCsrfPreventionRequestCycleListener - Class in org.apache.wicket.protocol.ws
-
- WebSocketAwareCsrfPreventionRequestCycleListener() - Constructor for class org.apache.wicket.protocol.ws.WebSocketAwareCsrfPreventionRequestCycleListener
-
- 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
-