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.TheBoundaryConsumeris used to consume a boundary for a multipart message.TheBodyinterface is used to represent the body of a HTTP entity.TheBufferPartis used to represent a part within a request message.TheByteConsumerobject is used to consume and process bytes from a cursor.TheChunkedConsumeris reads an decodes a stream using the chunked transfer coding.TheConsumerFactoryobject is used to create a factory for creating consumers.TheContentConsumerobject represents a consumer for a multipart body part.TheContinueDispatcherobject is used to send the HTTP 100 continue status if required.TheEmptyConsumerobject is used to represent a body of zero length.TheEmptyInputStreamobject provides a stream that is immediately empty.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.ThePartBodyConsumerobject is used to consume a part the contents of a multipart body.ThePartConsumerobject is used to consume a part from a part list.ThePartDataobject represents an ordered list of parts that were uploaded within a HTTP entity body.ThePartEntryConsumerobject is used to consume each part from the part list.ThisPartEntryFactoryobject provides a factory for creating part entry consumers.ThePartFactoryrepresents a factory for creating the consumers that are used to read a multipart upload message.ThePartHeaderConsumerobject is used to consume the header for a multipart message.ThePartSeriesobject represents an ordered list of parts that were uploaded within a HTTP entity body.ThePartSeriesConsumerobject is used to consume a list of parts encoded in the multipart format.TheRequestConsumerobject 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.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.TheTokenConsumerobject is used to consume a token from the cursor.TheUpdateConsumerobject is used to create a consumer that is used to consume and process large bodies.