| Package | Description | 
|---|---|
| io.netty.handler.ssl.ocsp | 
 Certificate validation using OCSP 
 | 
| io.netty.resolver.dns | 
 An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
 which supports the queries of an arbitrary DNS record type as well. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static DnsNameResolver | 
OcspServerCertificateValidator.createDefaultResolver(IoTransport ioTransport)  | 
| Constructor and Description | 
|---|
OcspServerCertificateValidator(boolean closeAndThrowIfNotValid,
                              boolean validateNonce,
                              IoTransport ioTransport,
                              DnsNameResolver dnsNameResolver)
Create a new  
IoTransport instance | 
OcspServerCertificateValidator(boolean validateNonce,
                              IoTransport ioTransport,
                              DnsNameResolver dnsNameResolver)
Create a new  
IoTransport instance with OcspServerCertificateValidator.closeAndThrowIfNotValid set to true | 
| Modifier and Type | Method and Description | 
|---|---|
DnsNameResolver | 
DnsNameResolverBuilder.build()
Returns a new  
DnsNameResolver instance. | 
Copyright © 2008–2025 The Netty Project. All rights reserved.