Uses of Class
org.jivesoftware.smack.ConnectionConfiguration

Packages that use ConnectionConfiguration
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of ConnectionConfiguration in org.jivesoftware.smack
 

Constructors in org.jivesoftware.smack with parameters of type ConnectionConfiguration
DummyConnection(ConnectionConfiguration configuration)
           
XMPPConnection(ConnectionConfiguration config)
          Creates a new XMPP connection in the same way XMPPConnection.XMPPConnection(ConnectionConfiguration,CallbackHandler) does, but with no callback handler for password prompting of the keystore.
XMPPConnection(ConnectionConfiguration config, javax.security.auth.callback.CallbackHandler callbackHandler)
          Creates a new XMPP connection using the specified connection configuration.