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