Class BasicAuthHandler

java.lang.Object
io.vertx.reactivex.ext.web.handler.BasicAuthHandler
All Implemented Interfaces:
Handler<RoutingContext>, RxDelegate, AuthenticationHandler

public class BasicAuthHandler extends Object implements RxDelegate, AuthenticationHandler, Handler<RoutingContext>
An auth handler that provides HTTP Basic Authentication support.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.