jp.maru.liquid.kernel.modules.strategy
インタフェース HttpStrategy

すべてのスーパーインタフェース:
Strategy
既知の実装クラスの一覧:
HttpBasicStrategy, HttpTemplateStrategy

public interface HttpStrategy
extends Strategy

HttpServerModule用のストラテジ

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

メソッドの概要
 void execute(HttpServerCommonPlugin plugin, HttpRequest request, HttpResponse response)
           
 

メソッドの詳細

execute

void execute(HttpServerCommonPlugin plugin,
             HttpRequest request,
             HttpResponse response)
             throws java.io.IOException
例外:
java.io.IOException