Package org.xnio

Class StreamConnection

java.lang.Object
org.xnio.Connection
org.xnio.StreamConnection
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel, BoundChannel, CloseableChannel, CloseListenerSettable<StreamConnection>, Configurable, ConnectedChannel
Direct Known Subclasses:
SslConnection

public abstract class StreamConnection extends Connection implements CloseListenerSettable<StreamConnection>
A connection between peers.
Author:
David M. Lloyd, Flavia Rainone