- All Superinterfaces:
AutoCloseable
,ByteChannel
,Channel
,Closeable
,GatheringByteChannel
,ReadableByteChannel
,ScatteringByteChannel
,WritableByteChannel
- All Known Subinterfaces:
ConnectedSslStreamChannel
,ConnectedStreamChannel
,StreamChannel
- All Known Implementing Classes:
AssembledConnectedSslStreamChannel
,AssembledConnectedStreamChannel
,AssembledStreamChannel
An extension of a simple NIO
ByteChannel
which includes scatter/gather operations.- Author:
- David M. Lloyd
-
Method Summary
Methods inherited from interface java.nio.channels.GatheringByteChannel
write, write
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
Methods inherited from interface java.nio.channels.ScatteringByteChannel
read, read
Methods inherited from interface java.nio.channels.WritableByteChannel
write