public static interface ShowNetErrorPageCallback.Response
ShowNetErrorPageCallback.| Modifier and Type | Method and Description |
|---|---|
static ShowNetErrorPageCallback.Response |
show(java.lang.String html)
Notifies the browser that it should display a network error page with the given HTML.
|
static ShowNetErrorPageCallback.Response |
showDefault()
Notifies the browser that it should display the default network error page.
|
static ShowNetErrorPageCallback.Response show(java.lang.String html)
html - the HTML code of the network error page to displayjava.lang.IllegalArgumentException - when the given html is emptystatic ShowNetErrorPageCallback.Response showDefault()