public static interface CertificateErrorCallback.Params
CertificateErrorCallback
.Modifier and Type | Method and Description |
---|---|
default Certificate |
certificate()
Returns the SSL certificate bound to the request which the certificate error occurred
in.
|
default NetError |
error()
Returns the network error code which describes the reason of the certificate error.
|
default boolean |
isMainFrame()
Indicates whether the navigation is taking place in the main frame.
|
default java.lang.String |
url()
Returns a string that represents the URL of the request that required the client
certificate selection.
|
default NetError error()
default java.lang.String url()
default boolean isMainFrame()
default Certificate certificate()