Uses of Class
io.grpc.CallCredentials
Packages that use CallCredentials
-
Uses of CallCredentials in io.grpc
Subclasses of CallCredentials in io.grpcModifier and TypeClassDescriptionfinal classUses multipleCallCredentialsas 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 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) -
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.