Class ProxyHandler
java.lang.Object
io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- All Implemented Interfaces:
Handler<RoutingContext>, io.vertx.lang.rx.RxDelegate
public class ProxyHandler
extends Object
implements io.vertx.lang.rx.RxDelegate, Handler<RoutingContext>
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProxyHandlerstatic ProxyHandlerbooleanvoidhandle(RoutingContext event) Something has happened, so handle it.inthashCode()static ProxyHandlernewInstance(ProxyHandler arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ProxyHandler
-
ProxyHandler
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
handle
Something has happened, so handle it.- Specified by:
handlein interfaceHandler<RoutingContext>- Parameters:
event- the event to handle
-
create
-
create
-
newInstance
-