Uses of Interface
io.vertx.core.net.Address
Packages that use Address
Package
Description
-
Uses of Address in io.vertx.core.http
Methods in io.vertx.core.http that return AddressModifier and TypeMethodDescriptionHttpConnectOptions.getServer()Get the server address to be used by the client request.Methods in io.vertx.core.http with parameters of type AddressModifier and TypeMethodDescriptionSet the server address to be used by the client request. -
Uses of Address in io.vertx.core.net
Classes in io.vertx.core.net with type parameters of type AddressModifier and TypeInterfaceDescriptioninterfaceAddressResolver<A extends Address>A provider for address resolver.Subinterfaces of Address in io.vertx.core.netModifier and TypeInterfaceDescriptioninterfaceThe address of a socket, an inet socket address or a domain socket address.Methods in io.vertx.core.net with type parameters of type AddressModifier and TypeMethodDescriptionstatic <A extends Address>
AddressResolver<A> AddressResolver.mappingResolver(Function<A, List<SocketAddress>> mapping) A simple synchronous resolver for demo and testing purposes. -
Uses of Address in io.vertx.core.net.endpoint
Methods in io.vertx.core.net.endpoint with parameters of type AddressModifier and TypeMethodDescriptionEndpointResolver.resolveEndpoint(Address address) Resolver an endpoint for the specifiedaddress -
Uses of Address in io.vertx.core.spi.endpoint
Classes in io.vertx.core.spi.endpoint with type parameters of type AddressModifier and TypeInterfaceDescriptioninterfaceEndpointResolver<A extends Address, S, D, E>Endpoint resolver Service Provider Interface (SPI).Methods in io.vertx.core.spi.endpoint with parameters of type Address -
Uses of Address in io.vertx.grpc.client
Methods in io.vertx.grpc.client with parameters of type AddressModifier and TypeMethodDescriptionConnect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Future <GrpcClientRequest<Req, Resp>> GrpcClient.request(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service. -
Uses of Address in io.vertx.grpcio.client
Methods in io.vertx.grpcio.client with parameters of type AddressModifier and TypeMethodDescriptiondefault <Req,Resp, T>
Future<T> GrpcIoClient.call(Address server, MethodDescriptor<Req, Resp> service, Handler<GrpcClientRequest<Req, Resp>> requestHandler, Function<GrpcClientResponse<Req, Resp>, Future<T>> resultFn) Call theservicegRPC service hosted byserver.<Req,Resp> Future <GrpcClientRequest<Req, Resp>> GrpcIoClient.request(Address server, MethodDescriptor<Req, Resp> service) Connect to the remoteserverand create a request for givenmethodof a hosted gRPC service. -
Uses of Address in io.vertx.reactivex.core.net.endpoint
Methods in io.vertx.reactivex.core.net.endpoint with parameters of type AddressModifier and TypeMethodDescriptionEndpointResolver.resolveEndpoint(Address address) Resolver an endpoint for the specifiedaddressEndpointResolver.rxResolveEndpoint(Address address) Resolver an endpoint for the specifiedaddress -
Uses of Address in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client with parameters of type AddressModifier and TypeMethodDescriptionConnect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Future <GrpcClientRequest<Req, Resp>> GrpcClient.request(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service. -
Uses of Address in io.vertx.rxjava3.core.net.endpoint
Methods in io.vertx.rxjava3.core.net.endpoint with parameters of type AddressModifier and TypeMethodDescriptionEndpointResolver.resolveEndpoint(Address address) Resolver an endpoint for the specifiedaddressEndpointResolver.rxResolveEndpoint(Address address) Resolver an endpoint for the specifiedaddress -
Uses of Address in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client with parameters of type AddressModifier and TypeMethodDescriptionConnect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.request(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service. -
Uses of Address in io.vertx.serviceresolver
Subinterfaces of Address in io.vertx.serviceresolverModifier and TypeInterfaceDescriptioninterfaceA general purpose service address, defined by aServiceAddress.name().