Class ApacheHttpClientFactory
java.lang.Object
com.peterphi.std.guice.restclient.resteasy.impl.apache43.ApacheHttpClientFactory
- All Implemented Interfaces:
StoppableService
,HttpClientFactory
-
Constructor Details
-
ApacheHttpClientFactory
-
-
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
-
shutdown
public void shutdown()Description copied from interface:StoppableService
Called to request this service clean up any ongoing work and terminate. SeeShutdownManager.shutdown()
for the shutdown sequence guarantees- Specified by:
shutdown
in interfaceStoppableService
-