Uses of Enum Class
io.grpc.TlsChannelCredentials.Feature
Packages that use TlsChannelCredentials.Feature
-
Uses of TlsChannelCredentials.Feature in io.grpc
Methods in io.grpc that return TlsChannelCredentials.FeatureModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TlsChannelCredentials.Feature[]
TlsChannelCredentials.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.grpc that return types with arguments of type TlsChannelCredentials.FeatureModifier and TypeMethodDescriptionTlsChannelCredentials.incomprehensible
(Set<TlsChannelCredentials.Feature> understoodFeatures) Returns an empty set if this credential can be adequately understood via the features listed, otherwise returns a hint of features that are lacking to understand the configuration to be used for manual debugging.Method parameters in io.grpc with type arguments of type TlsChannelCredentials.FeatureModifier and TypeMethodDescriptionTlsChannelCredentials.incomprehensible
(Set<TlsChannelCredentials.Feature> understoodFeatures) Returns an empty set if this credential can be adequately understood via the features listed, otherwise returns a hint of features that are lacking to understand the configuration to be used for manual debugging.