Uses of Enum Class
com.teamdev.jxbrowser.net.UrlRequestStatus
Packages that use UrlRequestStatus
Package
Description
Contains classes and interfaces for working with network.
The network service events.
-
Uses of UrlRequestStatus in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return UrlRequestStatusModifier and TypeMethodDescriptionstatic UrlRequestStatusUrlRequestStatus.forNumber(int value) static UrlRequestStatusUrlRequestStatus.valueOf(int value) Deprecated.static UrlRequestStatusUrlRequestStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static UrlRequestStatusReturns the enum constant of this class with the specified name.static UrlRequestStatus[]UrlRequestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.net that return types with arguments of type UrlRequestStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UrlRequestStatus>UrlRequestStatus.internalGetValueMap() -
Uses of UrlRequestStatus in com.teamdev.jxbrowser.net.event
Methods in com.teamdev.jxbrowser.net.event that return UrlRequestStatusModifier and TypeMethodDescriptiondefault UrlRequestStatusRequestCompleted.status()Returns the status of the URL request.