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 java.lang.Object implements HttpConnection.StateChangeListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ConnectionStateListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onStateChanged(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState)
-
-
-
Method Detail
-
onStateChanged
public void onStateChanged(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState)
- Specified by:
onStateChanged
in interfaceHttpConnection.StateChangeListener
-
-