Uses of Package
org.simpleframework.http
Packages that use org.simpleframework.http
Package
Description
-
Classes in org.simpleframework.http used by org.simpleframework.httpClassDescriptionThe
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.TheCookieDate
complies with the date format used by older browsers such as Internet Explorer and Netscape Navigator.ThePart
object is used to represent a part within a request message.ThePath
represents the path part of a URI.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.This is used to represent the HTTP response.TheResponseHeader
object is used to manipulate the header information for a given response.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. -
Classes in org.simpleframework.http used by org.simpleframework.http.coreClassDescriptionThe
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.ThePart
object is used to represent a part within a request message.ThePath
represents the path part of a URI.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.This is used to represent the HTTP response.TheResponseHeader
object is used to manipulate the header information for a given response.TheStatus
enumeration is used to specify status codes and the descriptions of those status codes.TheStatusLine
is used to represent a HTTP status line. -
Classes in org.simpleframework.http used by org.simpleframework.http.messageClassDescriptionThe
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.ThePart
object is used to represent a part within a request message.ThePath
represents the path part of a URI.TheQuery
object is used to represent HTTP query parameters. -
Classes in org.simpleframework.http used by org.simpleframework.http.parseClassDescriptionThe
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.ThePath
represents the path part of a URI.ThePrincipal
interface is used to describe a user that has a name and password.TheQuery
object is used to represent HTTP query parameters. -
Classes in org.simpleframework.http used by org.simpleframework.http.socket
-
Classes in org.simpleframework.http used by org.simpleframework.http.socket.service