Package org.simpleframework.http.message


package org.simpleframework.http.message
  • Class
    Description
    The ArrayConsumer object is a consumer that consumes bytes in to an internal array before processing.
    The Body interface is used to represent the body of a HTTP entity.
    The BodyConsumer is used to consume the body of an HTTP message.
    The BoundaryConsumer is used to consume a boundary for a multipart message.
    The Body interface is used to represent the body of a HTTP entity.
    The BufferPart is used to represent a part within a request message.
    The ByteConsumer object is used to consume and process bytes from a cursor.
    The ChunkedConsumer is reads an decodes a stream using the chunked transfer coding.
    The ConsumerFactory object is used to create a factory for creating consumers.
    The ContentConsumer object represents a consumer for a multipart body part.
    The ContinueDispatcher object is used to send the HTTP 100 continue status if required.
    The EmptyConsumer object is used to represent a body of zero length.
    The EmptyInputStream object provides a stream that is immediately empty.
    The Entity object is used to represent the HTTP entity received from the client.
    The EntityConsumer object is used to consume data from a cursor and build a request entity.
    The FileUploadConsumer object is used to consume a list of parts encoded in the multipart format.
    The FixedLengthConsumer object reads a fixed number of bytes from a cursor.
    This is a Header object that is used to represent a basic form for the HTTP request message.
    The HeaderConsumer object is used to consume a HTTP header from the cursor.
    The Message object is used to store an retrieve the headers for both a request and response.
    The Message object is used to store an retrieve the headers for both a request and response.
    The PartBodyConsumer object is used to consume a part the contents of a multipart body.
    The PartConsumer object is used to consume a part from a part list.
    The PartData object represents an ordered list of parts that were uploaded within a HTTP entity body.
    The PartEntryConsumer object is used to consume each part from the part list.
    This PartEntryFactory object provides a factory for creating part entry consumers.
    The PartFactory represents a factory for creating the consumers that are used to read a multipart upload message.
    The PartHeaderConsumer object is used to consume the header for a multipart message.
    The PartSeries object represents an ordered list of parts that were uploaded within a HTTP entity body.
    The PartSeriesConsumer object is used to consume a list of parts encoded in the multipart format.
    The RequestConsumer object is used to parse the HTTP request line followed by the HTTP message headers.
    This is a sequence of characters representing the header data consumed.
    The Segment object represents a collection of header values that is followed by a body.
    The SegmentConsumer object provides a consumer that is used to consume a HTTP header.
    The TokenConsumer object is used to consume a token from the cursor.
    The UpdateConsumer object is used to create a consumer that is used to consume and process large bodies.