Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
oracle.wsc.android.constants |
Common constants.
|
oracle.wsc.android.session |
Session API.
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
Cause.getStatusCode()
Gets the status code if available.
|
Constructor and Description |
---|
Cause(StatusCode statusCode)
Constructor.
|
Cause(StatusCode statusCode,
Map<String,?> extHeaders)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static StatusCode |
StatusCode.getByCode(int code)
Get StatusCode by value.
|
static StatusCode |
StatusCode.getStatusCode(oracle.wsc.android.data.Frame frame)
Extract the frame status code to
StatusCode enum. |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WSCSession.ConnectionCallback.onFailure(StatusCode statusCode)
Connect error.
|