Java io.netty.handler.ssl ClientAuth fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.ssl ClientAuth fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.ssl ClientAuth.

The text is from its open source code.

Field

ClientAuthNONE
Indicates that the javax.net.ssl.SSLEngine will not request client authentication.
ClientAuthOPTIONAL
Indicates that the javax.net.ssl.SSLEngine will request client authentication.
ClientAuthREQUIRE
Indicates that the javax.net.ssl.SSLEngine will *require* client authentication.