cm.bound
クラス RequestImpl
java.lang.Object
cm.bound.RequestImpl
- すべての実装インタフェース:
- Request
- public class RequestImpl
- extends java.lang.Object
- implements Request
$Rev: 82 $
$Date: 2005-04-20 22:53:22 +0900 (Wed, 20 Apr 2005) $
$Author: C.M $
cm.bound.Request 実装クラス。パケットをリレーを実施する。
- 関連項目:
Request
メソッドの概要 |
void |
execute()
パケットリレーを実施する。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCP
public static final int TCP
- 関連項目:
- 定数フィールド値
SSL
public static final int SSL
- 関連項目:
- 定数フィールド値
HTTP
public static final int HTTP
- 関連項目:
- 定数フィールド値
GZIP
public static final int GZIP
- 関連項目:
- 定数フィールド値
DUMP
public static final int DUMP
- 関連項目:
- 定数フィールド値
RequestImpl
public RequestImpl(RequestImpl.RequestOption ro)
- 指定した ro で RequestImpl を作成する。
- パラメータ:
ro
- リクエスト用オプション。
execute
public void execute()
- パケットリレーを実施する。
- 定義:
- インタフェース
Request
内の execute