Uses of Package
org.simpleframework.http
Packages that use org.simpleframework.http
Package
Description
-
Classes in org.simpleframework.http used by org.simpleframework.httpClassDescriptionThe
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.TheCookieDatecomplies with the date format used by older browsers such as Internet Explorer and Netscape Navigator.ThePartobject is used to represent a part within a request message.ThePathrepresents the path part of a URI.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.This is used to represent the HTTP response.TheResponseHeaderobject is used to manipulate the header information for a given response.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. -
Classes in org.simpleframework.http used by org.simpleframework.http.coreClassDescriptionThe
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.ThePartobject is used to represent a part within a request message.ThePathrepresents the path part of a URI.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.This is used to represent the HTTP response.TheResponseHeaderobject is used to manipulate the header information for a given response.TheStatusenumeration is used to specify status codes and the descriptions of those status codes.TheStatusLineis used to represent a HTTP status line. -
Classes in org.simpleframework.http used by org.simpleframework.http.messageClassDescriptionThe
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.ThePartobject is used to represent a part within a request message.ThePathrepresents the path part of a URI.TheQueryobject is used to represent HTTP query parameters. -
Classes in org.simpleframework.http used by org.simpleframework.http.parseClassDescriptionThe
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.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. -
Classes in org.simpleframework.http used by org.simpleframework.http.socket
-
Classes in org.simpleframework.http used by org.simpleframework.http.socket.service