Keep opened connections for HTTP it is cache over tuple(schema, host, port) -> connection
Evict least used
put new stream in cache, evict old stream and return it If nothing evicted return null
See Implementation
Keep opened connections for HTTP it is cache over tuple(schema, host, port) -> connection
Evict least used