public final class ProxySupport
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHopByHopHeader(java.lang.String header)
Checks if the passed-in header is a hop-by-hop header as defined by
RFC-2616 Section 13.5.1.
|
public static boolean isHopByHopHeader(java.lang.String header)
header - the header name to check.true if the header is a hop-by-hop header, false otherwise.Copyright © 2011-2014 Red Hat. All Rights Reserved.