Uses of Interface
org.glassfish.jersey.jdk.connector.internal.HttpConnection.StateChangeListener
-
Packages that use HttpConnection.StateChangeListener Package Description org.glassfish.jersey.jdk.connector.internal Jersey Jdkconnectorinternal classes. -
-
Uses of HttpConnection.StateChangeListener in org.glassfish.jersey.jdk.connector.internal
Classes in org.glassfish.jersey.jdk.connector.internal that implement HttpConnection.StateChangeListener Modifier and Type Class Description private classDestinationConnectionPool.ConnectionStateListenerFields in org.glassfish.jersey.jdk.connector.internal declared as HttpConnection.StateChangeListener Modifier and Type Field Description private HttpConnection.StateChangeListenerHttpConnection. stateListenerConstructors in org.glassfish.jersey.jdk.connector.internal with parameters of type HttpConnection.StateChangeListener Constructor Description HttpConnection(java.net.URI uri, java.net.CookieManager cookieManager, ConnectorConfiguration configuration, java.util.concurrent.ScheduledExecutorService scheduler, HttpConnection.StateChangeListener stateListener)
-