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 MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyHandler(io.vertx.ext.web.proxy.handler.ProxyHandler delegate) ProxyHandler(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RoutingContext item) static ProxyHandlerstatic ProxyHandlerbooleanio.vertx.ext.web.proxy.handler.ProxyHandlervoidhandle(RoutingContext arg0) inthashCode()static ProxyHandlernewInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ProxyHandler
public ProxyHandler(io.vertx.ext.web.proxy.handler.ProxyHandler delegate) -
ProxyHandler
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.proxy.handler.ProxyHandler getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
handle
- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>
-
create
-
create
-
accept
- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
newInstance
-