|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedConnection | |
---|---|
org.exolab.core.messenger | |
org.exolab.core.messenger.tcp |
Uses of ManagedConnection in org.exolab.core.messenger |
---|
Classes in org.exolab.core.messenger that implement ManagedConnection | |
---|---|
class |
ManagedPacketConnection
A ManagedPacketConnection implements an efficient packet
based protocol over a low level transport protocol. |
Methods in org.exolab.core.messenger that return ManagedConnection | |
---|---|
ManagedConnection |
ManagedConnectionAcceptor.accept()
Listens for a connection to be made to this acceptor and accepts it |
Methods in org.exolab.core.messenger with parameters of type ManagedConnection | |
---|---|
void |
ManagedConnectionEventListener.closed(ManagedConnection connection)
Invoked when a managed connection is closed |
Demultiplexer |
MultiplexerFactory.createDemultiplexer(ManagedConnection connection)
Creates a new demultiplexer for the specified connection |
Multiplexer |
MultiplexerFactory.createMultiplexer(ManagedConnection connection)
Creates a new multiplexer for the specified connection |
void |
ManagedConnectionEventListener.error(ManagedConnection connection,
java.lang.Exception exception)
Invoked when a fatal connection error occurs, just before an Exception is thrown to the application |
Uses of ManagedConnection in org.exolab.core.messenger.tcp |
---|
Methods in org.exolab.core.messenger.tcp that return ManagedConnection | |
---|---|
protected ManagedConnection |
TcpConnector.open(java.lang.String uri,
ConnectionProperties properties)
Opens a connection for the specified URI and connection properties |
Methods in org.exolab.core.messenger.tcp with parameters of type ManagedConnection | |
---|---|
void |
TcpConnector.closed(ManagedConnection connection)
Invoked when a managed connection is closed |
void |
TcpConnector.error(ManagedConnection connection,
java.lang.Exception exception)
Invoked when a fatal connection error occurs, just before an Exception is thrown to the application |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |