Interface Connection<L>

Type Parameters:
L - the Connection address type
All Superinterfaces:
AttributeStorage, Closeable, MonitoringAware<ConnectionProbe>, OutputSink, Readable<L>, Writeable<L>
All Known Implementing Classes:
NIOConnection, TCPNIOConnection, TCPNIOServerConnection, UDPNIOConnection, UDPNIOServerConnection

public interface Connection<L> extends Readable<L>, Writeable<L>, Closeable, AttributeStorage, MonitoringAware<ConnectionProbe>
Common interface, which represents any kind of connection.
Author:
Alexey Stashok