ClientInboundStreamingHandler

final class ClientInboundStreamingHandler(val rtm: NettyRuntime, req: Request, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState])(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpObject]
class SimpleChannelInboundHandler[HttpObject]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

override def channelActive(ctx: ChannelHandlerContext): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override def channelRead0(ctx: ChannelHandlerContext, msg: HttpObject): Unit
Definition Classes
SimpleChannelInboundHandler
override def exceptionCaught(ctx: ChannelHandlerContext, error: Throwable): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler -> ChannelHandlerAdapter -> ChannelHandler

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean
Inherited from:
SimpleChannelInboundHandler
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 handlerAdded(x$0: ChannelHandlerContext): Unit
Inherited from:
ChannelHandlerAdapter
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

val rtm: NettyRuntime