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
- trait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any