Class URLConnectionHTTPClientFactory
java.lang.Object
com.peterphi.std.guice.restclient.resteasy.impl.urlconn.URLConnectionHTTPClientFactory
- All Implemented Interfaces:
HttpClientFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.resteasy.client.jaxrs.ClientHttpEngine
getClient
(boolean h2c, boolean fastFail, boolean cookies) boolean
-
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 interfaceHttpClientFactory
-
willVaryWithH2C
public boolean willVaryWithH2C()- Specified by:
willVaryWithH2C
in interfaceHttpClientFactory
-