修飾子と型 | メソッドと説明 |
---|---|
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)
指定されたアドレスをチャネルのソケットにバインドされているアドレスから削除します。
|
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.