MyFixedChannelPool

class MyFixedChannelPool(bs: Bootstrap, handler: ChannelPoolHandler, maxConnections: Int, key: RequestKey) extends FixedChannelPool
class FixedChannelPool
class SimpleChannelPool
trait ChannelPool
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def connectChannel(bs: Bootstrap): ChannelFuture
Definition Classes
SimpleChannelPool
Source:
Http4sChannelPoolMap.scala

Inherited methods

def acquire(x$0: Promise[Channel]): Future[Channel]
Inherited from:
FixedChannelPool
final def acquire(): Future[Channel]
Inherited from:
SimpleChannelPool
Inherited from:
FixedChannelPool
def close(): Unit
Inherited from:
FixedChannelPool
def closeAsync(): Future[Void]
Inherited from:
FixedChannelPool
def release(x$0: Channel, x$1: Promise[Void]): Future[Void]
Inherited from:
FixedChannelPool
final def release(x$0: Channel): Future[Void]
Inherited from:
SimpleChannelPool