Package gnu.java.nio

Class Summary

ChannelInputStream
ChannelOutputStream
ChannelReader A Reader implementation that works using a ReadableByteChannel and a CharsetDecoder.
ChannelWriter A Writer implementation that works by wrapping an NIO channel.
DatagramChannelImpl
DatagramChannelSelectionKey
EpollSelectionKeyImpl
EpollSelectorImpl An implementation of Selector that uses the epoll event notification mechanism on GNU/Linux.
FileChannelImpl This file is not user visible !
FileLockImpl A FileLock associated with a FileChannelImpl.
InputStreamChannel
KqueueSelectionKeyImpl
KqueueSelectorImpl A Selector implementation that uses the kqueue event notification facility.
NIOConstants
NIODatagramSocket
NIOServerSocket
NIOSocket
NIOSocketImpl
OutputStreamChannel
PipeImpl.SinkChannelImpl
PipeImpl.SourceChannelImpl
SelectionKeyImpl
SelectorImpl
SelectorProviderImpl
ServerSocketChannelImpl
ServerSocketChannelSelectionKey
SocketChannelImpl
SocketChannelSelectionKey
SocketChannelSelectionKeyImpl
VMChannel Native interface to support configuring of channel to run in a non-blocking manner and support scatter/gather io operations.
VMSelector