Uses of Class
com.echomine.net.ConnectionFailedException

Packages that use ConnectionFailedException
com.echomine.jabber   
com.echomine.net   
 

Uses of ConnectionFailedException in com.echomine.jabber
 

Methods in com.echomine.jabber that throw ConnectionFailedException
 void JabberSession.connect(ConnectionModel cmodel)
          connect using an existing connection model.
 void JabberConnection.connect(ConnectionModel cmodel)
          This method is synchronous and will not return until connection is established or fails.
 void JabberSession.connect(java.lang.String hostname, int port)
          connect to the specified server.
 

Uses of ConnectionFailedException in com.echomine.net
 

Methods in com.echomine.net that throw ConnectionFailedException
 void SocketConnector.connect(ConnectionModel connectionModel)
          Synchronous connect method using internal socket handler.
 void HandshakeableSocketConnector.connect(ConnectionModel connectionModel)
          Synchronous connect method using internal socket handler.
 void HandshakeableSocketConnector.connect(HandshakeableSocketHandler socketHandler, ConnectionModel connectionModel)
          Synchronous connect method.
 void SocketConnector.connect(SocketHandler socketHandler, ConnectionModel connectionModel)
          Synchronous connect method.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.