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
クラス 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