Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
Modifier and Type | Method and Description |
---|---|
static TlsChannelCredentials.Feature |
TlsChannelCredentials.Feature.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Set<TlsChannelCredentials.Feature> |
TlsChannelCredentials.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.
|
Modifier and Type | Method and Description |
---|---|
Set<TlsChannelCredentials.Feature> |
TlsChannelCredentials.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.
|