NettyClientDriver

zio.http.netty.client.NettyClientDriver
See theNettyClientDriver companion object
final case class NettyClientDriver extends ClientDriver

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

override type Connection = Channel

Value members

Concrete methods

override def createConnectionPool(dnsResolver: DnsResolver, config: ConnectionPoolConfig)(implicit trace: Trace): ZIO[Scope, Nothing, ConnectionPool[Channel]]

Attributes

Definition Classes
override def requestOnChannel(channel: Channel, location: Absolute, req: Request, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean, createSocketApp: () => SocketApp[Any], webSocketConfig: WebSocketConfig)(implicit trace: Trace): ZIO[Scope, Throwable, ChannelInterface]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product