| Package | Description |
|---|---|
| com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
static VerifyCertificateCallback.Response |
VerifyCertificateCallback.Response.defaultAction()
Notifies the engine that the engine itself must verify the certificate.
|
static VerifyCertificateCallback.Response |
VerifyCertificateCallback.Response.invalid(CertVerificationStatus... verificationStatuses)
Notifies the engine that the given certificate is invalid with the specific
verificationStatus. |
static VerifyCertificateCallback.Response |
VerifyCertificateCallback.Response.valid()
Notifies the engine that the given certificate is valid.
|