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 TypeMethodDescriptionvoid
accept
(RoutingContext item) static ProxyHandler
static ProxyHandler
boolean
io.vertx.ext.web.proxy.handler.ProxyHandler
void
handle
(RoutingContext arg0) int
hashCode()
static ProxyHandler
newInstance
(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:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
handle
- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
-
create
-
create
-
accept
- Specified by:
accept
in interfaceConsumer<RoutingContext>
-
newInstance
-