Module 

Class AssembledConnectedChannel

java.lang.Object
org.xnio.channels.AssembledChannel
org.xnio.channels.AssembledConnectedChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel, BoundChannel, CloseableChannel, Configurable, ConnectedChannel
Direct Known Subclasses:
AssembledSslChannel

public class AssembledConnectedChannel extends AssembledChannel implements ConnectedChannel
A closeable, connected view over a read and write side of a suspendable channel, at least one of which is connected.
Author:
David M. Lloyd