Class ConnectionFactory

java.lang.Object
pl.databucket.client.ConnectionFactory
All Implemented Interfaces:
com.sun.jersey.client.urlconnection.HttpURLConnectionFactory

public class ConnectionFactory
extends Object
implements com.sun.jersey.client.urlconnection.HttpURLConnectionFactory
  • Constructor Details

    • ConnectionFactory

      public ConnectionFactory()
  • Method Details

    • initializeProxy

      public void initializeProxy​(Proxy proxy)
    • getHttpURLConnection

      public HttpURLConnection getHttpURLConnection​(URL url) throws IOException
      Specified by:
      getHttpURLConnection in interface com.sun.jersey.client.urlconnection.HttpURLConnectionFactory
      Throws:
      IOException