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

Packages that use ByteConsumer
Package
Description
 
  • Uses of ByteConsumer in org.simpleframework.http.message

    Modifier and Type
    Interface
    Description
    interface 
    The BodyConsumer is used to consume the body of an HTTP message.
    Modifier and Type
    Class
    Description
    class 
    The ArrayConsumer object is a consumer that consumes bytes in to an internal array before processing.
    class 
    The ChunkedConsumer is reads an decodes a stream using the chunked transfer coding.
    class 
    The EmptyConsumer object is used to represent a body of zero length.
    class 
    The EntityConsumer object is used to consume data from a cursor and build a request entity.
    class 
    The FileUploadConsumer object is used to consume a list of parts encoded in the multipart format.
    class 
    The FixedLengthConsumer object reads a fixed number of bytes from a cursor.
    class 
    The HeaderConsumer object is used to consume a HTTP header from the cursor.
    class 
    The RequestConsumer object is used to parse the HTTP request line followed by the HTTP message headers.
    class 
    The SegmentConsumer object provides a consumer that is used to consume a HTTP header.
    class 
    The UpdateConsumer object is used to create a consumer that is used to consume and process large bodies.