Http4sChannelPoolMap

class Http4sChannelPoolMap[F[_]](bootstrap: Bootstrap, config: Config)(implicit evidence$1: Async[F]) extends AbstractChannelPoolMap[RequestKey, FixedChannelPool]
class AbstractChannelPoolMap[RequestKey, FixedChannelPool]
trait Closeable
trait AutoCloseable
trait Iterable[Entry[RequestKey, FixedChannelPool]]
trait ChannelPoolMap[RequestKey, FixedChannelPool]
class Object
trait Matchable
class Any

Type members

Classlikes

class MyFixedChannelPool(bs: Bootstrap, handler: ChannelPoolHandler, maxConnections: Int, key: RequestKey) extends FixedChannelPool
class WrappedChannelPoolHandler(key: RequestKey, config: Config) extends AbstractChannelPoolHandler

Value members

Concrete methods

override def newPool(key: RequestKey): FixedChannelPool
Definition Classes
AbstractChannelPoolMap
Source:
Http4sChannelPoolMap.scala

Inherited methods

final def close(): Unit
Inherited from:
AbstractChannelPoolMap
final def contains(x$0: RequestKey): Boolean
Inherited from:
AbstractChannelPoolMap
def forEach(x$0: Consumer[_ >: Entry[RequestKey, FixedChannelPool] <: <FromJavaObject>]): Unit
Inherited from:
Iterable
final def get(x$0: RequestKey): FixedChannelPool
Inherited from:
AbstractChannelPoolMap
final def isEmpty(): Boolean
Inherited from:
AbstractChannelPoolMap
final def iterator(): Iterator[Entry[RequestKey, FixedChannelPool]]
Inherited from:
AbstractChannelPoolMap
final def remove(x$0: RequestKey): Boolean
Inherited from:
AbstractChannelPoolMap
final def size(): Int
Inherited from:
AbstractChannelPoolMap
def spliterator(): Spliterator[Entry[RequestKey, FixedChannelPool]]
Inherited from:
Iterable