Class HttpsUrlHandler


  • public class HttpsUrlHandler
    extends HttpUrlHandler
    The class for handling HTTPS URL Connection using Apache HTTP Client
    Author:
    Alejandro Galue
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HTTPS
      The Constant PROTOCOL.
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpsUrlHandler​(Request request)
      Instantiates a new HTTPS URL handler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getDefaultPort()  
      • Methods inherited from class java.net.URLStreamHandler

        equals, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • HTTPS

        public static final java.lang.String HTTPS
        The Constant PROTOCOL.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HttpsUrlHandler

        public HttpsUrlHandler​(Request request)
        Instantiates a new HTTPS URL handler.
        Parameters:
        request - the request