Uses of Class
org.apache.juneau.http.header.MaxForwards
Packages that use MaxForwards
Package
Description
RFC2616 HTTP Headers
HTTP Header Beans
-
Uses of MaxForwards in org.apache.juneau.http
Methods in org.apache.juneau.http that return MaxForwardsModifier and TypeMethodDescriptionstatic final MaxForwardsHttpHeaders.maxForwards(Integer value) Creates a newMaxForwardsheader.static final MaxForwardsHttpHeaders.maxForwards(String value) Creates a newMaxForwardsheader.static final MaxForwardsHttpHeaders.maxForwards(Supplier<Integer> value) Creates a newMaxForwardsheader 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 MaxForwardsStatic creator.static MaxForwardsStatic creator.static MaxForwardsStatic creator with delayed value.