Uses of Class
org.apache.juneau.rest.httppart.RequestContent
Packages that use RequestContent
Package
Description
REST Server API
REST Assertions
-
Uses of RequestContent in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RequestContent -
Uses of RequestContent in org.apache.juneau.rest.assertions
Constructors in org.apache.juneau.rest.assertions with parameters of type RequestContentModifierConstructorDescriptionFluentRequestContentAssertion
(Assertion creator, RequestContent value, R returns) Chained constructor.FluentRequestContentAssertion
(RequestContent value, R returns) Constructor. -
Uses of RequestContent in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return RequestContentModifier and TypeMethodDescriptionRequestContent.cache()
Caches the content in memory for reuse.RequestContent.content
(byte[] value) Sets the contents of this content.RequestContent.encoders
(EncoderSet value) Sets the encoders to use for decoding this content.RequestContent.maxInput
(long value) Sets the max input value for this content.Sets the media type of this content.Sets the parser to use for this content.Sets the parsers to use for parsing this content.RequestContent.setSchema
(HttpPartSchema schema) Sets the schema for this content.