Uses of Class
io.grpc.CallCredentials.MetadataApplier
-
Packages that use CallCredentials.MetadataApplier Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of CallCredentials.MetadataApplier in io.grpc
Subclasses of CallCredentials.MetadataApplier in io.grpc Modifier and Type Class Description private static classCompositeCallCredentials.CombiningMetadataApplierprivate classCompositeCallCredentials.WrappingMetadataApplierFields in io.grpc declared as CallCredentials.MetadataApplier Modifier and Type Field Description private CallCredentials.MetadataApplierCompositeCallCredentials.CombiningMetadataApplier. delegateprivate CallCredentials.MetadataApplierCompositeCallCredentials.WrappingMetadataApplier. delegateMethods in io.grpc with parameters of type CallCredentials.MetadataApplier Modifier and Type Method Description abstract voidCallCredentials. applyRequestMetadata(CallCredentials.RequestInfo requestInfo, java.util.concurrent.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, java.util.concurrent.Executor appExecutor, CallCredentials.MetadataApplier applier)Constructors in io.grpc with parameters of type CallCredentials.MetadataApplier Constructor Description CombiningMetadataApplier(CallCredentials.MetadataApplier delegate, Metadata firstHeaders)WrappingMetadataApplier(CallCredentials.RequestInfo requestInfo, java.util.concurrent.Executor appExecutor, CallCredentials.MetadataApplier delegate, Context context) -
Uses of CallCredentials.MetadataApplier in io.grpc.internal
Subclasses of CallCredentials.MetadataApplier in io.grpc.internal Modifier and Type Class Description (package private) classMetadataApplierImpl
-