|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
org.exolab.core.messenger | |
org.exolab.core.messenger.tcp |
Uses of Connection in org.exolab.core.messenger |
Classes in org.exolab.core.messenger that implement Connection | |
class |
PacketConnection
A PacketConnection is a Connection that minimises resource usage. |
Methods in org.exolab.core.messenger that return Connection | |
Connection |
ManagedConnection.open(java.lang.String name,
ConnectionProperties properties)
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance |
Connection |
Messenger.open(java.lang.String uri)
Establish a connection to the specified URI. |
Connection |
Messenger.open(java.lang.String uri,
ConnectionProperties properties)
Establish a connection to the specified URI. |
Connection |
Connector.getConnection(java.lang.String uri,
ConnectionProperties properties)
Returns a connection for the specified URI and connection properties |
Connection |
ManagedPacketConnection.open(java.lang.String name,
ConnectionProperties properties)
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance |
Methods in org.exolab.core.messenger with parameters of type Connection | |
void |
ConnectionHandler.connected(Connection connection)
Handle a new connection |
void |
ConnectionEventListener.closed(Connection connection)
Invoked when a connection is closed |
void |
ConnectionEventListener.error(Connection connection,
java.lang.Exception exception)
Invoked when a fatal connection error occurs, just before an Exception is thrown to the application |
void |
ConnectionEventNotifier.closed(Connection connection)
Invoked when the connection is closed |
void |
ConnectionEventNotifier.error(Connection connection,
java.lang.Exception exception)
Invoked when a fatal connection error occurs, just before an Exception is thrown to the application |
void |
ManagedPacketConnection.closed(Connection connection)
Invoked when a connection is closed |
void |
ManagedPacketConnection.error(Connection connection,
java.lang.Exception exception)
Invoked when a fatal connection error occurs, just before an Exception is thrown to the application |
Constructors in org.exolab.core.messenger with parameters of type Connection | |
ChannelListenerAcceptor(Connection connection,
java.lang.String name,
ChannelListener listener)
Construct a new ChannelListenerAcceptor |
Uses of Connection in org.exolab.core.messenger.tcp |
Methods in org.exolab.core.messenger.tcp that return Connection | |
Connection |
TcpConnector.getConnection(java.lang.String uri,
ConnectionProperties properties)
Returns a connection for the specified URI and connection properties |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |