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

java.lang.Object
  上位を拡張 jp.maru.liquid.kernel.modules.http.AbstractNHttpRequestHandler
      上位を拡張 jp.maru.liquid.kernel.modules.AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl
すべての実装されたインタフェース:
org.apache.http.nio.protocol.NHttpRequestHandler
含まれているクラス:
AsyncHttpServerModule

 class AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl
extends AbstractNHttpRequestHandler

Async版NRequestHandler

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

入れ子のクラスの概要
(package private)  class AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl.AsyncEventListener
           
 
フィールドの概要
private  AsyncHttpServerPlugin _plugin
           
 
コンストラクタの概要
AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl(AsyncHttpServerPlugin plugin)
           
 
メソッドの概要
 void handle(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.nio.protocol.NHttpResponseTrigger trriger, org.apache.http.protocol.HttpContext context)
           
 
クラス jp.maru.liquid.kernel.modules.http.AbstractNHttpRequestHandler から継承されたメソッド
entityRequest
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_plugin

private AsyncHttpServerPlugin _plugin
コンストラクタの詳細

AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl

AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl(AsyncHttpServerPlugin plugin)
メソッドの詳細

handle

public void handle(org.apache.http.HttpRequest request,
                   org.apache.http.HttpResponse response,
                   org.apache.http.nio.protocol.NHttpResponseTrigger trriger,
                   org.apache.http.protocol.HttpContext context)
            throws org.apache.http.HttpException,
                   java.io.IOException
例外:
org.apache.http.HttpException
java.io.IOException