Uses of Class
org.apache.juneau.http.part.BasicStringPart
Packages that use BasicStringPart
Package
Description
HTTP Part Beans
-
Uses of BasicStringPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicStringPartModifier and TypeMethodDescriptionstatic final BasicStringPart
HttpParts.stringPart
(String name, String value) Creates a newBasicStringPart
part.static final BasicStringPart
HttpParts.stringPart
(String name, Supplier<String> value) Creates a newBasicStringPart
part 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 BasicStringPart
Static creator.static BasicStringPart
Static 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
.