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