Uses of Interface
io.grpc.internal.ManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider
Packages that use ManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider
-
Uses of ManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider in io.grpc.internal
Classes in io.grpc.internal that implement ManagedChannelImplBuilder.ChannelBuilderDefaultPortProviderModifier and TypeClassDescriptionstatic final class
Default implementation ofManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider
that returns a fixed port.Constructors in io.grpc.internal with parameters of type ManagedChannelImplBuilder.ChannelBuilderDefaultPortProviderModifierConstructorDescriptionManagedChannelImplBuilder
(String target, ChannelCredentials channelCreds, CallCredentials callCreds, ManagedChannelImplBuilder.ClientTransportFactoryBuilder clientTransportFactoryBuilder, ManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider channelBuilderDefaultPortProvider) Creates a new managed channel builder with a target string, which can be either a validNameResolver
-compliant URI, or an authority string.ManagedChannelImplBuilder
(String target, ManagedChannelImplBuilder.ClientTransportFactoryBuilder clientTransportFactoryBuilder, ManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider channelBuilderDefaultPortProvider) Creates a new managed channel builder with a target string, which can be either a validNameResolver
-compliant URI, or an authority string.ManagedChannelImplBuilder
(SocketAddress directServerAddress, String authority, ChannelCredentials channelCreds, CallCredentials callCreds, ManagedChannelImplBuilder.ClientTransportFactoryBuilder clientTransportFactoryBuilder, ManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider channelBuilderDefaultPortProvider) Creates a new managed channel builder with the given server address, authority string of the channel.ManagedChannelImplBuilder
(SocketAddress directServerAddress, String authority, ManagedChannelImplBuilder.ClientTransportFactoryBuilder clientTransportFactoryBuilder, ManagedChannelImplBuilder.ChannelBuilderDefaultPortProvider channelBuilderDefaultPortProvider) Creates a new managed channel builder with the given server address, authority string of the channel.