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

Packages that use ByteConsumer
org.simpleframework.http.message   
 

Uses of ByteConsumer in org.simpleframework.http.message
 

Subinterfaces of ByteConsumer in org.simpleframework.http.message
 interface BodyConsumer
          The BodyConsumer is used to consume the body of an HTTP message.
 

Classes in org.simpleframework.http.message that implement ByteConsumer
 class ArrayConsumer
          The ArrayConsumer object is a consumer that consumes bytes in to an internal array before processing.
 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 EntityConsumer
          The EntityConsumer object is used to consume data from a cursor and build a request entity.
 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 HeaderConsumer
          The HeaderConsumer object is used to consume a HTTP header from the cursor.
 class RequestConsumer
          The RequestConsumer object is used to parse the HTTP request line followed by the HTTP message headers.
 class SegmentConsumer
          The SegmentConsumer object provides a consumer that is used to consume a HTTP header.
 class UpdateConsumer
          The UpdateConsumer object is used to create a consumer that is used to consume and process large bodies.
 



Copyright © 2014. All Rights Reserved.