Home » openjdk-7 » java » nio » channels »

java.nio.channels

Sub Packages:

java.nio.channels.spi   Service-provider classes for the java.nio.channels package.  

Interfaces:

ByteChannel   A channel that can read and write bytes.  code | html
Channel   A nexus for I/O operations.  code | html
GatheringByteChannel   A channel that can write bytes from a sequence of buffers.  code | html
InterruptibleChannel   A channel that can be asynchronously closed and interrupted.  code | html
ReadableByteChannel   A channel that can read bytes.  code | html
ScatteringByteChannel   A channel that can read bytes into a sequence of buffers.  code | html
WritableByteChannel   A channel that can write bytes.  code | html

Abstract Classes:

DatagramChannel   A selectable channel for datagram-oriented sockets.  code | html
FileChannel   A channel for reading, writing, mapping, and manipulating a file.  code | html
FileLock   A token representing a lock on a region of a file.  code | html
Pipe   A pair of channels that implements a unidirectional pipe.  code | html
Pipe.SinkChannel   A channel representing the writable end of a Pipe .

 
code | html
Pipe.SourceChannel   A channel representing the readable end of a Pipe .

 
code | html
SelectableChannel   A channel that can be multiplexed via a Selector code | html
SelectionKey   A token representing the registration of a SelectableChannel with a Selector code | html
Selector   A multiplexor of SelectableChannel objects.  code | html
ServerSocketChannel   A selectable channel for stream-oriented listening sockets.  code | html
SocketChannel   A selectable channel for stream-oriented connecting sockets.  code | html

Classes:

AlreadyConnectedException     code | html
AsynchronousCloseException     code | html
CancelledKeyException     code | html
Channels   Utility methods for channels and streams.  code | html
Channels.ReadableByteChannelImpl     code | html
Channels.WritableByteChannelImpl     code | html
ClosedByInterruptException     code | html
ClosedChannelException     code | html
ClosedSelectorException     code | html
ConnectionPendingException     code | html
FileChannel.MapMode   A typesafe enumeration for file-mapping modes.  code | html
FileLockInterruptionException     code | html
IllegalBlockingModeException     code | html
IllegalSelectorException     code | html
NoConnectionPendingException     code | html
NonReadableChannelException     code | html
NonWritableChannelException     code | html
NotYetBoundException     code | html
NotYetConnectedException     code | html
OverlappingFileLockException     code | html
UnresolvedAddressException     code | html
UnsupportedAddressTypeException     code | html
VMChannels     code | html