| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
| com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
| com.teamdev.jxbrowser.navigation.event |
The navigation events.
|
| 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 |
|---|---|
default NetError |
CertificateErrorCallback.Params.error()
Returns the network error code which describes the reason of the certificate error.
|
| Modifier and Type | Method and Description |
|---|---|
NetError |
NavigationException.netError()
Returns the network error code that describes the reason of the navigation failure.
|
| Constructor and Description |
|---|
NavigationException(java.lang.String message,
NetError netError)
Constructs a
NavigationException with the given detail message and netError. |
| Modifier and Type | Method and Description |
|---|---|
default NetError |
FrameLoadFailed.error()
Returns the navigation error.
|
default NetError |
NavigationFinished.error()
Returns the navigation error in case the navigation has failed.
|
| Modifier and Type | Method and Description |
|---|---|
static NetError |
NetError.forNumber(int value) |
static NetError |
NetError.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetError |
NetError.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetError |
NetError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetError[] |
NetError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default NetError |
RequestCompleted.errorCode()
Returns the URL request error code.
|