Uses of Class
rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
-
Packages that use BoshConnectionConfiguration Package Description rocks.xmpp.extensions.httpbind Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH. -
-
Uses of BoshConnectionConfiguration in rocks.xmpp.extensions.httpbind
Methods in rocks.xmpp.extensions.httpbind that return BoshConnectionConfiguration Modifier and Type Method Description BoshConnectionConfigurationBoshConnectionConfiguration.Builder. build()static BoshConnectionConfigurationBoshConnectionConfiguration. getDefault()Gets the default boshConnectionConfiguration.Methods in rocks.xmpp.extensions.httpbind with parameters of type BoshConnectionConfiguration Modifier and Type Method Description CompletableFuture<Connection>HttpClientConnector. connect(XmppSession xmppSession, BoshConnectionConfiguration configuration, SessionOpen sessionOpen)CompletableFuture<Connection>HttpUrlConnector. connect(XmppSession xmppSession, BoshConnectionConfiguration configuration, SessionOpen sessionOpen)static voidBoshConnectionConfiguration. setDefault(BoshConnectionConfiguration configuration)Sets the default configuration.
-