Package io.vertx.mutiny.ext.web.handler
Class PlatformHandler.PlatformHandlerImpl
java.lang.Object
io.vertx.mutiny.ext.web.handler.PlatformHandler.PlatformHandlerImpl
- All Implemented Interfaces:
MutinyDelegate,io.vertx.core.Handler<RoutingContext>,PlatformHandler,Consumer<RoutingContext>
- Enclosing interface:
- PlatformHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vertx.mutiny.ext.web.handler.PlatformHandler
PlatformHandler.PlatformHandlerImpl -
Constructor Summary
ConstructorsConstructorDescriptionPlatformHandlerImpl(io.vertx.ext.web.handler.PlatformHandler delegate) Create a new instance ofPlatformHandler.PlatformHandlerImpldelegating to the given (non-null) instance ofPlatformHandler. -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RoutingContext item) Handle an item.io.vertx.ext.web.handler.PlatformHandlerGet the delegate instance.voidhandle(RoutingContext item) Handle an item.
-
Constructor Details
-
PlatformHandlerImpl
public PlatformHandlerImpl(io.vertx.ext.web.handler.PlatformHandler delegate) Create a new instance ofPlatformHandler.PlatformHandlerImpldelegating to the given (non-null) instance ofPlatformHandler.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.PlatformHandler 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 interfaceMutinyDelegate- Specified by:
getDelegatein interfacePlatformHandler- Returns:
- the delegate instance
-
accept
Handle an item. This method is generated from theoriginalmethod."- Specified by:
acceptin interfaceConsumer<RoutingContext>- Specified by:
acceptin interfacePlatformHandler
-
handle
Handle an item. This method is generated from theoriginalmethod."- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>- Specified by:
handlein interfacePlatformHandler
-