Uses of Class
io.grpc.CallCredentials.RequestInfo
-
Packages that use CallCredentials.RequestInfo Package Description io.grpc The gRPC core public API. -
-
Uses of CallCredentials.RequestInfo in io.grpc
Methods in io.grpc with parameters of type CallCredentials.RequestInfo Modifier and Type Method Description abstract void
CallCredentials. applyRequestMetadata(CallCredentials.RequestInfo requestInfo, Executor appExecutor, CallCredentials.MetadataApplier applier)
Pass the credential data to the givenCallCredentials.MetadataApplier
, which will propagate it to the request metadata.void
CompositeCallCredentials. applyRequestMetadata(CallCredentials.RequestInfo requestInfo, Executor appExecutor, CallCredentials.MetadataApplier applier)
-