Uses of Class
io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
Packages that use ServerEndpoint
-
Uses of ServerEndpoint in io.vertx.rxjava3.core.net.endpoint
Fields in io.vertx.rxjava3.core.net.endpoint with type parameters of type ServerEndpointModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ServerEndpoint> ServerEndpoint.__TYPE_ARGMethods in io.vertx.rxjava3.core.net.endpoint that return ServerEndpointModifier and TypeMethodDescriptionstatic ServerEndpointServerEndpoint.newInstance(ServerEndpoint arg) Endpoint.selectServer()Select a server.Endpoint.selectServer(String key) Select a node, using a routingkeyMethods in io.vertx.rxjava3.core.net.endpoint that return types with arguments of type ServerEndpointModifier and TypeMethodDescriptionEndpoint.servers()The servers capable of serving requests for this endpoint.