unfiltered.netty.cycle.Planify

Planned

class Planned extends ChannelInboundHandlerAdapter with Plan with ThreadPool with ServerErrorResponse

Annotations
@Sharable()
Linear Supertypes
ServerErrorResponse, ThreadPool, DeferredIntent, DeferralExecutor, Deferral, Plan, ExceptionHandler, ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Planned
  2. ServerErrorResponse
  3. ThreadPool
  4. DeferredIntent
  5. DeferralExecutor
  6. Deferral
  7. Plan
  8. ExceptionHandler
  9. ChannelInboundHandlerAdapter
  10. ChannelInboundHandler
  11. ChannelHandlerAdapter
  12. ChannelHandler
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Planned(intentIn: Intent)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def catching(ctx: ChannelHandlerContext)(thunk: ⇒ Unit): Unit

    Definition Classes
    Plan
  6. def channelActive(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. def channelInactive(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def channelRead(ctx: ChannelHandlerContext, msg: AnyRef): Unit

    Definition Classes
    Plan → ChannelInboundHandlerAdapter → ChannelInboundHandler
  9. final def channelReadComplete(ctx: ChannelHandlerContext): Unit

    Definition Classes
    Plan → ChannelInboundHandlerAdapter → ChannelInboundHandler
  10. def channelRegistered(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. def channelUnregistered(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def defer(f: ⇒ Unit): Unit

    Definition Classes
    DeferralExecutorDeferral
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def exceptionCaught(ctx: ChannelHandlerContext, t: Throwable): Unit

    Definition Classes
    ExceptionHandler
  18. def executeIntent(thunk: ⇒ Unit): Unit

    Definition Classes
    DeferredIntent
  19. def executeResponse(thunk: ⇒ Unit): Unit

    Definition Classes
    DeferredIntent
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def handlerAdded(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def handlerRemoved(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val intent: Intent

    Definition Classes
    PlannedPlan
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isSharable(): Boolean

    Definition Classes
    ChannelHandlerAdapter
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def onException(ctx: ChannelHandlerContext, t: Throwable): Unit

    Definition Classes
    ServerErrorResponseExceptionHandler
  32. def shutdown(): Unit

    Definition Classes
    DeferralExecutor
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. val underlying: ExecutorService

    Definition Classes
    ThreadPoolDeferralExecutor
  36. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit

    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ServerErrorResponse

Inherited from ThreadPool

Inherited from DeferredIntent

Inherited from DeferralExecutor

Inherited from Deferral

Inherited from Plan

Inherited from ExceptionHandler

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped