Uses of Class
io.grpc.CallCredentials
Packages that use CallCredentials
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
API for the Stub layer.
-
Uses of CallCredentials in io.grpc
Subclasses of CallCredentials in io.grpcModifier and TypeClassDescriptionfinal class
Uses multipleCallCredentials
as if they were one.Methods in io.grpc that return CallCredentialsModifier and TypeMethodDescriptionCompositeChannelCredentials.getCallCredentials()
CallOptions.getCredentials()
Returns the call credentials.Methods in io.grpc with parameters of type CallCredentialsModifier and TypeMethodDescriptionstatic ChannelCredentials
CompositeChannelCredentials.create
(ChannelCredentials channelCreds, CallCredentials callCreds) CallOptions.withCallCredentials
(CallCredentials credentials) Returns a newCallOptions
with the given call credentials.Constructors in io.grpc with parameters of type CallCredentialsModifierConstructorDescriptionCompositeCallCredentials
(CallCredentials creds1, CallCredentials creds2) -
Uses of CallCredentials in io.grpc.internal
Constructors in io.grpc.internal with parameters of type CallCredentialsModifierConstructorDescriptionManagedChannelImplBuilder
(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
(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.SwapChannelCredentialsResult
(ClientTransportFactory transportFactory, CallCredentials callCredentials) -
Uses of CallCredentials in io.grpc.stub
Methods in io.grpc.stub with parameters of type CallCredentialsModifier and TypeMethodDescriptionfinal S
AbstractStub.withCallCredentials
(CallCredentials credentials) Returns a new stub that uses the given call credentials.