クラスcom.sun.nio.sctp.SctpServerChannel
の使用
SctpServerChannelを使用するパッケージ
-
com.sun.nio.sctpでのSctpServerChannelの使用
修飾子と型メソッド説明SctpServerChannel.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)指定されたアドレスをチャネルのソケットにバインドされているアドレスから削除します。