Uses of Package
org.simpleframework.http.message
Packages that use org.simpleframework.http.message
-
Classes in org.simpleframework.http.message used by org.simpleframework.http.coreClassDescriptionThe
Body
interface is used to represent the body of a HTTP entity.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.This is aHeader
object that is used to represent a basic form for the HTTP request message.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. -
Classes in org.simpleframework.http.message used by org.simpleframework.http.messageClassDescriptionThe
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.TheByteConsumer
object is used to consume and process bytes from a cursor.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.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.TheSeries
object is used to represent a list of HTTP header value for a given name.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.ThePartSeries
object represents an ordered list of parts that were uploaded within a HTTP entity body.TheRequestConsumer
object is used to parse the HTTP request line followed by the HTTP message headers.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.TheUpdateConsumer
object is used to create a consumer that is used to consume and process large bodies.