ClientInboundHandler
zio.http.netty.client.ClientInboundHandler
final class ClientInboundHandler(rtm: NettyRuntime, req: Request, jReq: HttpRequest, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpObject]
Handles HTTP response
Attributes
- Graph
- Supertypes
- trait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any