| Package | Description |
|---|---|
| com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
| com.teamdev.jxbrowser.net.event |
The network service events.
|
| Modifier and Type | Method and Description |
|---|---|
static UrlRequestStatus |
UrlRequestStatus.forNumber(int value) |
static UrlRequestStatus |
UrlRequestStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UrlRequestStatus |
UrlRequestStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UrlRequestStatus |
UrlRequestStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UrlRequestStatus[] |
UrlRequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default UrlRequestStatus |
RequestCompleted.status()
Returns the status of the URL request.
|