Uses of Class
com.sun.nio.sctp.SctpMultiChannel
-
Packages that use SctpMultiChannel 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。 -
-
Uses of SctpMultiChannel in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return SctpMultiChannel Modifier and Type 方法 描述 SctpMultiChannelSctpMultiChannel. bind(SocketAddress local)将通道的套接字绑定到本地地址,并配置套接字以监听连接。abstract SctpMultiChannelSctpMultiChannel. bind(SocketAddress local, int backlog)将通道的套接字绑定到本地地址,并配置套接字以监听连接。abstract SctpMultiChannelSctpMultiChannel. bindAddress(InetAddress address)将给定地址添加到通道插座的绑定地址。static SctpMultiChannelSctpMultiChannel. open()打开SCTP多通道。abstract <T> SctpMultiChannelSctpMultiChannel. setOption(SctpSocketOption<T> name, T value, Association association)设置套接字选项的值。abstract SctpMultiChannelSctpMultiChannel. shutdown(Association association)关闭关联而不关闭通道。abstract SctpMultiChannelSctpMultiChannel. unbindAddress(InetAddress address)从通道的套接字的绑定地址中删除给定的地址。
-