Uses of Interface
org.apache.wicket.protocol.ws.api.IWebSocketSessionConfigurer
-
Packages that use IWebSocketSessionConfigurer Package Description org.apache.wicket.protocol.ws -
-
Uses of IWebSocketSessionConfigurer in org.apache.wicket.protocol.ws
Methods in org.apache.wicket.protocol.ws that return IWebSocketSessionConfigurer Modifier and Type Method Description IWebSocketSessionConfigurer
WebSocketSettings. getSocketSessionConfigurer()
Methods in org.apache.wicket.protocol.ws with parameters of type IWebSocketSessionConfigurer Modifier and Type Method Description void
WebSocketSettings. setSocketSessionConfigurer(IWebSocketSessionConfigurer socketSessionConfigurer)
Sets the IWebSocketSessionConfigurer
-