Uses of Package
java.nio.channels
| Package | Description |
|---|---|
| java.io | |
| java.lang | |
| java.net | |
| java.nio | |
| java.nio.channels | |
| java.nio.channels.spi | |
| java.util |
-
Classes in java.nio.channels used by java.io Class Description FileChannel An abstract channel type for interaction with a platform file. -
Classes in java.nio.channels used by java.lang Class Description Channel A channel is a conduit to I/O services covering such items as files, sockets, hardware devices, I/O ports or some software component. -
Classes in java.nio.channels used by java.net Class Description DatagramChannel ADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.ServerSocketChannel AServerSocketChannelis a partial abstraction of a selectable, stream-oriented listening socket.SocketChannel ASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket. -
Classes in java.nio.channels used by java.nio Class Description DatagramChannel ADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.FileChannel An abstract channel type for interaction with a platform file.Pipe A pipe contains two channels, forming a unidirectional pipe.ServerSocketChannel AServerSocketChannelis a partial abstraction of a selectable, stream-oriented listening socket.SocketChannel ASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket. -
Classes in java.nio.channels used by java.nio.channels Class Description AsynchronousCloseException AnAsynchronousCloseExceptionis thrown when the underlying channel for an I/O operation is closed by another thread.ByteChannel A ByteChannel is both readable and writable.Channel A channel is a conduit to I/O services covering such items as files, sockets, hardware devices, I/O ports or some software component.ClosedChannelException AClosedChannelExceptionis thrown when a channel is closed for the type of operation attempted.DatagramChannel ADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.FileChannel An abstract channel type for interaction with a platform file.FileChannel.MapMode MapModedefines file mapping mode constants.FileLock AFileLockrepresents a locked region of a file.GatheringByteChannel The interface for channels that can write a set of buffers in a single operation.InterruptibleChannel Channels that implement this interface can be asynchronously closed and interrupted.Pipe A pipe contains two channels, forming a unidirectional pipe.Pipe.SinkChannel Writable sink channel used to write to a pipe.Pipe.SourceChannel Readable source channel used to read from a pipe.ReadableByteChannel AReadableByteChannelis a type ofChannelthat can read bytes.ScatteringByteChannel The interface for channels that can read data into a set of buffers in a single operation.SelectableChannel A channel that can be used with aSelector.SelectionKey ASelectionKeyrepresents the relationship between a channel and a selector for which the channel is registered.Selector A controller for the selection ofSelectableChannelobjects.ServerSocketChannel AServerSocketChannelis a partial abstraction of a selectable, stream-oriented listening socket.SocketChannel ASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket.WritableByteChannel AWritableByteChannelis a type ofChannelthat can write bytes. -
Classes in java.nio.channels used by java.nio.channels.spi Class Description AsynchronousCloseException AnAsynchronousCloseExceptionis thrown when the underlying channel for an I/O operation is closed by another thread.Channel A channel is a conduit to I/O services covering such items as files, sockets, hardware devices, I/O ports or some software component.ClosedChannelException AClosedChannelExceptionis thrown when a channel is closed for the type of operation attempted.DatagramChannel ADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.InterruptibleChannel Channels that implement this interface can be asynchronously closed and interrupted.Pipe A pipe contains two channels, forming a unidirectional pipe.SelectableChannel A channel that can be used with aSelector.SelectionKey ASelectionKeyrepresents the relationship between a channel and a selector for which the channel is registered.Selector A controller for the selection ofSelectableChannelobjects.ServerSocketChannel AServerSocketChannelis a partial abstraction of a selectable, stream-oriented listening socket.SocketChannel ASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket. -
Classes in java.nio.channels used by java.util Class Description ReadableByteChannel AReadableByteChannelis a type ofChannelthat can read bytes.