Class ClientConnectionCache

java.lang.Object
io.helidon.webclient.spi.ClientConnectionCache
All Implemented Interfaces:
ReleasableResource

public abstract class ClientConnectionCache extends Object implements ReleasableResource
Client connection cache with release shutdown hook to provide graceful shutdown.
  • Constructor Details

    • ClientConnectionCache

      protected ClientConnectionCache(boolean shared)