| Package | Description | 
|---|---|
| io.netty.handler.ssl | SSL ·
 TLS implementation based on  SSLEngine | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClientAuth | ClientAuth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ClientAuth[] | ClientAuth. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| SslContextBuilder | SslContextBuilder. clientAuth(ClientAuth clientAuth)Sets the client authentication mode. | 
| Constructor and Description | 
|---|
| JdkSslContext(javax.net.ssl.SSLContext sslContext,
             boolean isClient,
             ClientAuth clientAuth)Creates a new  JdkSslContextfrom a pre-configuredSSLContext. | 
| JdkSslContext(javax.net.ssl.SSLContext sslContext,
             boolean isClient,
             java.lang.Iterable<java.lang.String> ciphers,
             CipherSuiteFilter cipherFilter,
             ApplicationProtocolConfig apn,
             ClientAuth clientAuth)Creates a new  JdkSslContextfrom a pre-configuredSSLContext. | 
Copyright © 2008–2018 The Netty Project. All rights reserved.