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

Members list

Value members

Concrete methods

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
SimpleChannelInboundHandler

Attributes

Inherited from:
ChannelHandlerAdapter

Attributes

Inherited from:
ChannelInboundHandlerAdapter