Package org.simpleframework.http
package org.simpleframework.http
-
ClassDescriptionThe
Address
interface is used to represent a generic uniform resource identifier.TheContentDisposition
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.TheCookieDate
complies with the date format used by older browsers such as Internet Explorer and Netscape Navigator.TheMethod
interface contains the common HTTP methods that are sent with a request.ThePart
object is used to represent a part within a request message.ThePath
represents the path part of a URI.ThePrincipal
interface is used to describe a user that has a name and password.This represents the HTTP header names defined in RFC 2616.TheQuery
object is used to represent HTTP query parameters.TheRequest
is used to provide an interface to the HTTP entity body and message header.This is aHeader
object that is used to represent a basic form for the HTTP request message.TheRequestLine
is used to represent a HTTP request line.TheRequestWrapper
object is used so that the originalRequest
object can be wrapped in a filtering proxy object.This is used to represent the HTTP response.TheResponseHeader
object is used to manipulate the header information for a given response.TheResponseWrapper
object is used so that the originalResponse
object can be wrapped in a filtering proxy object.TheScheme
represents a scheme used for a URI.TheStatus
enumeration is used to specify status codes and the descriptions of those status codes.TheStatusLine
is used to represent a HTTP status line.