Interface ByteChannel

All Superinterfaces:
AutoCloseable, ByteChannel, Channel, Closeable, GatheringByteChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel
All Known Subinterfaces:
ConnectedSslStreamChannel, ConnectedStreamChannel, StreamChannel
All Known Implementing Classes:
AssembledConnectedSslStreamChannel, AssembledConnectedStreamChannel, AssembledStreamChannel

public interface ByteChannel extends ByteChannel, GatheringByteChannel, ScatteringByteChannel
An extension of a simple NIO ByteChannel which includes scatter/gather operations.
Author:
David M. Lloyd