Package org.simpleframework.http
package org.simpleframework.http
-
ClassDescriptionThe
Addressinterface is used to represent a generic uniform resource identifier.TheContentDispositionobject 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.TheCookieDatecomplies with the date format used by older browsers such as Internet Explorer and Netscape Navigator.TheMethodinterface contains the common HTTP methods that are sent with a request.ThePartobject is used to represent a part within a request message.ThePathrepresents the path part of a URI.ThePrincipalinterface is used to describe a user that has a name and password.This represents the HTTP header names defined in RFC 2616.TheQueryobject is used to represent HTTP query parameters.TheRequestis used to provide an interface to the HTTP entity body and message header.This is aHeaderobject that is used to represent a basic form for the HTTP request message.TheRequestLineis used to represent a HTTP request line.TheRequestWrapperobject is used so that the originalRequestobject can be wrapped in a filtering proxy object.This is used to represent the HTTP response.TheResponseHeaderobject is used to manipulate the header information for a given response.TheResponseWrapperobject is used so that the originalResponseobject can be wrapped in a filtering proxy object.TheSchemerepresents a scheme used for a URI.TheStatusenumeration is used to specify status codes and the descriptions of those status codes.TheStatusLineis used to represent a HTTP status line.