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.Builder
WebSocketConnectionConfiguration. builder()
Creates a new builder.WebSocketConnectionConfiguration.Builder
WebSocketConnectionConfiguration.Builder. path(String path)
Sets the path on the host, e.g.WebSocketConnectionConfiguration.Builder
WebSocketConnectionConfiguration.Builder. pingInterval(Duration pingInterval)
Sets the ping interval.
-