Uses of Interface
io.vertx.core.net.endpoint.ServerEndpoint
-
Packages that use ServerEndpoint Package Description io.vertx.core.net.endpoint -
-
Uses of ServerEndpoint in io.vertx.core.net.endpoint
Methods in io.vertx.core.net.endpoint that return ServerEndpoint Modifier and Type Method Description default ServerEndpointEndpoint. selectServer()Select a server.ServerEndpointEndpoint. selectServer(String key)Select a node, using a routingkeyMethods in io.vertx.core.net.endpoint that return types with arguments of type ServerEndpoint Modifier and Type Method Description List<ServerEndpoint>Endpoint. servers()The servers capable of serving requests for this endpoint.Method parameters in io.vertx.core.net.endpoint with type arguments of type ServerEndpoint Modifier and Type Method Description ServerSelectorLoadBalancer. selector(List<? extends ServerEndpoint> listOfServers)Create a stateful endpoint selector.
-