com.sksamuel.scruffy.netty

ScruffyNettyHandler

Related Doc: package netty

class ScruffyNettyHandler extends SimpleChannelInboundHandler[AnyRef] with StrictLogging

Linear Supertypes
StrictLogging, Logging, SimpleChannelInboundHandler[AnyRef], ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScruffyNettyHandler
  2. StrictLogging
  3. Logging
  4. SimpleChannelInboundHandler
  5. ChannelHandlerAdapter
  6. ChannelHandler
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScruffyNettyHandler(context: ScruffyContext)(implicit executor: ExecutionContext)

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. def acceptInboundMessage(arg0: Any): Boolean

    Definition Classes
    SimpleChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def bind(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: ChannelPromise): Unit

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

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

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  9. def channelRead(arg0: ChannelHandlerContext, arg1: Any): Unit

    Definition Classes
    SimpleChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def channelReadComplete(ctx: ChannelHandlerContext): Unit

    Definition Classes
    ScruffyNettyHandler → ChannelHandlerAdapter → ChannelHandler
  11. def channelRegistered(arg0: ChannelHandlerContext): Unit

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

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

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def close(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  16. def connect(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: SocketAddress, arg3: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  17. def createRequestHandler(context: ScruffyContext): DefaultHttpRequestHandler

    Attributes
    protected
  18. def deregister(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  19. def disconnect(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    ScruffyNettyHandler → ChannelHandlerAdapter → ChannelHandler
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def flush(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. lazy val handler: DefaultHttpRequestHandler

  27. def handlerAdded(arg0: ChannelHandlerContext): Unit

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

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

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isSharable(): Boolean

    Definition Classes
    ChannelHandlerAdapter
  32. val logger: Logger

    Attributes
    protected
    Definition Classes
    StrictLogging → Logging
  33. def messageReceived(ctx: ChannelHandlerContext, msg: AnyRef): Unit

    Definition Classes
    ScruffyNettyHandler → SimpleChannelInboundHandler
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  37. def read(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def write(arg0: ChannelHandlerContext, arg1: Any, arg2: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )

Inherited from StrictLogging

Inherited from Logging

Inherited from SimpleChannelInboundHandler[AnyRef]

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped