NettyClientDriver

zio.http.netty.client.NettyClientDriver
See theNettyClientDriver companion object

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(config: ConnectionPoolConfig)(implicit trace: Trace): ZIO[Scope, Nothing, ConnectionPool[Channel]]

Attributes

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

Inherited methods

def encode(req: Request)(implicit trace: Trace): Task[FullHttpRequest]

Converts client params to JFullHttpRequest

Converts client params to JFullHttpRequest

Attributes

Inherited from:
ClientRequestEncoder

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product