Interface HttpURLConnectionFactory

  • All Known Implementing Classes:
    DefaultHttpURLConnectionFactory

    public interface HttpURLConnectionFactory
    Interface to create a preconfigured HttpURLConnection
    Author:
    lew
    • Method Detail

      • create

        java.net.HttpURLConnection create​(java.net.URL url)
                                   throws java.io.IOException
        Throws:
        java.io.IOException