- NameResolverConstants - Class in net.devh.boot.grpc.client.nameresolver
-
Helper class with some constants that are used by NameResolver
s or their factories.
- NegotiationType - Enum in net.devh.boot.grpc.client.config
-
Identifies the negotiation used for starting up HTTP/2.
- net.devh.boot.grpc.client.autoconfigure - package net.devh.boot.grpc.client.autoconfigure
-
The Spring-Boot auto configuration classes that setup the gRPC client environment.
- net.devh.boot.grpc.client.channelfactory - package net.devh.boot.grpc.client.channelfactory
-
Contains factories and related classes to setup the client's connection channels to the servers.
- net.devh.boot.grpc.client.config - package net.devh.boot.grpc.client.config
-
Classes related to the gRPC client configuration.
- net.devh.boot.grpc.client.inject - package net.devh.boot.grpc.client.inject
-
Classes used to inject the client references into beans.
- net.devh.boot.grpc.client.interceptor - package net.devh.boot.grpc.client.interceptor
-
Classes related to the gRPC (global) client interceptors and their discovery.
- net.devh.boot.grpc.client.metric - package net.devh.boot.grpc.client.metric
-
A package containing the client side classes for grpc metric collection.
- net.devh.boot.grpc.client.nameresolver - package net.devh.boot.grpc.client.nameresolver
-
Classes used to resolve the client name into the actual service addresses.
- net.devh.boot.grpc.client.security - package net.devh.boot.grpc.client.security
-
Contains classes and utilities that help with the user authentication.
- NettyChannelFactory - Class in net.devh.boot.grpc.client.channelfactory
-
This abstract channel factory contains some shared code for other netty based
GrpcChannelFactory
s.
- NettyChannelFactory(GrpcChannelsProperties, LoadBalancer.Factory, NameResolver.Factory, GlobalClientInterceptorRegistry, List<GrpcChannelConfigurer>) - Constructor for class net.devh.boot.grpc.client.channelfactory.NettyChannelFactory
-
Creates a new AbstractNettyChannelFactory with eager initialized references.
- NettyChannelFactory(GrpcChannelsProperties, LoadBalancer.Factory, Function<T, NameResolver.Factory>, GlobalClientInterceptorRegistry, List<GrpcChannelConfigurer>) - Constructor for class net.devh.boot.grpc.client.channelfactory.NettyChannelFactory
-
Creates a new AbstractNettyChannelFactory with partially lazy initialized references.
- nettyGrpcChannelFactory(GrpcChannelsProperties, LoadBalancer.Factory, NameResolver.Factory, GlobalClientInterceptorRegistry, List<GrpcChannelConfigurer>) - Method in class net.devh.boot.grpc.client.autoconfigure.GrpcClientAutoConfiguration
-
- newChannelBuilder(String) - Method in class net.devh.boot.grpc.client.channelfactory.AbstractChannelFactory
-
Creates a new ManagedChannelBuilder
for the given client name.
- newChannelBuilder(String) - Method in class net.devh.boot.grpc.client.channelfactory.InProcessChannelFactory
-
- newChannelBuilder(String) - Method in class net.devh.boot.grpc.client.channelfactory.NettyChannelFactory
-
- newChannelBuilder(String) - Method in class net.devh.boot.grpc.client.channelfactory.ShadedNettyChannelFactory
-
- newManagedChannel(String) - Method in class net.devh.boot.grpc.client.channelfactory.AbstractChannelFactory
-
Creates a new ManagedChannel
for the given client name.
- newNameResolver(URI, Attributes) - Method in class net.devh.boot.grpc.client.nameresolver.CompositeNameResolverFactory
-
- newNameResolver(URI, Attributes) - Method in class net.devh.boot.grpc.client.nameresolver.ConfigMappedNameResolverFactory
-
- newNameResolver(URI, Attributes) - Method in class net.devh.boot.grpc.client.nameresolver.DiscoveryClientResolverFactory
-
- newNameResolver(URI, Attributes) - Method in class net.devh.boot.grpc.client.nameresolver.StaticNameResolverProvider
-
- newRequestCounterFor(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.client.metric.MetricCollectingClientInterceptor
-
- newResponseCounterFor(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.client.metric.MetricCollectingClientInterceptor
-
- newTimerFunction(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.client.metric.MetricCollectingClientInterceptor
-