jp.maru.liquid.kernel.modules.http
クラス AbstractNHttpRequestHandler

java.lang.Object
  上位を拡張 jp.maru.liquid.kernel.modules.http.AbstractNHttpRequestHandler
すべての実装されたインタフェース:
org.apache.http.nio.protocol.NHttpRequestHandler
直系の既知のサブクラス:
AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl, HttpServerModule.SyncNHttpRequestHandlerImpl

public abstract class AbstractNHttpRequestHandler
extends java.lang.Object
implements org.apache.http.nio.protocol.NHttpRequestHandler

NHttpRequestHandlerの実装

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

コンストラクタの概要
AbstractNHttpRequestHandler()
           
 
メソッドの概要
 org.apache.http.nio.entity.ConsumingNHttpEntity entityRequest(org.apache.http.HttpEntityEnclosingRequest request, org.apache.http.protocol.HttpContext context)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.apache.http.nio.protocol.NHttpRequestHandler から継承されたメソッド
handle
 

コンストラクタの詳細

AbstractNHttpRequestHandler

public AbstractNHttpRequestHandler()
メソッドの詳細

entityRequest

public org.apache.http.nio.entity.ConsumingNHttpEntity entityRequest(org.apache.http.HttpEntityEnclosingRequest request,
                                                                     org.apache.http.protocol.HttpContext context)
定義:
インタフェース org.apache.http.nio.protocol.NHttpRequestHandler 内の entityRequest