C D G I L N O S X 

C

connect() - Method in class org.jivesoftware.smack.XMPPTCPConnection
Establishes a connection to the XMPP server and performs an automatic login only if the previous connection state was logged (authenticated).

D

disconnect(Presence) - Method in class org.jivesoftware.smack.XMPPTCPConnection
 

G

getConnectionID() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
getParsingExceptionCallback() - Method in class org.jivesoftware.smack.XMPPTCPConnection
Get the current active parsing exception callback.
getUser() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 

I

isAnonymous() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
isAuthenticated() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
isConnected() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
isSecureConnection() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
isSocketClosed() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
isUsingCompression() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
isUsingTLS() - Method in class org.jivesoftware.smack.XMPPTCPConnection
Returns true if the connection to the server has successfully negotiated TLS.

L

login(String, String, String) - Method in class org.jivesoftware.smack.XMPPTCPConnection
 
loginAnonymously() - Method in class org.jivesoftware.smack.XMPPTCPConnection
 

N

notifyReconnection() - Method in class org.jivesoftware.smack.XMPPTCPConnection
Sends a notification indicating that the connection was reconnected successfully.

O

org.jivesoftware.smack - package org.jivesoftware.smack
 

S

setParsingExceptionCallback(ParsingExceptionCallback) - Method in class org.jivesoftware.smack.XMPPTCPConnection
Install a parsing exception callback, which will be invoked once an exception is encountered while parsing a stanza
shutdown(Presence) - Method in class org.jivesoftware.smack.XMPPTCPConnection
Closes the connection by setting presence to unavailable then closing the stream to the XMPP server.

X

XMPPTCPConnection - Class in org.jivesoftware.smack
Creates a socket connection to a XMPP server.
XMPPTCPConnection(String, CallbackHandler) - Constructor for class org.jivesoftware.smack.XMPPTCPConnection
Creates a new connection to the specified XMPP server.
XMPPTCPConnection(String) - Constructor for class org.jivesoftware.smack.XMPPTCPConnection
Creates a new XMPP connection in the same way XMPPTCPConnection(String,CallbackHandler) does, but with no callback handler for password prompting of the keystore.
XMPPTCPConnection(ConnectionConfiguration) - Constructor for class org.jivesoftware.smack.XMPPTCPConnection
Creates a new XMPP connection in the same way XMPPTCPConnection(ConnectionConfiguration,CallbackHandler) does, but with no callback handler for password prompting of the keystore.
XMPPTCPConnection(ConnectionConfiguration, CallbackHandler) - Constructor for class org.jivesoftware.smack.XMPPTCPConnection
Creates a new XMPP connection using the specified connection configuration.
C D G I L N O S X