Class ProxyHandler
java.lang.Object
io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- All Implemented Interfaces:
Handler<RoutingContext>,RxDelegate
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
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
handle
Something has happened, so handle it.- Specified by:
handlein interfaceHandler<RoutingContext>- Parameters:
event- the event to handle
-
create
-
create
-
newInstance
-