public interface LoadListenerClient
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTION_REFUSED
An error code indicating that the connection was refused by the server.
|
static int |
CONNECTION_RESET
An error code indicating that the connection was reset by the server.
|
static int |
CONNECTION_TIMED_OUT
An error code indicating that the connection timed out.
|
static int |
CONTENT_RECEIVED |
static int |
CONTENTTYPE_RECEIVED |
static int |
DOCUMENT_AVAILABLE |
static int |
FILE_NOT_FOUND
An error code indicating that the requested local file was not found.
|
static int |
ICON_RECEIVED |
static int |
INVALID_RESPONSE
An error code indicating that the server response was invalid.
|
static int |
LOAD_FAILED |
static int |
LOAD_STOPPED |
static int |
MALFORMED_URL
An error code indicating that the URL was malformed or illegal.
|
static int |
NO_ROUTE_TO_HOST
An error code indicating that there was no route to the host.
|
static int |
PAGE_FINISHED |
static int |
PAGE_REDIRECTED |
static int |
PAGE_REPLACED |
static int |
PAGE_STARTED |
static int |
PERMISSION_DENIED
An error code indicating that the client was denied permission
to initiate connection to the server.
|
static int |
PROGRESS_CHANGED |
static int |
RESOURCE_FAILED |
static int |
RESOURCE_FINISHED |
static int |
RESOURCE_REDIRECTED |
static int |
RESOURCE_STARTED |
static int |
SSL_HANDSHAKE
An error code indicating that the SSL handshake failed.
|
static int |
TITLE_RECEIVED |
static int |
TOO_MANY_REDIRECTS
An error code indicating that too many redirects were encountered
while processing the request.
|
static int |
UNKNOWN_ERROR
An error code indicating that an unknown error occurred.
|
static int |
UNKNOWN_HOST
An error code indicating that the host name couldn't be resolved.
|
Modifier and Type | Method and Description |
---|---|
void |
dispatchLoadEvent(long frame,
int state,
String url,
String contentType,
double progress,
int errorCode) |
void |
dispatchResourceLoadEvent(long frame,
int state,
String url,
String contentType,
double progress,
int errorCode) |
@Native static final int PAGE_STARTED
@Native static final int PAGE_FINISHED
@Native static final int PAGE_REDIRECTED
@Native static final int PAGE_REPLACED
@Native static final int LOAD_FAILED
@Native static final int LOAD_STOPPED
@Native static final int CONTENT_RECEIVED
@Native static final int TITLE_RECEIVED
@Native static final int ICON_RECEIVED
@Native static final int CONTENTTYPE_RECEIVED
@Native static final int DOCUMENT_AVAILABLE
@Native static final int RESOURCE_STARTED
@Native static final int RESOURCE_REDIRECTED
@Native static final int RESOURCE_FINISHED
@Native static final int RESOURCE_FAILED
@Native static final int PROGRESS_CHANGED
@Native static final int UNKNOWN_HOST
@Native static final int MALFORMED_URL
@Native static final int SSL_HANDSHAKE
@Native static final int CONNECTION_REFUSED
@Native static final int CONNECTION_RESET
@Native static final int NO_ROUTE_TO_HOST
@Native static final int CONNECTION_TIMED_OUT
@Native static final int PERMISSION_DENIED
@Native static final int INVALID_RESPONSE
@Native static final int TOO_MANY_REDIRECTS
@Native static final int FILE_NOT_FOUND
@Native static final int UNKNOWN_ERROR
Copyright © 2020. All rights reserved.