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
Subclasses with type arguments of type HttpConnection.State in org.glassfish.jersey.jdk.connector.internalFields 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.StateReturns 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 voidHttpConnection.changeState(HttpConnection.State newState) private voidDestinationConnectionPool.handleIllegalStateTransition(HttpConnection.State oldState, HttpConnection.State newState) voidDestinationConnectionPool.ConnectionStateListener.onStateChanged(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState) voidHttpConnection.StateChangeListener.onStateChanged(HttpConnection connection, HttpConnection.State oldState, HttpConnection.State newState)