Uses of Interface
java.nio.channels.NetworkChannel
-
Packages that use NetworkChannel 软件包 描述 java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。 -
-
Uses of NetworkChannel in java.nio.channels
Subinterfaces of NetworkChannel in java.nio.channels Modifier and Type 接口 描述 interface
MulticastChannel
支持互联网协议(IP)组播的网络通道。Classes in java.nio.channels that implement NetworkChannel Modifier and Type Class 描述 class
AsynchronousServerSocketChannel
用于面向流的侦听套接字的异步通道。class
AsynchronousSocketChannel
用于面向流的连接插座的异步通道。class
DatagramChannel
面向数据报的套接字的可选通道。class
ServerSocketChannel
用于面向流的侦听套接字的可选通道。class
SocketChannel
用于面向流的连接插座的可选通道。Methods in java.nio.channels that return NetworkChannel Modifier and Type 方法 描述 NetworkChannel
NetworkChannel. bind(SocketAddress local)
将通道的套接字绑定到本地地址。<T> NetworkChannel
NetworkChannel. setOption(SocketOption<T> name, T value)
设置套接字选项的值。
-