Package org.simpleframework.http.message
package org.simpleframework.http.message
-
ClassDescriptionThe
ArrayConsumerobject is a consumer that consumes bytes in to an internal array before processing.TheBodyinterface is used to represent the body of a HTTP entity.TheBodyConsumeris used to consume the body of an HTTP message.TheByteConsumerobject is used to consume and process bytes from a cursor.TheChunkedConsumeris reads an decodes a stream using the chunked transfer coding.TheEmptyConsumerobject is used to represent a body of zero length.TheEntityobject is used to represent the HTTP entity received from the client.TheEntityConsumerobject is used to consume data from a cursor and build a request entity.TheFileUploadConsumerobject is used to consume a list of parts encoded in the multipart format.TheFixedLengthConsumerobject reads a fixed number of bytes from a cursor.This is aHeaderobject that is used to represent a basic form for the HTTP request message.TheHeaderConsumerobject is used to consume a HTTP header from the cursor.TheMessageobject is used to store an retrieve the headers for both a request and response.TheMessageobject is used to store an retrieve the headers for both a request and response.TheRequestConsumerobject is used to parse the HTTP request line followed by the HTTP message headers.TheSegmentobject represents a collection of header values that is followed by a body.TheSegmentConsumerobject provides a consumer that is used to consume a HTTP header.TheUpdateConsumerobject is used to create a consumer that is used to consume and process large bodies.