|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface JRcConnectServer
JRcServerサーバネットワークインターフェイス.
JRcServerネットワークサーバインターフェイスです.
フィールドの概要 | |
---|---|
static int |
DEFAULT_BIND_PORT
バインドポートデフォルト値. |
static int |
DEFAULT_MAX_CONNECTION
デフォルト最大コネクション数. |
static int |
DEFAULT_TIMEOUT
デフォルトタイムアウト値. |
メソッドの概要 | |
---|---|
java.net.InetAddress |
getBindAddress()
バインド先アドレスを取得. |
int |
getBindPort()
バインド先ポート番号を取得. |
int |
getConnectionCount()
現在コネクション中の数を取得. |
int |
getConnectTimeout()
コネクションタイムアウト値を取得. |
int |
getMaxConnectCount()
コネクション制限数を取得. |
boolean |
isServer()
サーバオブジェクトが有効であるかチェック. |
フィールドの詳細 |
---|
static final int DEFAULT_BIND_PORT
static final int DEFAULT_TIMEOUT
static final int DEFAULT_MAX_CONNECTION
メソッドの詳細 |
---|
int getConnectionCount()
java.net.InetAddress getBindAddress()
int getBindPort()
int getMaxConnectCount()
int getConnectTimeout()
boolean isServer()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |