Uses of Enum Class
com.teamdev.jxbrowser.net.ResourceType
Package
Description
Contains classes and interfaces for working with network.
-
Uses of ResourceType in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic ResourceType
ResourceType.forNumber
(int value) default ResourceType
UrlRequest.resourceType()
Returns the type of the resource the request is loading.static ResourceType
ResourceType.valueOf
(int value) Deprecated.static ResourceType
ResourceType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ResourceType
Returns the enum constant of this class with the specified name.static ResourceType[]
ResourceType.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<ResourceType>
ResourceType.internalGetValueMap()