Uses of Interface
io.vertx.core.net.endpoint.ServerEndpoint
-
Packages that use ServerEndpoint Package Description io.vertx.core.net.endpoint io.vertx.reactivex.core.net.endpoint io.vertx.rxjava3.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 ServerEndpoint
Endpoint. selectServer()
Select a server.ServerEndpoint
Endpoint. selectServer(String key)
Select a node, using a routingkey
Methods 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 ServerSelector
LoadBalancer. selector(List<? extends ServerEndpoint> listOfServers)
Create a stateful endpoint selector. -
Uses of ServerEndpoint in io.vertx.reactivex.core.net.endpoint
Methods in io.vertx.reactivex.core.net.endpoint that return ServerEndpoint Modifier and Type Method Description ServerEndpoint
ServerEndpoint. getDelegate()
Methods in io.vertx.reactivex.core.net.endpoint with parameters of type ServerEndpoint Modifier and Type Method Description static ServerEndpoint
ServerEndpoint. newInstance(ServerEndpoint arg)
Constructors in io.vertx.reactivex.core.net.endpoint with parameters of type ServerEndpoint Constructor Description ServerEndpoint(ServerEndpoint delegate)
-
Uses of ServerEndpoint in io.vertx.rxjava3.core.net.endpoint
Methods in io.vertx.rxjava3.core.net.endpoint that return ServerEndpoint Modifier and Type Method Description ServerEndpoint
ServerEndpoint. getDelegate()
Methods in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerEndpoint Modifier and Type Method Description static ServerEndpoint
ServerEndpoint. newInstance(ServerEndpoint arg)
Constructors in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerEndpoint Constructor Description ServerEndpoint(ServerEndpoint delegate)
-