Planned

@ChannelHandler$$Sharable class Planned(val intent: Intent, val executionContext: ExecutionContext) extends Plan with ServerErrorResponse
trait Plan
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Fields

val executionContext: ExecutionContext

Inherited methods

def onException(ctx: ChannelHandlerContext, t: Throwable): Unit
Inhertied from
ServerErrorResponse
@throws(java.lang.Exception)
def handlerAdded(x$0: ChannelHandlerContext): Unit
Inhertied from
ChannelHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelActive(x$0: ChannelHandlerContext): Unit
Inhertied from
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelRegistered(x$0: ChannelHandlerContext): Unit
Inhertied from
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inhertied from
ChannelInboundHandlerAdapter
def isSharable(): Boolean
Inhertied from
ChannelHandlerAdapter
override def channelRead(ctx: ChannelHandlerContext, msg: Object): Unit
Definition Classes
RequestPlan -> ChannelInboundHandlerAdapter -> ChannelInboundHandler
Inhertied from
RequestPlan
override def exceptionCaught(ctx: ChannelHandlerContext, t: Throwable): Unit
Definition Classes
Inhertied from
ExceptionHandler
final override def channelReadComplete(ctx: ChannelHandlerContext): Unit
Definition Classes
RequestPlan -> ChannelInboundHandlerAdapter -> ChannelInboundHandler
Inhertied from
RequestPlan
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelInactive(x$0: ChannelHandlerContext): Unit
Inhertied from
ChannelInboundHandlerAdapter
@throws(java.lang.Exception)
def handlerRemoved(x$0: ChannelHandlerContext): Unit
Inhertied from
ChannelHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelUnregistered(x$0: ChannelHandlerContext): Unit
Inhertied from
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit
Inhertied from
ChannelInboundHandlerAdapter

Inherited fields

Inhertied from
Plan