Class URLConnectionHTTPClientFactory

java.lang.Object
com.peterphi.std.guice.restclient.resteasy.impl.urlconn.URLConnectionHTTPClientFactory
All Implemented Interfaces:
HttpClientFactory

public class URLConnectionHTTPClientFactory extends Object implements HttpClientFactory
  • Constructor Details

    • URLConnectionHTTPClientFactory

      public URLConnectionHTTPClientFactory()
  • Method Details

    • getClient

      public org.jboss.resteasy.client.jaxrs.ClientHttpEngine getClient(boolean h2c, boolean fastFail, boolean cookies)
      Specified by:
      getClient in interface HttpClientFactory
    • willVaryWithH2C

      public boolean willVaryWithH2C()
      Specified by:
      willVaryWithH2C in interface HttpClientFactory