Uses of Class
org.forgerock.http.header.ForwardedHeader.Hop
-
Uses of ForwardedHeader.Hop in org.forgerock.http.header
Modifier 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).Modifier and TypeMethodDescriptionForwardedHeader.getHops()
Get the list of request's hops details.Modifier and TypeMethodDescriptionForwardedHeader.addHop
(ForwardedHeader.Hop hop) Add a new hop detail at the end of the list of hops.