Uses of Interface
io.vertx.core.net.endpoint.ServerInteraction
-
Packages that use ServerInteraction Package Description io.vertx.core.net.endpoint io.vertx.reactivex.core.net.endpoint io.vertx.rxjava3.core.net.endpoint -
-
Uses of ServerInteraction in io.vertx.core.net.endpoint
Methods in io.vertx.core.net.endpoint that return ServerInteraction Modifier and Type Method Description ServerInteraction
ServerEndpoint. newInteraction()
Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics. -
Uses of ServerInteraction in io.vertx.reactivex.core.net.endpoint
Methods in io.vertx.reactivex.core.net.endpoint that return ServerInteraction Modifier and Type Method Description ServerInteraction
ServerInteraction. getDelegate()
Methods in io.vertx.reactivex.core.net.endpoint with parameters of type ServerInteraction Modifier and Type Method Description static ServerInteraction
ServerInteraction. newInstance(ServerInteraction arg)
Constructors in io.vertx.reactivex.core.net.endpoint with parameters of type ServerInteraction Constructor Description ServerInteraction(ServerInteraction delegate)
-
Uses of ServerInteraction in io.vertx.rxjava3.core.net.endpoint
Methods in io.vertx.rxjava3.core.net.endpoint that return ServerInteraction Modifier and Type Method Description ServerInteraction
ServerInteraction. getDelegate()
Methods in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerInteraction Modifier and Type Method Description static ServerInteraction
ServerInteraction. newInstance(ServerInteraction arg)
Constructors in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerInteraction Constructor Description ServerInteraction(ServerInteraction delegate)
-