|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionModel | |
---|---|
com.echomine.jabber | |
com.echomine.net |
Uses of ConnectionModel in com.echomine.jabber |
---|
Methods in com.echomine.jabber that return ConnectionModel | |
---|---|
ConnectionModel |
JabberConnection.getConnectionModel()
|
Methods in com.echomine.jabber with parameters of type ConnectionModel | |
---|---|
void |
JabberConnection.connect(ConnectionModel cmodel)
This method is synchronous and will not return until connection is established or fails. |
void |
JabberSession.connect(ConnectionModel cmodel)
connect using an existing connection model. |
Uses of ConnectionModel in com.echomine.net |
---|
Methods in com.echomine.net that return ConnectionModel | |
---|---|
ConnectionModel |
SocketAcceptor.getConnectionModel()
|
ConnectionModel |
HandshakeableSocketAcceptor.getConnectionModel()
|
ConnectionModel |
ConnectionEvent.getConnectionModel()
|
Methods in com.echomine.net with parameters of type ConnectionModel | |
---|---|
void |
HandshakeableSocketConnector.aconnect(ConnectionModel connectionModel)
makes a connection asynchronously using internal socket handler. |
void |
SocketConnector.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 |
HandshakeableSocketConnector.connect(ConnectionModel connectionModel)
Synchronous connect method using internal socket handler. |
void |
SocketConnector.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 |
SocketAcceptor.setConnectionModel(ConnectionModel connectionModel)
use a new connection model. |
void |
HandshakeableSocketAcceptor.setConnectionModel(ConnectionModel connectionModel)
use a new connection model. |
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 |
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 |
ConnectionThrottler.throttle(ConnectionModel cmodel)
Throttles the data transfer rate based on the information provided by the connection model. |
void |
SimpleConnectionThrottler.throttle(ConnectionModel cmodel)
|
Constructors in com.echomine.net with parameters of type ConnectionModel | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |