Uses of Class
io.grpc.CallCredentials.MetadataApplier
-
Packages that use CallCredentials.MetadataApplier Package Description io.grpc The gRPC core public API. -
-
Uses of CallCredentials.MetadataApplier in io.grpc
Methods in io.grpc with parameters of type CallCredentials.MetadataApplier 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)
-