| Package | Description |
|---|---|
| com.echomine.jabber | |
| com.echomine.net |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.