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.
    (package private) class 
    The BoundaryConsumer is used to consume a boundary for a multipart message.
    class 
    The ChunkedConsumer is reads an decodes a stream using the chunked transfer coding.
    (package private) class 
    The ContentConsumer object represents a consumer for a multipart body part.
    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.
    (package private) class 
    The PartBodyConsumer object is used to consume a part the contents of a multipart body.
    (package private) class 
    The PartConsumer object is used to consume a part from a part list.
    (package private) class 
    The PartEntryConsumer object is used to consume each part from the part list.
    (package private) class 
    The PartHeaderConsumer object is used to consume the header for a multipart message.
    (package private) class 
    The PartSeriesConsumer object is used to consume a list of parts encoded in the multipart format.
    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.
    (package private) class 
    The TokenConsumer object is used to consume a token from the cursor.
    class 
    The UpdateConsumer object is used to create a consumer that is used to consume and process large bodies.
    Modifier and Type
    Field
    Description
    private final ByteConsumer
    PartEntryConsumer.consumer
    This is used to consume the actual part from the list.
    private ByteConsumer
    PartConsumer.current
    This is the current consumer used to read from the cursor.
    private ByteConsumer
    PartBodyConsumer.token
    This is used to consume the final terminal token from the part.