Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
Modifier and Type | Method and Description |
---|---|
static ResourceType |
ResourceType.forNumber(int value) |
default ResourceType |
UrlRequest.resourceType()
Returns the type of the resource the request is loading.
|
static ResourceType |
ResourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ResourceType |
ResourceType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ResourceType |
ResourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ResourceType> |
ResourceType.internalGetValueMap() |