Uses of Class
org.apache.juneau.http.header.MaxForwards
Packages that use MaxForwards
-
Uses of MaxForwards in org.apache.juneau.http
Methods in org.apache.juneau.http that return MaxForwardsModifier and TypeMethodDescriptionstatic final MaxForwards
HttpHeaders.maxForwards
(Integer value) Creates a newMaxForwards
header.static final MaxForwards
HttpHeaders.maxForwards
(String value) Creates a newMaxForwards
header.static final MaxForwards
HttpHeaders.maxForwards
(Supplier<Integer> value) Creates a newMaxForwards
header with a delayed value. -
Uses of MaxForwards in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return MaxForwardsModifier and TypeMethodDescriptionstatic MaxForwards
Static creator.static MaxForwards
Static creator.static MaxForwards
Static creator with delayed value.