Package java.nio.channels

Classes for creating, selecting and non-blocking reading and writing of buffers from files and sockets.

Interface Summary

ByteChannel
Channel
GatheringByteChannel
InterruptibleChannel
ReadableByteChannel
ScatteringByteChannel
WritableByteChannel

Class Summary

Channels
DatagramChannel
FileChannel
FileChannel.MapMode
FileLock
Pipe
Pipe.SinkChannel
Pipe.SourceChannel
SelectableChannel
SelectionKey
Selector
ServerSocketChannel
SocketChannel

Exception Summary

AlreadyConnectedException
AsynchronousCloseException
CancelledKeyException
ClosedByInterruptException
ClosedChannelException
ClosedSelectorException
ConnectionPendingException
FileLockInterruptionException
IllegalBlockingModeException
IllegalSelectorException
NoConnectionPendingException
NonReadableChannelException
NonWritableChannelException
NotYetBoundException
NotYetConnectedException
OverlappingFileLockException
UnresolvedAddressException
UnsupportedAddressTypeException
Classes for creating, selecting and non-blocking reading and writing of buffers from files and sockets.