Package | Description |
---|---|
com.caucho.network.proxy |
Modifier and Type | Method and Description |
---|---|
ProxyResult.ProxyStatus |
ProxyResult.getStatus() |
static ProxyResult.ProxyStatus |
ProxyResult.ProxyStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyResult.ProxyStatus[] |
ProxyResult.ProxyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyResult.setStatus(ProxyResult.ProxyStatus status) |
Constructor and Description |
---|
ProxyResult(ProxyResult.ProxyStatus status,
boolean keepAlive) |
ProxyResult(ProxyResult.ProxyStatus status,
boolean keepAlive,
java.lang.String failureMessage) |