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.
The main transport implementation based on Netty,
for both the client and the server.
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.Fields in io.grpc declared as CallCredentialsModifier and TypeFieldDescriptionprivate final CallCredentials
CompositeChannelCredentials.callCredentials
(package private) CallCredentials
CallOptions.Builder.credentials
private final CallCredentials
CallOptions.credentials
private final CallCredentials
CompositeCallCredentials.credentials1
private final CallCredentials
CompositeCallCredentials.credentials2
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) private
CompositeChannelCredentials
(ChannelCredentials channelCreds, CallCredentials callCreds) -
Uses of CallCredentials in io.grpc.internal
Fields in io.grpc.internal declared as CallCredentialsModifier and TypeFieldDescription(package private) final CallCredentials
ClientTransportFactory.SwapChannelCredentialsResult.callCredentials
(package private) final CallCredentials
ManagedChannelImplBuilder.callCredentials
private final CallCredentials
CallCredentialsApplyingTransportFactory.channelCallCredentials
Constructors in io.grpc.internal with parameters of type CallCredentialsModifierConstructorDescription(package private)
CallCredentialsApplyingTransportFactory
(ClientTransportFactory delegate, CallCredentials channelCallCredentials, Executor appExecutor) ManagedChannelImplBuilder
(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.netty
Fields in io.grpc.netty declared as CallCredentialsModifier and TypeFieldDescriptionfinal CallCredentials
ProtocolNegotiators.FromChannelCredentialsResult.callCredentials
Methods in io.grpc.netty with parameters of type CallCredentialsModifier and TypeMethodDescriptionProtocolNegotiators.FromChannelCredentialsResult.withCallCredentials
(CallCredentials callCreds) Constructors in io.grpc.netty with parameters of type CallCredentialsModifierConstructorDescriptionprivate
FromChannelCredentialsResult
(ProtocolNegotiator.ClientFactory negotiator, CallCredentials creds, String error) (package private)
NettyChannelBuilder
(String target, ChannelCredentials channelCreds, CallCredentials callCreds, ProtocolNegotiator.ClientFactory negotiator) (package private)
NettyChannelBuilder
(SocketAddress address, ChannelCredentials channelCreds, CallCredentials callCreds, ProtocolNegotiator.ClientFactory negotiator) -
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.