jp.maru.liquid.plugin.http
インタフェース AsyncHttpEvent

既知の実装クラスの一覧:
AsyncHttpServerModule.AsyncListenerHttpEvent

public interface AsyncHttpEvent

AsyncHttpのイベント

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

メソッドの概要
 HttpRequest getRequest()
          HttpRequestを取得
 HttpResponse getResponse()
          HttpResponseを取得
 

メソッドの詳細

getRequest

HttpRequest getRequest()
HttpRequestを取得

戻り値:
HttpRequest

getResponse

HttpResponse getResponse()
HttpResponseを取得

戻り値:
HttpResponse