Uses of Enum Class
com.teamdev.jxbrowser.cast.ResultCode
Packages that use ResultCode
Package
Description
This package contains classes, that allow managing the screencast process.
The screencast events.
-
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.static ResultCodeResultCode.forNumber(int value) static ResultCodeResultCode.valueOf(int value) Deprecated.static ResultCodeResultCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ResultCodeReturns 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 that return types with arguments of type ResultCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ResultCode>ResultCode.internalGetValueMap()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 ResultCodeCastSessionStartFailed.code()The error code obtained from Chromium.