Uses of Package
HTTPClient

Packages that use HTTPClient
HTTPClient This package provides a complete http client library. 
HTTPClient.http Provides the URLStreamHandler for the http scheme. 
wttools.protocols.extend   
wttools.protocols.extend.http   
 

Classes in HTTPClient used by HTTPClient
AuthorizationHandler
          This is the interface that an Authorization handler must implement.
AuthorizationInfo
          Holds the information for an authorization response.
AuthorizationPrompter
          This is the interface that a username/password prompter must implement.
AuthSchemeNotImplException
          Signals that the handling of a authorization scheme is not implemented.
Cookie
          This class represents an http cookie as specified in Netscape's cookie spec; however, because not even Netscape follows their own spec, and because very few folks out there actually read specs but instead just look whether Netscape accepts their stuff, the Set-Cookie header field parser actually tries to follow what Netscape has implemented, instead of what the spec says.
CookiePolicyHandler
          This is the interface that a cookie policy handler must implement.
FilenameMangler
          Codecs.mpFormDataDecode and Codecs.mpFormDataEncode may be handed an instance of a class which implements this interface in order to control names of the decoded files or the names sent in the encoded data.
HTTPClientModule
          This is the interface that a module must implement.
HTTPClientModuleConstants
          This interface defines the return codes that the handlers in modules may return.
HTTPConnection
          This class implements http protocol requests; it contains most of HTTP/1.1 and ought to be unconditionally compliant.
HttpHeaderElement
          This class holds a description of an http header element.
HttpOutputStream
          This class provides an output stream for requests.
HTTPResponse
          This defines the http-response class returned by the requests.
ModuleException
          Signals that an exception occured in a module.
NVPair
          This class holds a Name/Value pair of strings.
ParseException
          Signals that something went wrong while parsing data.
ProtocolNotSuppException
          Signals that the protocol is not supported.
Request
          This class represents an http request.
Response
          This class represents an intermediate response.
RoRequest
          This interface represents the read-only interface of an http request.
RoResponse
          This interface represents read-only interface of an intermediate http response.
SocksException
          Signals that an error was received while trying to set up a connection with the Socks server.
URI
          This class represents a generic URI, as defined in RFC-2396.
 

Classes in HTTPClient used by HTTPClient.http
ProtocolNotSuppException
          Signals that the protocol is not supported.
 

Classes in HTTPClient used by wttools.protocols.extend
URI
          This class represents a generic URI, as defined in RFC-2396.
 

Classes in HTTPClient used by wttools.protocols.extend.http
AuthorizationInfo
          Holds the information for an authorization response.
AuthorizationPrompter
          This is the interface that a username/password prompter must implement.
Cookie
          This class represents an http cookie as specified in Netscape's cookie spec; however, because not even Netscape follows their own spec, and because very few folks out there actually read specs but instead just look whether Netscape accepts their stuff, the Set-Cookie header field parser actually tries to follow what Netscape has implemented, instead of what the spec says.
CookiePolicyHandler
          This is the interface that a cookie policy handler must implement.
HTTPConnection
          This class implements http protocol requests; it contains most of HTTP/1.1 and ought to be unconditionally compliant.
HTTPResponse
          This defines the http-response class returned by the requests.
NVPair
          This class holds a Name/Value pair of strings.
RoRequest
          This interface represents the read-only interface of an http request.
RoResponse
          This interface represents read-only interface of an intermediate http response.
 



Copyright © GNU, wttools developers Team.