Package | Description |
---|---|
org.restlet.ext.nio.internal.connection | |
org.restlet.ext.nio.internal.state |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
Connection.getState()
Returns the state of the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.setState(ConnectionState state)
Sets the state of the connection.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2019. All rights reserved.