java.lang.Object
io.helidon.webclient.spi.ClientConnectionCache
- All Implemented Interfaces:
ReleasableResource
- Direct Known Subclasses:
Http2ConnectionCache
Client connection cache with release shutdown hook to provide graceful shutdown.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.webclient.api.ReleasableResource
closeResource, releaseResource
-
Constructor Details
-
ClientConnectionCache
protected ClientConnectionCache(boolean shared)
-