Uses of Class
io.grpc.ManagedChannelBuilder
Packages that use ManagedChannelBuilder
-
Uses of ManagedChannelBuilder in io.grpc
Classes in io.grpc with type parameters of type ManagedChannelBuilderModifier and TypeClassDescriptionclassForwardingChannelBuilder2<T extends ManagedChannelBuilder<T>>AManagedChannelBuilderthat delegates all its builder methods to another builder by default.classManagedChannelBuilder<T extends ManagedChannelBuilder<T>>A builder forManagedChannelinstances.Subclasses of ManagedChannelBuilder in io.grpcModifier and TypeClassDescriptionclassForwardingChannelBuilder<T extends ForwardingChannelBuilder<T>>AManagedChannelBuilderthat delegates all its builder methods to another builder by default.classForwardingChannelBuilder2<T extends ManagedChannelBuilder<T>>AManagedChannelBuilderthat delegates all its builder methods to another builder by default.Methods in io.grpc with type parameters of type ManagedChannelBuilderModifier and TypeMethodDescriptionstatic <T extends ManagedChannelBuilder<T>>
TInternalManagedChannelBuilder.addMetricSink(ManagedChannelBuilder<T> builder, MetricSink metricSink) static <T extends ManagedChannelBuilder<T>>
TInternalManagedChannelBuilder.interceptWithTarget(ManagedChannelBuilder<T> builder, InternalManagedChannelBuilder.InternalInterceptorFactory factory) Methods in io.grpc that return ManagedChannelBuilderModifier and TypeMethodDescriptionstatic ManagedChannelBuilder<?>InternalManagedChannelProvider.builderForAddress(ManagedChannelProvider provider, String name, int port) protected abstract ManagedChannelBuilder<?>ManagedChannelProvider.builderForAddress(String name, int port) Creates a new builder with the given host and port.static ManagedChannelBuilder<?>InternalManagedChannelProvider.builderForTarget(ManagedChannelProvider provider, String target) protected abstract ManagedChannelBuilder<?>ManagedChannelProvider.builderForTarget(String target) Creates a new builder with the given target URI.LoadBalancer.Helper.createResolvingOobChannelBuilder(String target) Deprecated.LoadBalancer.Helper.createResolvingOobChannelBuilder(String target, ChannelCredentials creds) Creates an out-of-band channel builder for LoadBalancer's own RPC needs, e.g., talking to an external load-balancer service, that is specified by a target string and credentials.protected abstract ManagedChannelBuilder<?>ForwardingChannelBuilder.delegate()Deprecated.As of 1.60.0, useForwardingChannelBuilder2instead.protected abstract ManagedChannelBuilder<?>ForwardingChannelBuilder2.delegate()Returns the delegatedManagedChannelBuilder.static ManagedChannelBuilder<?>ForwardingChannelBuilder2.forAddress(String name, int port) This method serves to force subclasses to "hide" this static factory.static ManagedChannelBuilder<?>ManagedChannelBuilder.forAddress(String name, int port) Creates a channel with the target's address and port number.static ManagedChannelBuilder<?>This method serves to force subclasses to "hide" this static factory.static ManagedChannelBuilder<?>Creates a channel with a target string, which can be either a validNameResolver-compliant URI, or an authority string.ManagedChannelProvider.NewChannelBuilderResult.getChannelBuilder()static ManagedChannelBuilder<?>Grpc.newChannelBuilder(String target, ChannelCredentials creds) Creates a channel builder with a target string and credentials.static ManagedChannelBuilder<?>Grpc.newChannelBuilderForAddress(String host, int port, ChannelCredentials creds) Creates a channel builder from a host, port, and credentials.Methods in io.grpc with parameters of type ManagedChannelBuilderModifier and TypeMethodDescriptionstatic <T extends ManagedChannelBuilder<T>>
TInternalManagedChannelBuilder.addMetricSink(ManagedChannelBuilder<T> builder, MetricSink metricSink) ManagedChannelProvider.NewChannelBuilderResult.channelBuilder(ManagedChannelBuilder<?> builder) static voidInternalConfiguratorRegistry.configureChannelBuilder(ManagedChannelBuilder<?> channelBuilder) static <T extends ManagedChannelBuilder<T>>
TInternalManagedChannelBuilder.interceptWithTarget(ManagedChannelBuilder<T> builder, InternalManagedChannelBuilder.InternalInterceptorFactory factory)
LoadBalancer.Helper.createResolvingOobChannelBuilder(String, ChannelCredentials)instead.