Package HTTPClient.https

Provides the URLStreamHandler for the https scheme.

See:
          Description

Class Summary
Handler This class implements a URLStreamHandler for https URLs.
 

Package HTTPClient.https Description

Provides the URLStreamHandler for the https scheme. This is not meant to be used directly, but instead is intended for use by java.net.URL. When you set the java system property java.protocol.handler.pkgs to "HTTPClient", java.net.URL will look for and use this stream handler to create and return a URLConnection instance whenever openConnection is invoked on a URL with the "https" scheme.

Note: this will only return an instance if an SSL implemenation has been installed and the HTTPClient has been appropriately patched.



Copyright © GNU, wttools developers Team.