Class JavaxWebSocketProcessor
java.lang.Object
org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
org.apache.wicket.protocol.ws.javax.JavaxWebSocketProcessor
- All Implemented Interfaces:
IWebSocketProcessor
An
processor
that integrates with
JSR 356 web socket
implementation.- Since:
- 7.0.0
-
Constructor Summary
ConstructorDescriptionJavaxWebSocketProcessor
(jakarta.websocket.Session session, WebApplication application, jakarta.websocket.EndpointConfig endpointConfig) Constructor. -
Method Summary
Methods inherited from class org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
broadcastMessage, broadcastMessage, getApplication, getRegistryKey, getSessionId, onClose, onConnect, onError, onMessage, onMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.protocol.ws.api.IWebSocketProcessor
onOpen
-
Constructor Details
-
JavaxWebSocketProcessor
public JavaxWebSocketProcessor(jakarta.websocket.Session session, WebApplication application, jakarta.websocket.EndpointConfig endpointConfig) Constructor.- Parameters:
session
- the WebSocket sessionapplication
- theWebApplication
endpointConfig
- theEndpointConfig
-
-
Method Details
-
onOpen
Description copied from interface:IWebSocketProcessor
A client successfully has made a web socket connection.- Parameters:
containerConnection
- the web socket connection to use to communicate with the client
-