Package io.vertx.mutiny.ext.web.handler
Class AuthenticationHandler.AuthenticationHandlerImpl
java.lang.Object
io.vertx.mutiny.ext.web.handler.AuthenticationHandler.AuthenticationHandlerImpl
- All Implemented Interfaces:
MutinyDelegate,io.vertx.core.Handler<RoutingContext>,AuthenticationHandler,Consumer<RoutingContext>
- Enclosing interface:
- AuthenticationHandler
public static class AuthenticationHandler.AuthenticationHandlerImpl
extends Object
implements AuthenticationHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
AuthenticationHandler.AuthenticationHandlerImpl -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationHandlerImpl(io.vertx.ext.web.handler.AuthenticationHandler delegate) Create a new instance ofAuthenticationHandler.AuthenticationHandlerImpldelegating to the given (non-null) instance ofAuthenticationHandler. -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RoutingContext item) Handle an item.io.vertx.ext.web.handler.AuthenticationHandlerGet the delegate instance.voidhandle(RoutingContext item) Handle an item.
-
Constructor Details
-
AuthenticationHandlerImpl
public AuthenticationHandlerImpl(io.vertx.ext.web.handler.AuthenticationHandler delegate) Create a new instance ofAuthenticationHandler.AuthenticationHandlerImpldelegating to the given (non-null) instance ofAuthenticationHandler.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.AuthenticationHandler getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceAuthenticationHandler- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
accept
Handle an item. This method is generated from theoriginalmethod."- Specified by:
acceptin interfaceAuthenticationHandler- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
handle
Handle an item. This method is generated from theoriginalmethod."- Specified by:
handlein interfaceAuthenticationHandler- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>
-