Uses of Class
rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
-
Packages that use WebSocketConnectionConfiguration Package Description rocks.xmpp.websocket.net.client Client classes for establishing a WebSocket connection. -
-
Uses of WebSocketConnectionConfiguration in rocks.xmpp.websocket.net.client
Methods in rocks.xmpp.websocket.net.client that return WebSocketConnectionConfiguration Modifier and Type Method Description WebSocketConnectionConfiguration
WebSocketConnectionConfiguration.Builder. build()
static WebSocketConnectionConfiguration
WebSocketConnectionConfiguration. getDefault()
Gets the default configuration.Methods in rocks.xmpp.websocket.net.client with parameters of type WebSocketConnectionConfiguration Modifier and Type Method Description CompletableFuture<Connection>
HttpClientWebSocketConnector. connect(XmppSession xmppSession, WebSocketConnectionConfiguration configuration, SessionOpen sessionOpen)
CompletableFuture<Connection>
JakartaWebSocketConnector. connect(XmppSession xmppSession, WebSocketConnectionConfiguration configuration, SessionOpen sessionOpen)
static void
WebSocketConnectionConfiguration. setDefault(WebSocketConnectionConfiguration configuration)
Sets the default configuration.
-