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