Class OkHttpClientFactory
java.lang.Object
com.peterphi.std.guice.restclient.resteasy.impl.okhttp.OkHttpClientFactory
- All Implemented Interfaces:
StoppableService
,HttpClientFactory
-
Constructor Details
-
OkHttpClientFactory
-
-
Method Details
-
getClient
- 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
-