public static class JBCefJSQuery.Response
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_CODE_SUCCESS |
| Constructor and Description |
|---|
Response(java.lang.String response) |
Response(java.lang.String response,
int errCode,
java.lang.String errMsg) |
| Modifier and Type | Method and Description |
|---|---|
int |
errCode() |
java.lang.String |
errMsg() |
boolean |
hasResponse() |
boolean |
isSuccess() |
java.lang.String |
response() |
public static final int ERR_CODE_SUCCESS