Uses of Interface
io.vertx.core.net.endpoint.ServerInteraction
-
Packages that use ServerInteraction Package Description io.vertx.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 ServerInteractionServerEndpoint. newInteraction()Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.
-