Package org.simpleframework.http.message
package org.simpleframework.http.message
-
ClassDescriptionThe
ArrayConsumer
object is a consumer that consumes bytes in to an internal array before processing.TheBody
interface is used to represent the body of a HTTP entity.TheBodyConsumer
is used to consume the body of an HTTP message.TheBoundaryConsumer
is used to consume a boundary for a multipart message.TheBody
interface is used to represent the body of a HTTP entity.TheBufferPart
is used to represent a part within a request message.TheByteConsumer
object is used to consume and process bytes from a cursor.TheChunkedConsumer
is reads an decodes a stream using the chunked transfer coding.TheConsumerFactory
object is used to create a factory for creating consumers.TheContentConsumer
object represents a consumer for a multipart body part.TheContinueDispatcher
object is used to send the HTTP 100 continue status if required.TheEmptyConsumer
object is used to represent a body of zero length.TheEmptyInputStream
object provides a stream that is immediately empty.TheEntity
object is used to represent the HTTP entity received from the client.TheEntityConsumer
object is used to consume data from a cursor and build a request entity.TheFileUploadConsumer
object is used to consume a list of parts encoded in the multipart format.TheFixedLengthConsumer
object reads a fixed number of bytes from a cursor.This is aHeader
object that is used to represent a basic form for the HTTP request message.TheHeaderConsumer
object is used to consume a HTTP header from the cursor.TheMessage
object is used to store an retrieve the headers for both a request and response.TheMessage
object is used to store an retrieve the headers for both a request and response.ThePartBodyConsumer
object is used to consume a part the contents of a multipart body.ThePartConsumer
object is used to consume a part from a part list.ThePartData
object represents an ordered list of parts that were uploaded within a HTTP entity body.ThePartEntryConsumer
object is used to consume each part from the part list.ThisPartEntryFactory
object provides a factory for creating part entry consumers.ThePartFactory
represents a factory for creating the consumers that are used to read a multipart upload message.ThePartHeaderConsumer
object is used to consume the header for a multipart message.ThePartSeries
object represents an ordered list of parts that were uploaded within a HTTP entity body.ThePartSeriesConsumer
object is used to consume a list of parts encoded in the multipart format.TheRequestConsumer
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.TheSegment
object represents a collection of header values that is followed by a body.TheSegmentConsumer
object provides a consumer that is used to consume a HTTP header.TheTokenConsumer
object is used to consume a token from the cursor.TheUpdateConsumer
object is used to create a consumer that is used to consume and process large bodies.