Java io.vertx.core.http ClientAuth fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.http ClientAuth fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.http ClientAuth.

The text is from its open source code.

Field

ClientAuthNONE
No client authentication is requested or required.
ClientAuthREQUEST
Accept authentication if presented by client.
ClientAuthREQUIRED
Require client to present authentication, if not presented then negotiations will be declined.