Uses of Enum Class
com.teamdev.jxbrowser.cast.rpc.ResultCode
Package
Description
-
Uses of ResultCode in com.teamdev.jxbrowser.cast
Modifier and TypeMethodDescriptionCastSessionStartFailedException.code()
The error code obtained from Chromium.ModifierConstructorDescriptionCastSessionStartFailedException
(String message, ResultCode code) Initializes a new instance ofCastSessionStartFailedException
. -
Uses of ResultCode in com.teamdev.jxbrowser.cast.event
Modifier and TypeMethodDescriptiondefault ResultCode
CastSessionStartFailed.code()
The error code obtained from Chromium. -
Uses of ResultCode in com.teamdev.jxbrowser.cast.rpc
Modifier and TypeMethodDescriptionstatic ResultCode
ResultCode.forNumber
(int value) static ResultCode
ResultCode.valueOf
(int value) Deprecated.static ResultCode
ResultCode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ResultCode
Returns the enum constant of this class with the specified name.static ResultCode[]
ResultCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ResultCode>
ResultCode.internalGetValueMap()