Uses of Class
org.forgerock.http.header.ForwardedHeader.Hop
Packages that use ForwardedHeader.Hop
-
Uses of ForwardedHeader.Hop in org.forgerock.http.header
Methods in org.forgerock.http.header that return ForwardedHeader.HopModifier and TypeMethodDescriptionForwardedHeader.getFirstHop()
Get the first request's hop information (for, by, host and proto) as expressed in the header (ie: contents may not be well formatted).ForwardedHeader.getLastHop()
Get the last request's hop information (for, by, host and proto) as expressed in the header (ie: contents may not be well formatted).Methods in org.forgerock.http.header that return types with arguments of type ForwardedHeader.HopModifier and TypeMethodDescriptionForwardedHeader.getHops()
Get the list of request's hops details.Methods in org.forgerock.http.header with parameters of type ForwardedHeader.HopModifier and TypeMethodDescriptionForwardedHeader.addHop
(ForwardedHeader.Hop hop) Add a new hop detail at the end of the list of hops.