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

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

 class AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl.AsyncEventListener
extends java.lang.Object
implements org.apache.http.nio.protocol.EventListener


コンストラクタの概要
AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl.AsyncEventListener()
           
 
メソッドの概要
 void connectionClosed(org.apache.http.nio.NHttpConnection conn)
           
 void connectionOpen(org.apache.http.nio.NHttpConnection conn)
           
 void connectionTimeout(org.apache.http.nio.NHttpConnection conn)
           
 void fatalIOException(java.io.IOException ex, org.apache.http.nio.NHttpConnection conn)
           
 void fatalProtocolException(org.apache.http.HttpException ex, org.apache.http.nio.NHttpConnection conn)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl.AsyncEventListener

AsyncHttpServerModule.AsyncNHttpRequestHandlerImpl.AsyncEventListener()
メソッドの詳細

connectionOpen

public void connectionOpen(org.apache.http.nio.NHttpConnection conn)
定義:
インタフェース org.apache.http.nio.protocol.EventListener 内の connectionOpen

connectionTimeout

public void connectionTimeout(org.apache.http.nio.NHttpConnection conn)
定義:
インタフェース org.apache.http.nio.protocol.EventListener 内の connectionTimeout

connectionClosed

public void connectionClosed(org.apache.http.nio.NHttpConnection conn)
定義:
インタフェース org.apache.http.nio.protocol.EventListener 内の connectionClosed

fatalIOException

public void fatalIOException(java.io.IOException ex,
                             org.apache.http.nio.NHttpConnection conn)
定義:
インタフェース org.apache.http.nio.protocol.EventListener 内の fatalIOException

fatalProtocolException

public void fatalProtocolException(org.apache.http.HttpException ex,
                                   org.apache.http.nio.NHttpConnection conn)
定義:
インタフェース org.apache.http.nio.protocol.EventListener 内の fatalProtocolException