类的用途
com.sun.nio.sctp.SctpServerChannel
使用 SctpServerChannel 的包
-
SctpServerChannel 在 com.sun.nio.sctp 中的用法
com.sun.nio.sctp 中返回 SctpServerChannel 的方法修饰符和类型方法描述final SctpServerChannelSctpServerChannel.bind(SocketAddress local) 将通道的套接字绑定到本地地址并配置套接字以监听关联。abstract SctpServerChannelSctpServerChannel.bind(SocketAddress local, int backlog) 将通道的套接字绑定到本地地址并配置套接字以监听关联。abstract SctpServerChannelSctpServerChannel.bindAddress(InetAddress address) 将给定地址添加到通道套接字的绑定地址。static SctpServerChannelSctpServerChannel.open()打开 SCTP 服务通道。abstract <T> SctpServerChannelSctpServerChannel.setOption(SctpSocketOption<T> name, T value) 设置套接字选项的值。abstract SctpServerChannelSctpServerChannel.unbindAddress(InetAddress address) 从通道套接字的绑定地址中删除给定地址。