Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Method and Description |
---|---|
default ResourceType |
CertificateErrorCallback.Params.resourceType()
Returns the type of the requested resource.
|
Modifier and Type | Method and Description |
---|---|
static ResourceType |
ResourceType.forNumber(int value) |
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 |
---|---|
default ResourceType |
LoadResourceCallback.Params.resourceType()
Returns the type of the resource the request is going to load.
|