Uses of Class
io.vertx.reactivex.core.net.endpoint.Endpoint
-
Packages that use Endpoint Package Description io.vertx.reactivex.core.net.endpoint -
-
Uses of Endpoint in io.vertx.reactivex.core.net.endpoint
Fields in io.vertx.reactivex.core.net.endpoint with type parameters of type Endpoint Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Endpoint>
Endpoint. __TYPE_ARG
Methods in io.vertx.reactivex.core.net.endpoint that return Endpoint Modifier and Type Method Description static Endpoint
Endpoint. newInstance(Endpoint arg)
Methods in io.vertx.reactivex.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
Single<Endpoint>
EndpointResolver. rxResolveEndpoint(Address address)
Resolver an endpoint for the specifiedaddress
-