Uses of Enum
org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
Packages that use HttpConnection.State
-
Uses of HttpConnection.State in org.glassfish.jersey.jdk.connector.internal
Fields in org.glassfish.jersey.jdk.connector.internal declared as HttpConnection.StateMethods in org.glassfish.jersey.jdk.connector.internal that return HttpConnection.StateModifier and TypeMethodDescriptionstatic HttpConnection.State
Returns the enum constant of this type with the specified name.static HttpConnection.State[]
HttpConnection.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.jdk.connector.internal with parameters of type HttpConnection.StateModifier and TypeMethodDescriptionprivate void
HttpConnection.changeState
(HttpConnection.State newState) private void
DestinationConnectionPool.handleIllegalStateTransition
(HttpConnection.State oldState, HttpConnection.State newState) void
DestinationConnectionPool.ConnectionStateListener.onStateChanged
(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState) void
HttpConnection.StateChangeListener.onStateChanged
(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState)