Uses of Interface
io.vertx.core.net.endpoint.ServerEndpoint
Packages that use ServerEndpoint
Package
Description
-
Uses of ServerEndpoint in io.vertx.core.net.endpoint
Fields in io.vertx.core.net.endpoint with type parameters of type ServerEndpointModifier and TypeFieldDescriptionstatic final Predicate<ServerEndpoint> Endpoint.DEFAULT_VIEWThe default view, accepting any server.Methods in io.vertx.core.net.endpoint that return ServerEndpointModifier and TypeMethodDescriptiondefault ServerEndpointEndpoint.selectServer()Select a server.default ServerEndpointEndpoint.selectServer(String key) Select a node, using a routingkeydefault ServerEndpointEndpoint.selectServer(Predicate<ServerEndpoint> filter) Select a server.Endpoint.selectServer(Predicate<ServerEndpoint> filter, String key) Select a node, using a routingkeyMethods in io.vertx.core.net.endpoint that return types with arguments of type ServerEndpointModifier and TypeMethodDescriptionEndpoint.servers()The servers capable of serving requests for this endpoint.Method parameters in io.vertx.core.net.endpoint with type arguments of type ServerEndpointModifier and TypeMethodDescriptionLoadBalancer.selector(List<? extends ServerEndpoint> listOfServers) Create a stateful endpoint selector.default ServerEndpointEndpoint.selectServer(Predicate<ServerEndpoint> filter) Select a server.Endpoint.selectServer(Predicate<ServerEndpoint> filter, String key) Select a node, using a routingkey -
Uses of ServerEndpoint in io.vertx.reactivex.core.net.endpoint
Methods in io.vertx.reactivex.core.net.endpoint that return ServerEndpointMethods in io.vertx.reactivex.core.net.endpoint with parameters of type ServerEndpointModifier and TypeMethodDescriptionstatic ServerEndpointServerEndpoint.newInstance(ServerEndpoint arg) Constructors in io.vertx.reactivex.core.net.endpoint with parameters of type ServerEndpoint -
Uses of ServerEndpoint in io.vertx.rxjava3.core.net.endpoint
Methods in io.vertx.rxjava3.core.net.endpoint that return ServerEndpointMethods in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerEndpointModifier and TypeMethodDescriptionstatic ServerEndpointServerEndpoint.newInstance(ServerEndpoint arg) Constructors in io.vertx.rxjava3.core.net.endpoint with parameters of type ServerEndpoint