Package org.simpleframework.http


package org.simpleframework.http
  • Class
    Description
    The Address interface is used to represent a generic uniform resource identifier.
    This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.
    This class is used to represent a generic cookie.
    The Form interface is used to represent the details submitted with a request.
    The Part object is used to represent a part within a request message.
    The Path represents the path part of a URI.
    The Principal interface is used to describe a user that has a name and password.
    The Query object is used to represent HTTP query parameters.
    The Request is used to provide an interface to the HTTP entity body and message header.
    This is a Header object that is used to represent a basic form for the HTTP request message.
    The RequestLine is used to represent a HTTP request line.
    The RequestWrapper object is used so that the original Request object can be wrapped in a filtering proxy object.
    This is used to represent the HTTP response.
    The ResponseHeader object is used to manipulate the header information for a given response.
    The ResponseWrapper object is used so that the original Response object can be wrapped in a filtering proxy object.
    The Status enumeration is used to specify status codes and the descriptions of those status codes.
    The StatusLine is used to represent a HTTP status line.