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

java.lang.Object
  上位を拡張 jp.maru.liquid.kernel.modules.AbstractModule
      上位を拡張 jp.maru.liquid.kernel.modules.HttpServerModule
          上位を拡張 jp.maru.liquid.kernel.modules.AsyncHttpServerModule
すべての実装されたインタフェース:
Module

public class AsyncHttpServerModule
extends HttpServerModule

非同期レスポンスHTTPサーバモジュール

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

入れ子のクラスの概要
(package private) static class AsyncHttpServerModule.AsyncListenerHttpEvent
          リスナーで使用するAsyncHttpEventの実装
(package private)  class AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl
          Async版NRequestHandler
 
クラス jp.maru.liquid.kernel.modules.HttpServerModule から継承された入れ子のクラス/インタフェース
HttpServerModule.SyncNHttpRequestHandlerImpl
 
フィールドの概要
private static org.slf4j.Logger logger
           
 
クラス jp.maru.liquid.kernel.modules.HttpServerModule から継承されたフィールド
_connector, _strategy
 
クラス jp.maru.liquid.kernel.modules.AbstractModule から継承されたフィールド
_interceptor
 
コンストラクタの概要
AsyncHttpServerModule()
           
 
メソッドの概要
 void plug(Plugin plugin)
          AsyncHttpServerPluginをプラグ
 java.lang.String toString()
           
 
クラス jp.maru.liquid.kernel.modules.HttpServerModule から継承されたメソッド
getStrategy, init, setConnector, setStrategy
 
クラス jp.maru.liquid.kernel.modules.AbstractModule から継承されたメソッド
callPostProcess, callPreProcess, setInterceptor
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

logger

private static final org.slf4j.Logger logger
コンストラクタの詳細

AsyncHttpServerModule

public AsyncHttpServerModule()
メソッドの詳細

plug

public void plug(Plugin plugin)
AsyncHttpServerPluginをプラグ

定義:
インタフェース Module 内の plug
オーバーライド:
クラス HttpServerModule 内の plug
パラメータ:
plugin - AsyncHttpServerプラグイン

toString

public java.lang.String toString()
オーバーライド:
クラス HttpServerModule 内の toString