-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class SecurityEvent.CertificateErrorEvent extends SecurityEvent
There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the
handleCertificateErrorcommand. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.
-
-
Constructor Summary
Constructors Constructor Description CertificateErrorEvent(Integer eventId, String errorType, String requestURL)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Stringcomponent3()final SecurityEvent.CertificateErrorEventcopy(Integer eventId, String errorType, String requestURL)final IntegergetEventId()The ID of the event. final StringgetErrorType()The type of the error. final StringgetRequestURL()The url that was requested. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final SecurityEvent.CertificateErrorEvent copy(Integer eventId, String errorType, String requestURL)
-
getEventId
final Integer getEventId()
The ID of the event.
-
getErrorType
final String getErrorType()
The type of the error.
-
getRequestURL
final String getRequestURL()
The url that was requested.
-
-
-
-