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