Uses of Package
org.simpleframework.http
-
Classes in org.simpleframework.http used by org.simpleframework.http Class Description Address TheAddress
interface is used to represent a generic uniform resource identifier.ContentType This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.Cookie This class is used to represent a generic cookie.Cookie.CookieDate TheCookieDate
complies with the date format used by older browsers such as Internet Explorer and Netscape Navigator.Part ThePart
object is used to represent a part within a request message.Path ThePath
represents the path part of a URI.Query TheQuery
object is used to represent HTTP query parameters.Request TheRequest
is used to provide an interface to the HTTP entity body and message header.RequestHeader This is aHeader
object that is used to represent a basic form for the HTTP request message.RequestLine TheRequestLine
is used to represent a HTTP request line.Response This is used to represent the HTTP response.ResponseHeader TheResponseHeader
object is used to manipulate the header information for a given response.Scheme TheScheme
represents a scheme used for a URI.Status TheStatus
enumeration is used to specify status codes and the descriptions of those status codes.StatusLine TheStatusLine
is used to represent a HTTP status line. -
Classes in org.simpleframework.http used by org.simpleframework.http.core Class Description Address TheAddress
interface is used to represent a generic uniform resource identifier.ContentType This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.Cookie This class is used to represent a generic cookie.Part ThePart
object is used to represent a part within a request message.Path ThePath
represents the path part of a URI.Query TheQuery
object is used to represent HTTP query parameters.Request TheRequest
is used to provide an interface to the HTTP entity body and message header.RequestHeader This is aHeader
object that is used to represent a basic form for the HTTP request message.RequestLine TheRequestLine
is used to represent a HTTP request line.Response This is used to represent the HTTP response.ResponseHeader TheResponseHeader
object is used to manipulate the header information for a given response.Status TheStatus
enumeration is used to specify status codes and the descriptions of those status codes.StatusLine TheStatusLine
is used to represent a HTTP status line. -
Classes in org.simpleframework.http used by org.simpleframework.http.message Class Description Address TheAddress
interface is used to represent a generic uniform resource identifier.ContentDisposition TheContentDisposition
object represents the HTTP Content-Disposition header of a request.ContentType This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.Cookie This class is used to represent a generic cookie.Part ThePart
object is used to represent a part within a request message.Path ThePath
represents the path part of a URI.Query TheQuery
object is used to represent HTTP query parameters. -
Classes in org.simpleframework.http used by org.simpleframework.http.parse Class Description Address TheAddress
interface is used to represent a generic uniform resource identifier.ContentDisposition TheContentDisposition
object represents the HTTP Content-Disposition header of a request.ContentType This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.Cookie This class is used to represent a generic cookie.Path ThePath
represents the path part of a URI.Principal ThePrincipal
interface is used to describe a user that has a name and password.Query TheQuery
object is used to represent HTTP query parameters. -
Classes in org.simpleframework.http used by org.simpleframework.http.socket Class Description Request TheRequest
is used to provide an interface to the HTTP entity body and message header.Response This is used to represent the HTTP response. -
Classes in org.simpleframework.http used by org.simpleframework.http.socket.service Class Description Request TheRequest
is used to provide an interface to the HTTP entity body and message header.Response This is used to represent the HTTP response.