Uses of Class
org.apache.juneau.http.part.BasicStringPart
Packages that use BasicStringPart
Package
Description
RFC2616 HTTP Headers
HTTP Part Beans
REST HTTP Parts
-
Uses of BasicStringPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicStringPartModifier and TypeMethodDescriptionstatic final BasicStringPartHttpParts.stringPart(String name, String value) Creates a newBasicStringPartpart.static final BasicStringPartHttpParts.stringPart(String name, Supplier<String> value) Creates a newBasicStringPartpart with a delayed value. -
Uses of BasicStringPart in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return BasicStringPartModifier and TypeMethodDescriptionstatic BasicStringPartStatic creator.static BasicStringPartStatic creator with delayed value.Methods in org.apache.juneau.http.part that return types with arguments of type BasicStringPartModifier and TypeMethodDescriptionBasicStringPart.assertString()Provides the ability to perform fluent-style assertions on this part. -
Uses of BasicStringPart in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicStringPartModifier and TypeMethodDescriptionRequestHttpPart.asStringPart()Returns the value of this parameter as aBasicStringPart.