Interface HttpClientFactory

All Known Implementing Classes:
ApacheHttpClientFactory, OkHttpClientFactory, URLConnectionHTTPClientFactory

public interface HttpClientFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.client.jaxrs.ClientHttpEngine
    getClient(boolean h2c, boolean fastFail, boolean cookies)
     
    boolean
     
  • Method Details

    • getClient

      org.jboss.resteasy.client.jaxrs.ClientHttpEngine getClient(boolean h2c, boolean fastFail, boolean cookies)
    • willVaryWithH2C

      boolean willVaryWithH2C()