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 TypeMethodDescription@NonNull HttpForwardedHeaderHopAdd a token-value pair to this forwarded hop.static @Nullable HttpForwardedHeaderHopHttpForwardedHeaderParser.parseAndGetLastHop(@Nullable String sForwardedHeaderValue) Parse a complete Forwarded header value that may contain multiple forwarded elements separated by commas according to RFC 7239.static @Nullable HttpForwardedHeaderHopHttpForwardedHeaderParser.parseSingleHop(@Nullable String sForwardedElement) Parse a forwarded-element string according to RFC 7239.@NonNull HttpForwardedHeaderHopHttpForwardedHeaderHop.removeAll()Remove all pairs.@NonNull HttpForwardedHeaderHopAdd the "by" parameter with the specified proxy identifier.@NonNull HttpForwardedHeaderHopAdd the "for" parameter with the specified client identifier.@NonNull HttpForwardedHeaderHopAdd the "host" parameter with the specified host header value.@NonNull HttpForwardedHeaderHopAdd 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 @Nullable com.helger.collection.commons.ICommonsList<HttpForwardedHeaderHop> HttpForwardedHeaderParser.parseMultipleHops(@Nullable String sForwardedHeaderValue) Parse a complete Forwarded header value that may contain multiple forwarded elements separated by commas according to RFC 7239.