C G I L O Q S X 

C

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

G

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

I

isAnonymous() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
isAuthenticated() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
isConnected() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
isSecureConnection() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
isSocketClosed() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
isUsingCompression() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 

L

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

O

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

Q

QUEUE_SIZE - Static variable in class org.jivesoftware.smack.tcp.XMPPTCPConnection.PacketWriter
 

S

sendPacket(Packet) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection.PacketWriter
Sends the specified packet to the server.
sendPacketInternal(Packet) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
setParsingExceptionCallback(ParsingExceptionCallback) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
Install a parsing exception callback, which will be invoked once an exception is encountered while parsing a stanza
shutdown() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
Shuts the current connection down.
shutdownDone - Variable in class org.jivesoftware.smack.tcp.XMPPTCPConnection.PacketWriter
 

X

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