|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionConfiguration | |
|---|---|
| org.jivesoftware.smack | Core classes of the Smack API. |
| Uses of ConnectionConfiguration in org.jivesoftware.smack |
|---|
| Methods in org.jivesoftware.smack that return ConnectionConfiguration | |
|---|---|
protected ConnectionConfiguration |
XMPPConnection.getConfiguration()
Returns the configuration used to connect to the server. |
| Constructors in org.jivesoftware.smack with parameters of type ConnectionConfiguration | |
|---|---|
XMPPConnection(ConnectionConfiguration config)
Creates a new XMPP conection 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||