Uses of Enum
io.grpc.TlsServerCredentials.Feature
Packages that use TlsServerCredentials.Feature
Package
Description
The gRPC core public API.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of TlsServerCredentials.Feature in io.grpc
Methods in io.grpc that return TlsServerCredentials.FeatureModifier and TypeMethodDescriptionstatic TlsServerCredentials.Feature
Returns the enum constant of this type with the specified name.static TlsServerCredentials.Feature[]
TlsServerCredentials.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc that return types with arguments of type TlsServerCredentials.FeatureModifier and TypeMethodDescriptionTlsServerCredentials.incomprehensible
(Set<TlsServerCredentials.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.Methods in io.grpc with parameters of type TlsServerCredentials.FeatureModifier and TypeMethodDescriptionprivate static void
TlsServerCredentials.requiredFeature
(Set<TlsServerCredentials.Feature> understoodFeatures, Set<TlsServerCredentials.Feature> incomprehensible, TlsServerCredentials.Feature feature) Method parameters in io.grpc with type arguments of type TlsServerCredentials.FeatureModifier and TypeMethodDescriptionTlsServerCredentials.incomprehensible
(Set<TlsServerCredentials.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.private static void
TlsServerCredentials.requiredFeature
(Set<TlsServerCredentials.Feature> understoodFeatures, Set<TlsServerCredentials.Feature> incomprehensible, TlsServerCredentials.Feature feature) -
Uses of TlsServerCredentials.Feature in io.grpc.netty
Fields in io.grpc.netty with type parameters of type TlsServerCredentials.FeatureModifier and TypeFieldDescriptionprivate static final EnumSet
<TlsServerCredentials.Feature> ProtocolNegotiators.understoodServerTlsFeatures