Uses of Interface
rocks.xmpp.core.net.client.TransportConnector
-
Packages that use TransportConnector Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment.rocks.xmpp.extensions.httpbind Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.rocks.xmpp.nio.netty.client Provides classes for a client-to-server NIO connection using the Netty framework.rocks.xmpp.websocket.net.client Client classes for establishing a WebSocket connection. -
-
Uses of TransportConnector in rocks.xmpp.core.net.client
Classes in rocks.xmpp.core.net.client that implement TransportConnector Modifier and Type Class Description classAbstractTcpConnector<T>An abstract transport connector which binds XMPP to TCP using the preferred TCP resolution process.classSocketConnectorA TCP transport connector which usesSocket.Methods in rocks.xmpp.core.net.client that return TransportConnector Modifier and Type Method Description TransportConnector<C>ClientConnectionConfiguration.Builder. getConnector()Gets the transport connector.Methods in rocks.xmpp.core.net.client with parameters of type TransportConnector Modifier and Type Method Description TClientConnectionConfiguration.Builder. connector(TransportConnector<C> connector)Sets the transport connector, which is used to establish a connection. -
Uses of TransportConnector in rocks.xmpp.extensions.httpbind
Classes in rocks.xmpp.extensions.httpbind that implement TransportConnector Modifier and Type Class Description classHttpClientConnectorA BOSH transport connector which usesHttpClient.classHttpUrlConnectorA BOSH transport connector which usesHttpURLConnection. -
Uses of TransportConnector in rocks.xmpp.nio.netty.client
Classes in rocks.xmpp.nio.netty.client that implement TransportConnector Modifier and Type Class Description classNettyChannelConnectorA TCP transport connector which uses theChannel. -
Uses of TransportConnector in rocks.xmpp.websocket.net.client
Classes in rocks.xmpp.websocket.net.client that implement TransportConnector Modifier and Type Class Description classHttpClientWebSocketConnectorA WebSocket transport connector which usesWebSocket.classJakartaWebSocketConnectorA WebSocket transport connector which uses Jakarta WebSocket API with Tyrus as reference implementation.
-