ClientInboundStreamingHandler

zio.http.netty.client.ClientInboundStreamingHandler
final class ClientInboundStreamingHandler(val rtm: NettyRuntime, req: Request, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpObject]

Attributes

Graph
Supertypes

Members list

Concise view

Value members

Concrete methods

Attributes

Definition Classes

Concrete fields

val rtm: NettyRuntime