Uses of Class
io.vertx.rxjava3.core.net.endpoint.ServerInteraction
-
Packages that use ServerInteraction Package Description io.vertx.rxjava3.core.net.endpoint -
-
Uses of ServerInteraction in io.vertx.rxjava3.core.net.endpoint
Fields in io.vertx.rxjava3.core.net.endpoint with type parameters of type ServerInteraction Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ServerInteraction>
ServerInteraction. __TYPE_ARG
Methods in io.vertx.rxjava3.core.net.endpoint that return ServerInteraction Modifier and Type Method Description static ServerInteraction
ServerInteraction. newInstance(ServerInteraction arg)
ServerInteraction
ServerEndpoint. newInteraction()
Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.
-