jp.maru.liquid.kernel.modules
クラス AsyncHttpServerModule.AsyncListenerHttpEvent

java.lang.Object
  上位を拡張 jp.maru.liquid.kernel.modules.AsyncHttpServerModule.AsyncListenerHttpEvent
すべての実装されたインタフェース:
AsyncHttpEvent
含まれているクラス:
AsyncHttpServerModule

static class AsyncHttpServerModule.AsyncListenerHttpEvent
extends java.lang.Object
implements AsyncHttpEvent

リスナーで使用するAsyncHttpEventの実装

バージョン:
1.0
作成者:
Kohji Tsujita

フィールドの概要
private  HttpCoreRequest _coreRequest
           
private  HttpCoreResponse _coreResponse
           
 
コンストラクタの概要
AsyncHttpServerModule.AsyncListenerHttpEvent(org.apache.http.nio.NHttpConnection conn)
           
 
メソッドの概要
 boolean equals(java.lang.Object o)
           
 HttpRequest getRequest()
          HttpRequestを取得
 HttpResponse getResponse()
          HttpResponseを取得
 int hashCode()
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

_coreRequest

private HttpCoreRequest _coreRequest

_coreResponse

private HttpCoreResponse _coreResponse
コンストラクタの詳細

AsyncHttpServerModule.AsyncListenerHttpEvent

AsyncHttpServerModule.AsyncListenerHttpEvent(org.apache.http.nio.NHttpConnection conn)
メソッドの詳細

getRequest

public HttpRequest getRequest()
インタフェース AsyncHttpEvent の記述:
HttpRequestを取得

定義:
インタフェース AsyncHttpEvent 内の getRequest
戻り値:
HttpRequest

getResponse

public HttpResponse getResponse()
インタフェース AsyncHttpEvent の記述:
HttpResponseを取得

定義:
インタフェース AsyncHttpEvent 内の getResponse
戻り値:
HttpResponse

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

equals

public boolean equals(java.lang.Object o)
オーバーライド:
クラス java.lang.Object 内の equals

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString