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
ConstructorsConstructorDescriptionJavaxWebSocketProcessor(jakarta.websocket.Session session, org.apache.wicket.protocol.http.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, onMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.protocol.ws.api.IWebSocketProcessor
onOpen
-
Constructor Details
-
JavaxWebSocketProcessor
public JavaxWebSocketProcessor(jakarta.websocket.Session session, org.apache.wicket.protocol.http.WebApplication application, jakarta.websocket.EndpointConfig endpointConfig) Constructor.- Parameters:
session- the WebSocket sessionapplication- theWebApplicationendpointConfig- theEndpointConfig
-
-
Method Details
-
onOpen
-