org.apache.http.nio.protocol
Interface EventListener
public interface EventListener
Event listener used by HTTP protocol layer to report fatal
exceptions and events that may need to be logged.
- Author:
- Oleg Kalnichevski
fatalIOException
void fatalIOException(java.io.IOException ex,
NHttpConnection conn)
fatalProtocolException
void fatalProtocolException(HttpException ex,
NHttpConnection conn)
connectionOpen
void connectionOpen(NHttpConnection conn)
connectionClosed
void connectionClosed(NHttpConnection conn)
connectionTimeout
void connectionTimeout(NHttpConnection conn)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.