Uses of Class
com.sun.nio.sctp.SctpChannel
-
Packages that use SctpChannel 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。 -
-
Uses of SctpChannel in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return SctpChannel Modifier and Type 方法 描述 abstract SctpChannel
SctpServerChannel. accept()
在此频道的套接字上接受关联。abstract SctpChannel
SctpChannel. bind(SocketAddress local)
将通道的套接字绑定到本地地址。abstract SctpChannel
SctpChannel. bindAddress(InetAddress address)
将给定地址添加到通道插座的绑定地址。abstract SctpChannel
SctpMultiChannel. branch(Association association)
分支协会。static SctpChannel
SctpChannel. open()
打开SCTP通道。static SctpChannel
SctpChannel. open(SocketAddress remote, int maxOutStreams, int maxInStreams)
打开SCTP通道并将其连接到远程地址。abstract <T> SctpChannel
SctpChannel. setOption(SctpSocketOption<T> name, T value)
设置套接字选项的值。abstract SctpChannel
SctpChannel. shutdown()
关闭连接而不关闭通道。abstract SctpChannel
SctpChannel. unbindAddress(InetAddress address)
从通道的套接字的绑定地址中删除给定的地址。
-