Class BasicBooleanPart

java.lang.Object
org.apache.juneau.http.part.BasicPart
org.apache.juneau.http.part.BasicBooleanPart
All Implemented Interfaces:
NameValuePair, Headerable

public class BasicBooleanPart extends BasicPart
A NameValuePair that consists of a single boolean value.
See Also: