Package org.simpleframework.http
package org.simpleframework.http
-
ClassDescriptionThe
Addressinterface 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.TheForminterface is used to represent the details submitted 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.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.TheStatusenumeration is used to specify status codes and the descriptions of those status codes.TheStatusLineis used to represent a HTTP status line.