Smack

org.jivesoftware.smack
Class SSLXMPPConnection

java.lang.Object
  |
  +--org.jivesoftware.smack.XMPPConnection
        |
        +--org.jivesoftware.smack.SSLXMPPConnection

public class SSLXMPPConnection
extends XMPPConnection

Creates an SSL connection to a XMPP server.

Author:
Matt Tucker

Field Summary
 
Fields inherited from class org.jivesoftware.smack.XMPPConnection
DEBUG_ENABLED, host, port, socket
 
Constructor Summary
SSLXMPPConnection(String host)
           
SSLXMPPConnection(String host, int port)
           
 
Methods inherited from class org.jivesoftware.smack.XMPPConnection
addPacketListener, close, createChat, createGroupChat, createPacketCollector, getAccountManager, getConnectionID, getHost, getPort, getResource, getRoster, getUsername, isAuthenticated, isConnected, login, login, removePacketListener, sendPacket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLXMPPConnection

public SSLXMPPConnection(String host)
                  throws XMPPException

SSLXMPPConnection

public SSLXMPPConnection(String host,
                         int port)
                  throws XMPPException

Smack

Copyright © 2003 Jive Software.