public static interface Http2HeadersEncoder.SensitivityDetector
Modifier and Type | Method and Description |
---|---|
boolean |
isSensitive(java.lang.CharSequence name,
java.lang.CharSequence value)
|
boolean isSensitive(java.lang.CharSequence name, java.lang.CharSequence value)
name
- The name for the header.value
- The value of the header.true
if a header name
/value
pair should be treated as
sensitive.
false
otherwise.