Package org.simpleframework.http


package org.simpleframework.http
  • Class
    Description
    The Address interface is used to represent a generic uniform resource identifier.
    The ContentDisposition object represents the HTTP Content-Disposition header of a request.
    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 CookieDate complies with the date format used by older browsers such as Internet Explorer and Netscape Navigator.
    The Method interface contains the common HTTP methods that are sent 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.
    This represents the HTTP header names defined in RFC 2616.
    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 Scheme represents a scheme used for a URI.
    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.