Class JDKHttpConnectionFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpConnection create​(java.net.URL url)
      Creates a new connection to a destination defined by a URL
      HttpConnection create​(java.net.URL url, java.net.Proxy proxy)
      Creates a new connection to a destination defined by a URL using a proxy
      • Methods inherited from class java.lang.Object

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

      • JDKHttpConnectionFactory

        public JDKHttpConnectionFactory()