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)
fatalProtocolException
void fatalProtocolException(org.apache.http.HttpException ex)
connectionOpen
void connectionOpen(java.net.InetAddress address)
connectionClosed
void connectionClosed(java.net.InetAddress address)
connectionTimeout
void connectionTimeout(java.net.InetAddress address)
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.