Uses of Class
io.grpc.CallCredentials
-
Packages that use CallCredentials Package Description io.grpc The gRPC core public API.io.grpc.stub API for the Stub layer. -
-
Uses of CallCredentials in io.grpc
Subclasses of CallCredentials in io.grpc Modifier and Type Class Description classCallCredentials2Deprecated.the new interface has been promoted intoCallCredentials.Methods in io.grpc that return CallCredentials Modifier and Type Method Description CallCredentialsCallOptions. getCredentials()Returns the call credentials.Methods in io.grpc with parameters of type CallCredentials Modifier and Type Method Description CallOptionsCallOptions. withCallCredentials(CallCredentials credentials)Returns a newCallOptionswith the given call credentials. -
Uses of CallCredentials in io.grpc.stub
Methods in io.grpc.stub with parameters of type CallCredentials Modifier and Type Method Description SAbstractStub. withCallCredentials(CallCredentials credentials)Returns a new stub that uses the given call credentials.
-