Class

unfiltered.netty.cycle.Planify

Planned

Related Doc: package Planify

Permalink

class Planned extends ChannelInboundHandlerAdapter with Plan with ThreadPool with ServerErrorResponse

Annotations
@Sharable()
Source
plans.scala
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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Planned(intentIn: Intent)

    Permalink

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DeferralExecutorDeferral
  15. def ensureNotSharable(): Unit

    Permalink
    Attributes
    protected[io.netty.channel]
    Definition Classes
    ChannelHandlerAdapter
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    DeferredIntent
  21. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. val intent: Intent

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

    Permalink
    Definition Classes
    Any
  28. def isSharable(): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    ServerErrorResponseExceptionHandler
  33. def shutdown(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. val underlying: ExecutorService

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

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

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

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

    Permalink
    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