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

java.lang.Object
  上位を拡張 jp.maru.liquid.kernel.modules.http.NestedEventListener
すべての実装されたインタフェース:
org.apache.http.nio.protocol.EventListener

public class NestedEventListener
extends java.lang.Object
implements org.apache.http.nio.protocol.EventListener


フィールドの概要
private  java.util.List<org.apache.http.nio.protocol.EventListener> _listeners
           
private static org.slf4j.Logger logger
           
 
コンストラクタの概要
NestedEventListener()
           
 
メソッドの概要
 void addEventListener(org.apache.http.nio.protocol.EventListener listener)
           
 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
 

フィールドの詳細

logger

private static final org.slf4j.Logger logger

_listeners

private java.util.List<org.apache.http.nio.protocol.EventListener> _listeners
コンストラクタの詳細

NestedEventListener

public NestedEventListener()
メソッドの詳細

addEventListener

public void addEventListener(org.apache.http.nio.protocol.EventListener listener)

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