Uses of Enum Class
com.teamdev.jxbrowser.net.UrlRequestStatus
Package
Description
Contains classes and interfaces for working with network.
The network service events.
-
Uses of UrlRequestStatus in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic UrlRequestStatus
UrlRequestStatus.forNumber
(int value) static UrlRequestStatus
UrlRequestStatus.valueOf
(int value) Deprecated.static UrlRequestStatus
UrlRequestStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static UrlRequestStatus
Returns 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UrlRequestStatus>
UrlRequestStatus.internalGetValueMap()
-
Uses of UrlRequestStatus in com.teamdev.jxbrowser.net.event
Modifier and TypeMethodDescriptiondefault UrlRequestStatus
RequestCompleted.status()
Returns the status of the URL request.