Uses of Interface
org.simpleframework.http.message.BodyConsumer
Packages that use BodyConsumer
-
Uses of BodyConsumer in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement BodyConsumerModifier and TypeClassDescriptionclass
TheChunkedConsumer
is reads an decodes a stream using the chunked transfer coding.(package private) class
TheContentConsumer
object represents a consumer for a multipart body part.class
TheEmptyConsumer
object is used to represent a body of zero length.class
TheFileUploadConsumer
object is used to consume a list of parts encoded in the multipart format.class
TheFixedLengthConsumer
object reads a fixed number of bytes from a cursor.(package private) class
ThePartBodyConsumer
object is used to consume a part the contents of a multipart body.(package private) class
ThePartSeriesConsumer
object is used to consume a list of parts encoded in the multipart format.class
TheUpdateConsumer
object is used to create a consumer that is used to consume and process large bodies.Fields in org.simpleframework.http.message declared as BodyConsumerModifier and TypeFieldDescriptionprotected BodyConsumer
EntityConsumer.body
This is used to consume the body for the request entity.private BodyConsumer
PartConsumer.body
This is used to consume the body data from the part.private final BodyConsumer
FileUploadConsumer.consumer
This is used to read and parse the contents of the part series.Methods in org.simpleframework.http.message that return BodyConsumerModifier and TypeMethodDescriptionprivate BodyConsumer
PartConsumer.getConsumer()
This is used to create a new body consumer used to consume the part body from for the list.ConsumerFactory.getInstance()
This method is used to create a body consumer to read the body from the pipeline.ConsumerFactory.getInstance
(long length) This method is used to create a body consumer to read the body from the pipeline.PartFactory.getInstance
(PartSeries series, byte[] boundary) This method is used to create the consumer given the list and boundary for the part.