Uses of Interface
java.nio.channels.NetworkChannel
Packages that use 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.channelsSubinterfaces of NetworkChannel in java.nio.channelsModifier and TypeInterfaceDescriptioninterfaceA network channel that supports Internet Protocol (IP) multicasting.Classes in java.nio.channels that implement NetworkChannelModifier and TypeClassDescriptionclassAn asynchronous channel for stream-oriented listening sockets.classAn asynchronous channel for stream-oriented connecting sockets.classA selectable channel for datagram-oriented sockets.classA selectable channel for stream-oriented listening sockets.classA selectable channel for stream-oriented connecting sockets.Methods in java.nio.channels that return NetworkChannelModifier and TypeMethodDescriptionNetworkChannel.bind(SocketAddress local) Binds the channel's socket to a local address.<T> NetworkChannelNetworkChannel.setOption(SocketOption<T> name, T value) Sets the value of a socket option.