public interface ConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
closed(Connection connection) |
void |
exception(Connection connection,
ConnectionException exception) |
void |
opened(Connection connection) |
boolean |
redirect(String host,
List<Object> knownHosts) |
void opened(Connection connection)
void exception(Connection connection, ConnectionException exception)
void closed(Connection connection)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.