Uses of Interface
java.nio.channels.Channel
Package
Description
A Java API for Stream Control Transport Protocol.
Provides classes that are fundamental to the design of the Java
programming language.
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Service-provider classes for the
java.nio.channels
package.-
Uses of Channel in com.sun.nio.sctp
Modifier and TypeClassDescriptionclass
A selectable channel for message-oriented connected SCTP sockets.class
A selectable channel for message-oriented SCTP sockets.class
A selectable channel for message-oriented listening SCTP sockets. -
Uses of Channel in java.lang
Modifier and TypeMethodDescriptionstatic Channel
System.inheritedChannel()
Returns the channel inherited from the entity that created this Java virtual machine. -
Uses of Channel in java.nio.channels
Modifier and TypeInterfaceDescriptioninterface
An asynchronous channel that can read and write bytes.interface
A channel that supports asynchronous I/O operations.interface
A channel that can read and write bytes.interface
A channel that can write bytes from a sequence of buffers.interface
A channel that can be asynchronously closed and interrupted.interface
A network channel that supports Internet Protocol (IP) multicasting.interface
A channel to a network socket.interface
A channel that can read bytes.interface
A channel that can read bytes into a sequence of buffers.interface
A byte channel that maintains a current position and allows the position to be changed.interface
A channel that can write bytes.Modifier and TypeClassDescriptionclass
An asynchronous channel for reading, writing, and manipulating a file.class
An asynchronous channel for stream-oriented listening sockets.class
An asynchronous channel for stream-oriented connecting sockets.class
A selectable channel for datagram-oriented sockets.class
A channel for reading, writing, mapping, and manipulating a file.static class
A channel representing the writable end of aPipe
.static class
A channel representing the readable end of aPipe
.class
A channel that can be multiplexed via aSelector
.class
A selectable channel for stream-oriented listening sockets.class
A selectable channel for stream-oriented connecting sockets.Modifier and TypeMethodDescriptionFileLock.acquiredBy()
Returns the channel upon whose file this lock was acquired. -
Uses of Channel in java.nio.channels.spi
Modifier and TypeClassDescriptionclass
Base implementation class for interruptible channels.class
Base implementation class for selectable channels.Modifier and TypeMethodDescriptionSelectorProvider.inheritedChannel()
Returns the channel inherited from the entity that created this Java virtual machine.