Uses of Class
io.vertx.mutiny.core.net.endpoint.ServerEndpoint
Packages that use ServerEndpoint
-
Uses of ServerEndpoint in io.vertx.mutiny.core.net.endpoint
Fields in io.vertx.mutiny.core.net.endpoint with type parameters of type ServerEndpointMethods in io.vertx.mutiny.core.net.endpoint that return ServerEndpointModifier and TypeMethodDescriptionstatic ServerEndpointServerEndpoint.newInstance(io.vertx.core.net.endpoint.ServerEndpoint delegate) Creates a new instance of theServerEndpoint.Endpoint.selectServer()Select a server.Endpoint.selectServer(String key) Select a node, using a routingkeyMethods in io.vertx.mutiny.core.net.endpoint that return types with arguments of type ServerEndpointModifier and TypeMethodDescriptionEndpoint.servers()The servers capable of serving requests for this endpoint.