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:
getClientin interfaceHttpClientFactory
-
willVaryWithH2C
public boolean willVaryWithH2C()- Specified by:
willVaryWithH2Cin interfaceHttpClientFactory
-
shutdown
public void shutdown()Description copied from interface:StoppableServiceCalled to request this service clean up any ongoing work and terminate. SeeShutdownManager.shutdown()for the shutdown sequence guarantees- Specified by:
shutdownin interfaceStoppableService
-