com.espertech.esperio.http
Class EventLogger
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventLogger
public EventLogger()
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