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
Bodyinterface is used to represent the body of a HTTP entity.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.This is aHeaderobject that is used to represent a basic form for the HTTP request message.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. -
Classes in org.simpleframework.http.message used by org.simpleframework.http.messageClassDescriptionThe
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.TheByteConsumerobject is used to consume and process bytes from a cursor.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.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.TheSeriesobject is used to represent a list of HTTP header value for a given name.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.ThePartSeriesobject represents an ordered list of parts that were uploaded within a HTTP entity body.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.