Class DestinationConnectionPool.ConnectionStateListener
java.lang.Object
org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.ConnectionStateListener
- All Implemented Interfaces:
HttpConnection.StateChangeListener
- Enclosing class:
- DestinationConnectionPool
private class DestinationConnectionPool.ConnectionStateListener
extends Object
implements HttpConnection.StateChangeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onStateChanged
(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState)
-
Constructor Details
-
ConnectionStateListener
private ConnectionStateListener()
-
-
Method Details
-
onStateChanged
public void onStateChanged(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState) - Specified by:
onStateChanged
in interfaceHttpConnection.StateChangeListener
-