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
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 |
SSLXMPPConnection
public SSLXMPPConnection(String host)
throws XMPPException
SSLXMPPConnection
public SSLXMPPConnection(String host,
int port)
throws XMPPException
Copyright © 2003 Jive Software.