Interface HttpConnection.StateChangeListener
- All Known Implementing Classes:
DestinationConnectionPool.ConnectionStateListener
- Enclosing class:
- HttpConnection
static interface HttpConnection.StateChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStateChanged
(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState)
-
Method Details
-
onStateChanged
void onStateChanged(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState)
-