Uses of Class
rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration.Builder
-
Packages that use WebSocketConnectionConfiguration.Builder Package Description rocks.xmpp.websocket.net.client Client classes for establishing a WebSocket connection. -
-
Uses of WebSocketConnectionConfiguration.Builder in rocks.xmpp.websocket.net.client
Methods in rocks.xmpp.websocket.net.client that return WebSocketConnectionConfiguration.Builder Modifier and Type Method Description static WebSocketConnectionConfiguration.BuilderWebSocketConnectionConfiguration. builder()Creates a new builder.WebSocketConnectionConfiguration.BuilderWebSocketConnectionConfiguration.Builder. path(String path)Sets the path on the host, e.g.WebSocketConnectionConfiguration.BuilderWebSocketConnectionConfiguration.Builder. pingInterval(Duration pingInterval)Sets the ping interval.
-