Package org.somda.sdc.dpws.http.apache
Class PoolCleaner
-
- All Implemented Interfaces:
-
com.google.common.util.concurrent.Service
public final class PoolCleaner extends AbstractIdleServiceCleans the pools of HttpClientConnectionManagers with configured periods and timeouts.
This is necessary to ensure we always close our clients at some point, triggering the onLastIntercept callback.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPoolCleaner.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static PoolCleaner.CompanionCompanion
-
Method Summary
-
Methods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-