Uses of Class
io.grpc.ManagedChannelBuilder
-
Packages that use ManagedChannelBuilder Package Description io.grpc The gRPC core public API.io.grpc.internal io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.okhttp A lightweight transport based on OkHttp, mainly for use on Android (client-only).io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of ManagedChannelBuilder in io.grpc
Classes in io.grpc with type parameters of type ManagedChannelBuilder Modifier and Type Class Description class
ManagedChannelBuilder<T extends ManagedChannelBuilder<T>>
A builder forManagedChannel
instances.Subclasses of ManagedChannelBuilder in io.grpc Modifier and Type Class Description class
ForwardingChannelBuilder<T extends ForwardingChannelBuilder<T>>
AManagedChannelBuilder
that delegates all its builder methods to another builder by default.Methods in io.grpc that return ManagedChannelBuilder Modifier and Type Method Description protected abstract ManagedChannelBuilder<?>
ManagedChannelProvider. builderForAddress(java.lang.String name, int port)
Creates a new builder with the given host and port.protected abstract ManagedChannelBuilder<?>
ManagedChannelProvider. builderForTarget(java.lang.String target)
Creates a new builder with the given target URI.ManagedChannelBuilder<?>
LoadBalancer.Helper. createResolvingOobChannelBuilder(java.lang.String target)
Deprecated.ManagedChannelBuilder<?>
LoadBalancer.Helper. createResolvingOobChannelBuilder(java.lang.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()
Returns the delegatedManagedChannelBuilder
.static ManagedChannelBuilder<?>
ForwardingChannelBuilder. forAddress(java.lang.String name, int port)
This method serves to force sub classes to "hide" this static factory.static ManagedChannelBuilder<?>
ManagedChannelBuilder. forAddress(java.lang.String name, int port)
Creates a channel with the target's address and port number.static ManagedChannelBuilder<?>
ForwardingChannelBuilder. forTarget(java.lang.String target)
This method serves to force sub classes to "hide" this static factory.static ManagedChannelBuilder<?>
ManagedChannelBuilder. forTarget(java.lang.String target)
Creates a channel with a target string, which can be either a validNameResolver
-compliant URI, or an authority string.ManagedChannelBuilder<?>
ManagedChannelProvider.NewChannelBuilderResult. getChannelBuilder()
static ManagedChannelBuilder<?>
Grpc. newChannelBuilder(java.lang.String target, ChannelCredentials creds)
Creates a channel builder with a target string and credentials.static ManagedChannelBuilder<?>
Grpc. newChannelBuilderForAddress(java.lang.String host, int port, ChannelCredentials creds)
Creates a channel builder from a host, port, and credentials.Methods in io.grpc with parameters of type ManagedChannelBuilder Modifier and Type Method Description static ManagedChannelProvider.NewChannelBuilderResult
ManagedChannelProvider.NewChannelBuilderResult. channelBuilder(ManagedChannelBuilder<?> builder)
-
Uses of ManagedChannelBuilder in io.grpc.internal
Subclasses of ManagedChannelBuilder in io.grpc.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
io.grpc.internal.AbstractManagedChannelImplBuilder<T extends ManagedChannelBuilder<T>>
-
Uses of ManagedChannelBuilder in io.grpc.netty
Subclasses of ManagedChannelBuilder in io.grpc.netty Modifier and Type Class Description class
NettyChannelBuilder
A builder to help simplify construction of channels using the Netty transport.Methods in io.grpc.netty that return ManagedChannelBuilder Modifier and Type Method Description protected ManagedChannelBuilder<?>
NettyChannelBuilder. delegate()
-
Uses of ManagedChannelBuilder in io.grpc.okhttp
Subclasses of ManagedChannelBuilder in io.grpc.okhttp Modifier and Type Class Description class
OkHttpChannelBuilder
Convenience class for building channels with the OkHttp transport.Methods in io.grpc.okhttp that return ManagedChannelBuilder Modifier and Type Method Description protected ManagedChannelBuilder<?>
OkHttpChannelBuilder. delegate()
-
Uses of ManagedChannelBuilder in io.grpc.util
Methods in io.grpc.util that return ManagedChannelBuilder Modifier and Type Method Description ManagedChannelBuilder<?>
ForwardingLoadBalancerHelper. createResolvingOobChannelBuilder(java.lang.String target)
Deprecated.ManagedChannelBuilder<?>
ForwardingLoadBalancerHelper. createResolvingOobChannelBuilder(java.lang.String target, ChannelCredentials creds)
-