public static interface Http2HeadersEncoder.SensitivityDetector
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSensitive(CharSequence name,
CharSequence value)
|
boolean isSensitive(CharSequence name, 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.Copyright © 2008–2017 The Netty Project. All rights reserved.