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. -
-
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.
-