Package | Description |
---|---|
org.glassfish.jersey.jdk.connector.internal |
Jersey Jdk
connector internal classes. |
Modifier and Type | Field and Description |
---|---|
(package private) HttpConnection.State |
HttpConnection.state |
Modifier and Type | Method and Description |
---|---|
static HttpConnection.State |
HttpConnection.State.valueOf(java.lang.String name)
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.
|
Modifier and Type | Method and Description |
---|---|
private void |
HttpConnection.changeState(HttpConnection.State newState) |
private void |
DestinationConnectionPool.handleIllegalStateTransition(HttpConnection.State oldState,
HttpConnection.State newState) |
void |
HttpConnection.StateChangeListener.onStateChanged(HttpConnection connection,
HttpConnection.State oldState,
HttpConnection.State newState) |
void |
DestinationConnectionPool.ConnectionStateListener.onStateChanged(HttpConnection connection,
HttpConnection.State oldState,
HttpConnection.State newState) |