Uses of Class
org.apache.wicket.protocol.ws.WebSocketSettings
-
Packages that use WebSocketSettings Package Description org.apache.wicket.protocol.ws org.apache.wicket.protocol.ws.api -
-
Uses of WebSocketSettings in org.apache.wicket.protocol.ws
Methods in org.apache.wicket.protocol.ws that return WebSocketSettings Modifier and Type Method Description static WebSocketSettingsWebSocketSettings.Holder. get(org.apache.wicket.Application application)WebSocketSettingsWebSocketSettings. setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry)Sets the connection registryWebSocketSettingsWebSocketSettings. setSendPayloadExecutor(Executor sendPayloadExecutor)The executor that broadcasts theWebSocketPayloadvia Wicket's event bus.WebSocketSettingsWebSocketSettings. setWebSocketPushMessageExecutor(Executor executor)Set the executor for processing websocket push messages broadcasted to all sessions.Methods in org.apache.wicket.protocol.ws with parameters of type WebSocketSettings Modifier and Type Method Description static voidWebSocketSettings.Holder. set(org.apache.wicket.Application application, WebSocketSettings settings) -
Uses of WebSocketSettings in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api with parameters of type WebSocketSettings Modifier and Type Method Description protected java.lang.CharSequenceBaseWebSocketBehavior. getBaseUrl(WebSocketSettings webSocketSettings)protected java.lang.CharSequenceBaseWebSocketBehavior. getContextPath(WebSocketSettings webSocketSettings)protected java.lang.CharSequenceBaseWebSocketBehavior. getFilterPrefix(WebSocketSettings webSocketSettings)protected java.lang.IntegerBaseWebSocketBehavior. getPort(WebSocketSettings webSocketSettings)protected java.lang.IntegerBaseWebSocketBehavior. getSecurePort(WebSocketSettings webSocketSettings)
-