Uses of Package
org.simpleframework.http.message

Package
Description
 
  • Class
    Description
    The ArrayConsumer object is a consumer that consumes bytes in to an internal array before processing.
    The Body interface is used to represent the body of a HTTP entity.
    The BodyConsumer is used to consume the body of an HTTP message.
    The ByteConsumer object is used to consume and process bytes from a cursor.
    This is a Header object that is used to represent a basic form for the HTTP request message.
    The HeaderConsumer object is used to consume a HTTP header from the cursor.
    The Message object is used to store an retrieve the headers for both a request and response.
    The Message object is used to store an retrieve the headers for both a request and response.
    The RequestConsumer object is used to parse the HTTP request line followed by the HTTP message headers.
    The Segment object represents a collection of header values that is followed by a body.
    The SegmentConsumer object provides a consumer that is used to consume a HTTP header.
    The UpdateConsumer object is used to create a consumer that is used to consume and process large bodies.