Uses of Interface
io.vertx.core.net.endpoint.ServerInteraction
Packages that use ServerInteraction
Package
Description
-
Uses of ServerInteraction in io.vertx.core.net.endpoint
Methods in io.vertx.core.net.endpoint that return ServerInteractionModifier and TypeMethodDescriptionServerEndpoint.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 ServerInteractionMethods in io.vertx.reactivex.core.net.endpoint with parameters of type ServerInteractionModifier and TypeMethodDescriptionstatic ServerInteractionServerInteraction.newInstance(ServerInteraction arg) Constructors in io.vertx.reactivex.core.net.endpoint with parameters of type ServerInteraction -
Uses of ServerInteraction in io.vertx.rxjava3.core.net.endpoint
Methods in io.vertx.rxjava3.core.net.endpoint that return ServerInteractionMethods in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerInteractionModifier and TypeMethodDescriptionstatic ServerInteractionServerInteraction.newInstance(ServerInteraction arg) Constructors in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerInteraction