Class DefaultHttpURLConnectionFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.HttpURLConnection create​(java.net.URL url)  
      • Methods inherited from class java.lang.Object

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

      • DefaultHttpURLConnectionFactory

        public DefaultHttpURLConnectionFactory()
    • Method Detail

      • create

        public java.net.HttpURLConnection create​(java.net.URL url)
                                          throws java.io.IOException
        Specified by:
        create in interface HttpURLConnectionFactory
        Throws:
        java.io.IOException