jp.maru.liquid.kernel.modules
クラス HttpServerModule.SyncNHttpRequestHandlerImpl

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

 class HttpServerModule.SyncNHttpRequestHandlerImpl
extends AbstractNHttpRequestHandler

Sync版NRequestHandler

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

フィールドの概要
private  HttpServerCommonPlugin _plugin
           
 
コンストラクタの概要
HttpServerModule.SyncNHttpRequestHandlerImpl(HttpServerCommonPlugin 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 HttpServerCommonPlugin _plugin
コンストラクタの詳細

HttpServerModule.SyncNHttpRequestHandlerImpl

HttpServerModule.SyncNHttpRequestHandlerImpl(HttpServerCommonPlugin 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