jp.maru.liquid.plugin
インタフェース AsyncHttpServerPlugin

すべてのスーパーインタフェース:
HttpServerCommonPlugin, Plugin

public interface AsyncHttpServerPlugin
extends HttpServerCommonPlugin

非同期レスポンスHttpサーバ用プラグイン

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

メソッドの概要
 void httpConnected(AsyncHttpEvent event, AsyncTrigger trigger)
          HTTP接続が発生した際に呼ばれる
 void httpDisconnected(AsyncHttpEvent event)
          HTTP接続が切断した際に可能な限り呼ばれる 信頼度低
 
インタフェース jp.maru.liquid.plugin.HttpServerCommonPlugin から継承されたメソッド
getBindURI, setBindURI
 
インタフェース jp.maru.liquid.plugin.Plugin から継承されたメソッド
init
 

メソッドの詳細

httpConnected

void httpConnected(AsyncHttpEvent event,
                   AsyncTrigger trigger)
HTTP接続が発生した際に呼ばれる

パラメータ:
event - イベント

httpDisconnected

void httpDisconnected(AsyncHttpEvent event)
HTTP接続が切断した際に可能な限り呼ばれる 信頼度低

パラメータ:
event - イベント