Uses of Class
io.grpc.TlsChannelCredentials.Feature
-
Packages that use TlsChannelCredentials.Feature Package Description io.grpc The gRPC core public API.io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of TlsChannelCredentials.Feature in io.grpc
Methods in io.grpc that return TlsChannelCredentials.Feature Modifier and Type Method Description static TlsChannelCredentials.Feature
TlsChannelCredentials.Feature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TlsChannelCredentials.Feature[]
TlsChannelCredentials.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 TlsChannelCredentials.Feature Modifier and Type Method Description java.util.Set<TlsChannelCredentials.Feature>
TlsChannelCredentials. incomprehensible(java.util.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.Methods in io.grpc with parameters of type TlsChannelCredentials.Feature Modifier and Type Method Description private static void
TlsChannelCredentials. requiredFeature(java.util.Set<TlsChannelCredentials.Feature> understoodFeatures, java.util.Set<TlsChannelCredentials.Feature> incomprehensible, TlsChannelCredentials.Feature feature)
Method parameters in io.grpc with type arguments of type TlsChannelCredentials.Feature Modifier and Type Method Description java.util.Set<TlsChannelCredentials.Feature>
TlsChannelCredentials. incomprehensible(java.util.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.private static void
TlsChannelCredentials. requiredFeature(java.util.Set<TlsChannelCredentials.Feature> understoodFeatures, java.util.Set<TlsChannelCredentials.Feature> incomprehensible, TlsChannelCredentials.Feature feature)
-
Uses of TlsChannelCredentials.Feature in io.grpc.netty
Fields in io.grpc.netty with type parameters of type TlsChannelCredentials.Feature Modifier and Type Field Description private static java.util.EnumSet<TlsChannelCredentials.Feature>
ProtocolNegotiators. understoodTlsFeatures
-