Skip navigation links
F G I 

F

forAddress(String, int) - Static method in class GrpcClients
Creates a GrpcClientBuilder for an address with default LoadBalancer and DNS ServiceDiscoverer.
forAddress(HostAndPort) - Static method in class GrpcClients
Creates a GrpcClientBuilder for an address with default LoadBalancer and DNS ServiceDiscoverer.
forAddress(ServiceDiscoverer<U, R, ? extends ServiceDiscovererEvent<R>>, U) - Static method in class GrpcClients
Creates a GrpcClientBuilder for a custom address type with default LoadBalancer and user provided ServiceDiscoverer.
forAddress(SocketAddress) - Static method in class GrpcServers
New GrpcServerBuilder instance.
forPort(int) - Static method in class GrpcServers
New GrpcServerBuilder instance.
forResolvedAddress(String, int) - Static method in class GrpcClients
Creates a GrpcClientBuilder for a resolved address with default LoadBalancer.
forResolvedAddress(HostAndPort) - Static method in class GrpcClients
Creates a GrpcClientBuilder for an address with default LoadBalancer and DNS ServiceDiscoverer.
forResolvedAddress(InetSocketAddress) - Static method in class GrpcClients
Creates a GrpcClientBuilder for an address with default LoadBalancer and DNS ServiceDiscoverer.
forServiceAddress(String) - Static method in class GrpcClients
Creates a GrpcClientBuilder for the passed serviceName with default LoadBalancer and a DNS ServiceDiscoverer using SRV record lookups.

G

GrpcClients - Class in io.servicetalk.grpc.netty
A factory to create gRPC clients.
GrpcServers - Class in io.servicetalk.grpc.netty
A factory to create gRPC servers.

I

io.servicetalk.grpc.netty - package io.servicetalk.grpc.netty
 
F G I 
Skip navigation links