Uses of Interface
org.apache.wicket.protocol.ws.api.IWebSocketSession
-
Packages that use IWebSocketSession Package Description org.apache.wicket.protocol.ws.api -
-
Uses of IWebSocketSession in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api with parameters of type IWebSocketSession Modifier and Type Method Description void
IWebSocketSessionConfigurer. configureSession(IWebSocketSession webSocketSession)
Allows to configureIWebSocketSession
default void
IWebSocketProcessor. onOpen(IWebSocketSession webSocketSession, WebApplication application)
Called when thenIWebSocketSession
is being opened: to allow to configure the underlying web socket session.
-