C G I L O P S T 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

getConfiguration() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
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.
getReader() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
getSASLAuthentication() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
getUser() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
getWriter() - 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
 
isUsingTLS() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
Returns true if the connection to the server has successfully negotiated TLS.

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
 

P

processPacket(Packet) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 

S

sendPacketInternal(Packet) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
serverRequiresBinding() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
serverSupportsAccountCreation() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
serverSupportsSession() - 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
setRosterVersioningSupported() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
setServiceCapsNode(String) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
setServiceName(String) - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 
shutdown() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
Shuts the current connection down.

T

throwConnectionExceptionOrNoResponse() - Method in class org.jivesoftware.smack.tcp.XMPPTCPConnection
 

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(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(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.
C G I L O P S T X