Uses of Enum Class
com.teamdev.jxbrowser.cast.rpc.ResultCode
Packages that use ResultCode
Package
Description
-
Uses of ResultCode in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return ResultCodeModifier and TypeMethodDescriptionCastSessionStartFailedException.code()
The error code obtained from Chromium.Constructors in com.teamdev.jxbrowser.cast with parameters of type ResultCodeModifierConstructorDescriptionCastSessionStartFailedException
(String message, ResultCode code) Initializes a new instance ofCastSessionStartFailedException
. -
Uses of ResultCode in com.teamdev.jxbrowser.cast.event
Methods in com.teamdev.jxbrowser.cast.event that return ResultCodeModifier and TypeMethodDescriptiondefault ResultCode
CastSessionStartFailed.code()
The error code obtained from Chromium. -
Uses of ResultCode in com.teamdev.jxbrowser.cast.rpc
Methods in com.teamdev.jxbrowser.cast.rpc that return ResultCodeModifier 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.Methods in com.teamdev.jxbrowser.cast.rpc that return types with arguments of type ResultCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ResultCode>
ResultCode.internalGetValueMap()