ClientResponseStreamHandler

final class ClientResponseStreamHandler(val callback: UnsafeAsync, zExec: NettyRuntime, onComplete: Promise[Throwable, ChannelState], keepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpContent]
class SimpleChannelInboundHandler[HttpContent]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

override def channelRead0(ctx: ChannelHandlerContext, msg: HttpContent): Unit
Definition Classes
SimpleChannelInboundHandler
override def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler -> ChannelHandlerAdapter -> ChannelHandler
override def handlerAdded(ctx: ChannelHandlerContext): Unit
Definition Classes
ChannelHandlerAdapter -> ChannelHandler

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean
Inherited from:
SimpleChannelInboundHandler
def channelActive(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
def channelInactive(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from:
SimpleChannelInboundHandler
def channelReadComplete(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
def channelRegistered(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
def channelUnregistered(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelInboundHandlerAdapter
def handlerRemoved(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelHandlerAdapter
Inherited from:
ChannelHandlerAdapter
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from:
ChannelInboundHandlerAdapter

Concrete fields