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 ResourceType |
resourceType()
Returns the type of the requested resource.
|
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 ResourceType resourceType()
default Certificate certificate()