Uses of Interface
io.vertx.core.net.endpoint.Endpoint
-
Packages that use Endpoint Package Description io.vertx.core.net.endpoint io.vertx.reactivex.core.net.endpoint io.vertx.rxjava3.core.net.endpoint io.vertx.serviceresolver -
-
Uses of Endpoint in io.vertx.core.net.endpoint
Methods in io.vertx.core.net.endpoint that return types with arguments of type Endpoint Modifier and Type Method Description Future<Endpoint>
EndpointResolver. resolveEndpoint(Address address)
Resolver an endpoint for the specifiedaddress
-
Uses of Endpoint in io.vertx.reactivex.core.net.endpoint
Methods in io.vertx.reactivex.core.net.endpoint that return Endpoint Modifier and Type Method Description Endpoint
Endpoint. getDelegate()
Methods in io.vertx.reactivex.core.net.endpoint with parameters of type Endpoint Modifier and Type Method Description static Endpoint
Endpoint. newInstance(Endpoint arg)
Constructors in io.vertx.reactivex.core.net.endpoint with parameters of type Endpoint Constructor Description Endpoint(Endpoint delegate)
-
Uses of Endpoint in io.vertx.rxjava3.core.net.endpoint
Methods in io.vertx.rxjava3.core.net.endpoint that return Endpoint Modifier and Type Method Description Endpoint
Endpoint. getDelegate()
Methods in io.vertx.rxjava3.core.net.endpoint with parameters of type Endpoint Modifier and Type Method Description static Endpoint
Endpoint. newInstance(Endpoint arg)
Constructors in io.vertx.rxjava3.core.net.endpoint with parameters of type Endpoint Constructor Description Endpoint(Endpoint delegate)
-
Uses of Endpoint in io.vertx.serviceresolver
Methods in io.vertx.serviceresolver that return types with arguments of type Endpoint Modifier and Type Method Description Future<Endpoint>
ServiceResolverClient. resolveEndpoint(ServiceAddress address)
-