Uses of Interface
org.simpleframework.http.message.BodyConsumer

Packages that use BodyConsumer
org.simpleframework.http.message   
 

Uses of BodyConsumer in org.simpleframework.http.message
 

Classes in org.simpleframework.http.message that implement BodyConsumer
 class ChunkedConsumer
          The ChunkedConsumer is reads an decodes a stream using the chunked transfer coding.
 class EmptyConsumer
          The EmptyConsumer object is used to represent a body of zero length.
 class FileUploadConsumer
          The FileUploadConsumer object is used to consume a list of parts encoded in the multipart format.
 class FixedLengthConsumer
          The FixedLengthConsumer object reads a fixed number of bytes from a cursor.
 class UpdateConsumer
          The UpdateConsumer object is used to create a consumer that is used to consume and process large bodies.
 

Fields in org.simpleframework.http.message declared as BodyConsumer
protected  BodyConsumer EntityConsumer.body
          This is used to consume the body for the request entity.
 



Copyright © 2014. All Rights Reserved.