Uses of Interface
org.simpleframework.http.message.BodyConsumer
-
Packages that use BodyConsumer Package Description org.simpleframework.http.message -
-
Uses of BodyConsumer in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement BodyConsumer Modifier and Type Class Description classChunkedConsumerTheChunkedConsumeris reads an decodes a stream using the chunked transfer coding.classEmptyConsumerTheEmptyConsumerobject is used to represent a body of zero length.classFileUploadConsumerTheFileUploadConsumerobject is used to consume a list of parts encoded in the multipart format.classFixedLengthConsumerTheFixedLengthConsumerobject reads a fixed number of bytes from a cursor.classUpdateConsumerTheUpdateConsumerobject is used to create a consumer that is used to consume and process large bodies.Fields in org.simpleframework.http.message declared as BodyConsumer Modifier and Type Field Description protected BodyConsumerEntityConsumer. bodyThis is used to consume the body for the request entity.
-