Package | Description |
---|---|
com.teamdev.jxbrowser.cast | |
com.teamdev.jxbrowser.cast.event | |
com.teamdev.jxbrowser.cast.rpc |
Modifier and Type | Method and Description |
---|---|
ResultCode |
CastSessionStartFailedException.code()
The error code obtained from Chromium.
|
Constructor and Description |
---|
CastSessionStartFailedException(java.lang.String message,
ResultCode code)
Initializes a new instance of
CastSessionStartFailedException . |
Modifier and Type | Method and Description |
---|---|
default ResultCode |
CastSessionStartFailed.code()
The error code obtained from Chromium.
|
Modifier and Type | Method and Description |
---|---|
static ResultCode |
ResultCode.forNumber(int value) |
static ResultCode |
ResultCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ResultCode |
ResultCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ResultCode |
ResultCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultCode[] |
ResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ResultCode> |
ResultCode.internalGetValueMap() |