| Package | Description |
|---|---|
| io.selendroid.server.common |
| Modifier and Type | Method and Description |
|---|---|
static StatusCode |
StatusCode.fromInteger(Integer code) |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SelendroidResponse(String sessionId,
StatusCode status,
org.json.JSONObject value) |
SelendroidResponse(String sessionId,
StatusCode status,
Object value) |
SelendroidResponse(String sessionId,
StatusCode status,
Throwable e) |
Copyright © 2015. All rights reserved.