| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionConfiguration |
Connection.config
Holds the initial configuration used while creating the connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionConfiguration |
Connection.getConfiguration()
Returns the configuration used to connect to the server.
|
| Constructor and Description |
|---|
Connection(ConnectionConfiguration configuration)
Create a new Connection to a XMPP server.
|
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,
CallbackHandler callbackHandler)
Creates a new XMPP connection using the specified connection
configuration.
|
Copyright © 2014. All Rights Reserved.