Class DefaultHttpConnectionFactory

    • Method Summary

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

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

      • DefaultHttpConnectionFactory

        public DefaultHttpConnectionFactory()
    • Method Detail

      • create

        public java.net.HttpURLConnection create​(java.lang.String url)
                                          throws java.io.IOException
        Specified by:
        create in interface HttpConnectionFactory
        Throws:
        java.io.IOException