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
trait ClientDriver
class Object
trait Matchable
class Any
Show all

Members list

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: () => WebSocketApp[Any], webSocketConfig: WebSocketConfig)(implicit trace: Trace): ZIO[Scope, Throwable, ChannelInterface]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product