Class ProxyHandler
java.lang.Object
io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
- All Implemented Interfaces:
MutinyDelegate,io.vertx.core.Handler<RoutingContext>,Consumer<RoutingContext>
public class ProxyHandler
extends Object
implements io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>, MutinyDelegate
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface.- See Also:
-
ProxyHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyHandler(io.vertx.ext.web.proxy.handler.ProxyHandler delegate) Create a new instance ofProxyHandlerdelegating to the given (non-null) instance ofProxyHandler.ProxyHandler(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RoutingContext item) Handle an item.static ProxyHandlerstatic ProxyHandlerbooleanio.vertx.ext.web.proxy.handler.ProxyHandlerGet the delegate instance.voidhandle(RoutingContext item) Handle an item.inthashCode()static ProxyHandlernewInstance(io.vertx.ext.web.proxy.handler.ProxyHandler delegate) Creates a new instance of theProxyHandler.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ProxyHandler
public ProxyHandler(io.vertx.ext.web.proxy.handler.ProxyHandler delegate) Create a new instance ofProxyHandlerdelegating to the given (non-null) instance ofProxyHandler. -
ProxyHandler
-
-
Method Details
-
accept
Handle an item. This method is generated from theoriginalmethod."- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
handle
Handle an item. This method is generated from theoriginalmethod."- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>
-
getDelegate
public io.vertx.ext.web.proxy.handler.ProxyHandler 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- Returns:
- the delegate instance
-
create
-
create
-
newInstance
Creates a new instance of theProxyHandler. -
hashCode
public int hashCode() -
equals
-
toString
-