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

入れ子クラスの概要
static class RequestImpl.RequestOption
          パケットリレーに必要な情報を保持するクラス。
 
フィールドの概要
static int DUMP
           
static int GZIP
           
static int HTTP
           
static int SSL
           
static int TCP
           
 
コンストラクタの概要
RequestImpl(RequestImpl.RequestOption ro)
          指定した ro で RequestImpl を作成する。
 
メソッドの概要
 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