public interface ShowHttpErrorPageCallback extends NavigationSyncCallback<ShowHttpErrorPageCallback.Params,ShowHttpErrorPageCallback.Response>
Use ShowHttpErrorPageCallback.Response.show(String)
to show the custom error page with the given HTML.
Use ShowHttpErrorPageCallback.Response.showDefault()
to display the default Chromium error page.
Important: the engine will be blocked until you return control from the callback.
Modifier and Type | Interface and Description |
---|---|
static interface |
ShowHttpErrorPageCallback.Params |
static interface |
ShowHttpErrorPageCallback.Response
A response for
ShowHttpErrorPageCallback . |
on