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 变量和类型 方法 描述 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)
从通道套接字的绑定地址中删除给定地址。
-