| Package | Description |
|---|---|
| com.echomine.jabber | |
| com.echomine.net |
| Modifier and Type | Method and Description |
|---|---|
ConnectionModel |
JabberConnection.getConnectionModel() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionModel |
HandshakeableSocketAcceptor.getConnectionModel() |
ConnectionModel |
SocketAcceptor.getConnectionModel() |
ConnectionModel |
ConnectionEvent.getConnectionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketConnector.aconnect(ConnectionModel connectionModel)
makes a connection asynchronously using internal socket handler.
|
void |
HandshakeableSocketConnector.aconnect(ConnectionModel connectionModel)
makes a connection asynchronously using internal socket handler.
|
void |
HandshakeableSocketConnector.aconnect(HandshakeableSocketHandler socketHandler,
ConnectionModel connectionModel)
makes a connection asynchronously.
|
void |
SocketConnector.aconnect(SocketHandler socketHandler,
ConnectionModel connectionModel)
makes a connection asynchronously.
|
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.
|
void |
HandshakeableSocketAcceptor.setConnectionModel(ConnectionModel connectionModel)
use a new connection model.
|
void |
SocketAcceptor.setConnectionModel(ConnectionModel connectionModel)
use a new connection model.
|
void |
HandshakeableSocketAcceptor.setConnectionModel(ConnectionModel connectionModel,
int backlog)
sets the connection model plus the backlog for the port that the listener
should bind to and listen on.
|
void |
SocketAcceptor.setConnectionModel(ConnectionModel connectionModel,
int backlog)
sets the connection model plus the backlog for the port that the listener
should bind to and listen on.
|
void |
ConnectionThrottler.throttle(ConnectionModel cmodel)
Throttles the data transfer rate based on the information provided by
the connection model.
|
void |
SimpleConnectionThrottler.throttle(ConnectionModel cmodel) |
| Constructor and Description |
|---|
ConnectionEvent(ConnectionModel source,
int status) |
ConnectionEvent(ConnectionModel source,
int status,
java.lang.String errormsg) |
HandshakeablePerpetualSocketAcceptor(ConnectionModel model) |
HandshakeablePerpetualSocketAcceptor(ConnectionModel model,
int backlog) |
HandshakeableSocketAcceptor(ConnectionModel model) |
HandshakeableSocketAcceptor(ConnectionModel model,
int backlog) |
PerpetualSocketAcceptor(ConnectionModel model) |
PerpetualSocketAcceptor(ConnectionModel model,
int backlog) |
SocketAcceptor(ConnectionModel model) |
SocketAcceptor(ConnectionModel model,
int backlog) |
Copyright © 2001-2005 Echomine. All Rights Reserved.