Uses of Class
org.apache.juneau.http.part.BasicBooleanPart
Packages that use BasicBooleanPart
Package
Description
RFC2616 HTTP Headers
HTTP Part Beans
REST HTTP Parts
-
Uses of BasicBooleanPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicBooleanPartModifier and TypeMethodDescriptionstatic final BasicBooleanPartHttpParts.booleanPart(String name, Boolean value) Creates a newBasicBooleanPartpart.static final BasicBooleanPartHttpParts.booleanPart(String name, Supplier<Boolean> value) Creates a newBasicBooleanPartpart with a delayed value. -
Uses of BasicBooleanPart in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return BasicBooleanPartModifier and TypeMethodDescriptionstatic BasicBooleanPartStatic creator.static BasicBooleanPartStatic creator with delayed value.Methods in org.apache.juneau.http.part that return types with arguments of type BasicBooleanPartModifier and TypeMethodDescriptionBasicBooleanPart.assertBoolean()Provides the ability to perform fluent-style assertions on this part. -
Uses of BasicBooleanPart in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicBooleanPartModifier and TypeMethodDescriptionRequestHttpPart.asBooleanPart()Returns the value of this parameter as aBasicBooleanPart.