Uses of Interface
java.nio.channels.NetworkChannel
Package
Description
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.
-
Uses of NetworkChannel in java.nio.channels
Modifier and TypeInterfaceDescriptioninterface
A network channel that supports Internet Protocol (IP) multicasting.Modifier and TypeClassDescriptionclass
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 selectable channel for stream-oriented listening sockets.class
A selectable channel for stream-oriented connecting sockets.Modifier and TypeMethodDescriptionNetworkChannel.bind
(SocketAddress local) Binds the channel's socket to a local address.<T> NetworkChannel
NetworkChannel.setOption
(SocketOption<T> name, T value) Sets the value of a socket option.