com.espertech.esperio.http
Class EventLogger

java.lang.Object
  extended by com.espertech.esperio.http.EventLogger
All Implemented Interfaces:
org.apache.http.nio.protocol.EventListener

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


Constructor Summary
EventLogger()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogger

public EventLogger()
Method Detail

connectionOpen

public void connectionOpen(org.apache.http.nio.NHttpConnection conn)
Specified by:
connectionOpen in interface org.apache.http.nio.protocol.EventListener

connectionTimeout

public void connectionTimeout(org.apache.http.nio.NHttpConnection conn)
Specified by:
connectionTimeout in interface org.apache.http.nio.protocol.EventListener

connectionClosed

public void connectionClosed(org.apache.http.nio.NHttpConnection conn)
Specified by:
connectionClosed in interface org.apache.http.nio.protocol.EventListener

fatalIOException

public void fatalIOException(java.io.IOException ex,
                             org.apache.http.nio.NHttpConnection conn)
Specified by:
fatalIOException in interface org.apache.http.nio.protocol.EventListener

fatalProtocolException

public void fatalProtocolException(org.apache.http.HttpException ex,
                                   org.apache.http.nio.NHttpConnection conn)
Specified by:
fatalProtocolException in interface org.apache.http.nio.protocol.EventListener

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com