| Package | Description |
|---|---|
| com.teamdev.jxbrowser.navigation.callback |
The navigation callbacks.
|
| com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
| Modifier and Type | Method and Description |
|---|---|
default HttpStatus |
ShowHttpErrorPageCallback.Params.httpStatus()
Returns an
Optional that contains error code of the failed request converted to
HttpStatus if such conversion is valid, otherwise an empty Optional. |
| Modifier and Type | Method and Description |
|---|---|
default HttpStatus |
UrlRequestJob.Options.httpStatus()
Returns the HTTP status code.
|
static HttpStatus |
HttpStatus.of(int value)
Returns the
HttpStatus instance for the given value. |
| Modifier and Type | Method and Description |
|---|---|
static UrlRequestJob.Options.Builder |
UrlRequestJob.Options.newBuilder(UrlRequest.Id urlRequestId,
HttpStatus httpStatus)
Creates a new
UrlRequestJob builder with the given required parameters. |