Uses of Package
org.simpleframework.http

Packages that use org.simpleframework.http
org.simpleframework.http   
org.simpleframework.http.core   
org.simpleframework.http.message   
org.simpleframework.http.parse   
org.simpleframework.http.socket   
org.simpleframework.http.socket.service   
 

Classes in org.simpleframework.http used by org.simpleframework.http
Address
          The Address 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
          The Part object is used to represent a part within a request message.
Path
          The Path represents the path part of a URI.
Query
          The Query object is used to represent HTTP query parameters.
Request
          The Request is used to provide an interface to the HTTP entity body and message header.
RequestHeader
          This is a Header object that is used to represent a basic form for the HTTP request message.
RequestLine
          The RequestLine is used to represent a HTTP request line.
Response
          This is used to represent the HTTP response.
ResponseHeader
          The ResponseHeader object is used to manipulate the header information for a given response.
Scheme
          The Scheme represents a scheme used for a URI.
Status
          The Status enumeration is used to specify status codes and the descriptions of those status codes.
StatusLine
          The StatusLine is used to represent a HTTP status line.
 

Classes in org.simpleframework.http used by org.simpleframework.http.core
Request
          The Request is used to provide an interface to the HTTP entity body and message header.
RequestHeader
          This is a Header object that is used to represent a basic form for the HTTP request message.
Response
          This is used to represent the HTTP response.
ResponseHeader
          The ResponseHeader object is used to manipulate the header information for a given response.
 

Classes in org.simpleframework.http used by org.simpleframework.http.message
Address
          The Address interface is used to represent a generic uniform resource identifier.
ContentDisposition
          The ContentDisposition 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
          The Part object is used to represent a part within a request message.
Path
          The Path represents the path part of a URI.
Query
          The Query object is used to represent HTTP query parameters.
 

Classes in org.simpleframework.http used by org.simpleframework.http.parse
Address
          The Address interface is used to represent a generic uniform resource identifier.
ContentDisposition
          The ContentDisposition 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
          The Path represents the path part of a URI.
Principal
          The Principal interface is used to describe a user that has a name and password.
Query
          The Query object is used to represent HTTP query parameters.
 

Classes in org.simpleframework.http used by org.simpleframework.http.socket
Request
          The Request 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
Request
          The Request is used to provide an interface to the HTTP entity body and message header.
Response
          This is used to represent the HTTP response.
 



Copyright © 2014. All Rights Reserved.