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.grpcMethods in io.grpc with parameters of type CallCredentials.RequestInfo Modifier and Type Method Description abstract voidCallCredentials. 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.voidCompositeCallCredentials. applyRequestMetadata(CallCredentials.RequestInfo requestInfo, Executor appExecutor, CallCredentials.MetadataApplier applier)
 
-