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 classUses multipleCallCredentialsas if they were one.Fields in io.grpc declared as CallCredentialsModifier and TypeFieldDescriptionprivate final CallCredentialsCompositeChannelCredentials.callCredentials(package private) CallCredentialsCallOptions.Builder.credentialsprivate final CallCredentialsCallOptions.credentialsprivate final CallCredentialsCompositeCallCredentials.credentials1private final CallCredentialsCompositeCallCredentials.credentials2Methods 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 ChannelCredentialsCompositeChannelCredentials.create(ChannelCredentials channelCreds, CallCredentials callCreds) CallOptions.withCallCredentials(CallCredentials credentials) Returns a newCallOptionswith the given call credentials.Constructors in io.grpc with parameters of type CallCredentialsModifierConstructorDescriptionCompositeCallCredentials(CallCredentials creds1, CallCredentials creds2) privateCompositeChannelCredentials(ChannelCredentials channelCreds, CallCredentials callCreds) -
Uses of CallCredentials in io.grpc.internal
Fields in io.grpc.internal declared as CallCredentialsModifier and TypeFieldDescription(package private) final CallCredentialsClientTransportFactory.SwapChannelCredentialsResult.callCredentials(package private) final CallCredentialsManagedChannelImplBuilder.callCredentialsprivate final CallCredentialsCallCredentialsApplyingTransportFactory.channelCallCredentialsConstructors 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 CallCredentialsProtocolNegotiators.FromChannelCredentialsResult.callCredentialsMethods in io.grpc.netty with parameters of type CallCredentialsModifier and TypeMethodDescriptionProtocolNegotiators.FromChannelCredentialsResult.withCallCredentials(CallCredentials callCreds) Constructors in io.grpc.netty with parameters of type CallCredentialsModifierConstructorDescriptionprivateFromChannelCredentialsResult(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 SAbstractStub.withCallCredentials(CallCredentials credentials) Returns a new stub that uses the given call credentials.