Uses of Class
org.apache.juneau.rest.httppart.RequestHttpPart
Packages that use RequestHttpPart
-
Uses of RequestHttpPart in org.apache.juneau.rest.httppart
Subclasses of RequestHttpPart in org.apache.juneau.rest.httppartModifier and TypeClassDescriptionclass
Represents a single form-data parameter on an HTTP request.class
Represents a single header on an HTTP request.class
Represents a single path parameter on an HTTP request.class
Represents a single query parameter on an HTTP request.Methods in org.apache.juneau.rest.httppart that return RequestHttpPartModifier and TypeMethodDescriptionSets a default value for this part.RequestHttpPart.parser
(HttpPartParserSession value) Specifies the part parser to use for this part.RequestHttpPart.schema
(HttpPartSchema value) Specifies the part schema for this part.Methods in org.apache.juneau.rest.httppart that return types with arguments of type RequestHttpPartModifier and TypeMethodDescriptionRequestHttpPart.assertCsvArray()
Provides the ability to perform fluent-style assertions on comma-separated string parameters.RequestHttpPart.assertDate()
Provides the ability to perform fluent-style assertions on a date parameter.RequestHttpPart.assertInteger()
Provides the ability to perform fluent-style assertions on an integer parameter.RequestHttpPart.assertLong()
Provides the ability to perform fluent-style assertions on a long parameter.RequestHttpPart.assertString()
Provides the ability to perform fluent-style assertions on this parameter.