Uses of Class
io.grpc.CallCredentials.RequestInfo
-
-
Uses of CallCredentials.RequestInfo in io.grpc
Methods 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)
-