NettyConnectionPool

zio.http.netty.client.NettyConnectionPool
See theNettyConnectionPool companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
ConnectionPool
def get(location: Absolute, proxy: Option[Proxy], sslOptions: ClientSSLConfig, maxHeaderSize: Int, decompression: Decompression, localAddress: Option[InetSocketAddress])(implicit trace: Trace): ZIO[Scope, Throwable, Connection]

Attributes

Inherited from:
ConnectionPool
def invalidate(connection: Channel)(implicit trace: Trace): ZIO[Any, Nothing, Unit]

Attributes

Inherited from:
ConnectionPool