Uses of Class
com.helger.http.header.specific.HttpForwardedHeaderHop
Packages that use HttpForwardedHeaderHop
-
Uses of HttpForwardedHeaderHop in com.helger.http.header.specific
Methods in com.helger.http.header.specific that return HttpForwardedHeaderHopModifier and TypeMethodDescriptionstatic HttpForwardedHeaderHopHttpForwardedHeaderParser.parseAndGetLastHop(String sForwardedHeaderValue) Parse a complete Forwarded header value that may contain multiple forwarded elements separated by commas according to RFC 7239.static HttpForwardedHeaderHopHttpForwardedHeaderParser.parseSingleHop(String sForwardedElement) Parse a forwarded-element string according to RFC 7239.HttpForwardedHeaderHop.removeAll()Remove all pairs.Add the "by" parameter with the specified proxy identifier.Add the "for" parameter with the specified client identifier.Add the "host" parameter with the specified host header value.Add the "proto" parameter with the specified protocol scheme.Methods in com.helger.http.header.specific that return types with arguments of type HttpForwardedHeaderHopModifier and TypeMethodDescriptionstatic com.helger.collection.commons.ICommonsList<HttpForwardedHeaderHop> HttpForwardedHeaderParser.parseMultipleHops(String sForwardedHeaderValue) Parse a complete Forwarded header value that may contain multiple forwarded elements separated by commas according to RFC 7239.