Uses of Class
com.sun.nio.sctp.SctpServerChannel
-
Packages that use SctpServerChannel 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。 -
-
Uses of SctpServerChannel in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return SctpServerChannel 变量和类型 方法 描述 SctpServerChannel
SctpServerChannel. bind(SocketAddress local)
将通道的套接字绑定到本地地址,并配置套接字以侦听关联。abstract SctpServerChannel
SctpServerChannel. bind(SocketAddress local, int backlog)
将通道的套接字绑定到本地地址,并配置套接字以侦听关联。abstract SctpServerChannel
SctpServerChannel. bindAddress(InetAddress address)
将给定地址添加到通道套接字的绑定地址。static SctpServerChannel
SctpServerChannel. open()
打开SCTP服务器通道。abstract <T> SctpServerChannel
SctpServerChannel. setOption(SctpSocketOption<T> name, T value)
设置套接字选项的值。abstract SctpServerChannel
SctpServerChannel. unbindAddress(InetAddress address)
Removes the given address from the bound addresses for the channel's socket.
-