Trait

reactivemongo.io.netty.channel

ChannelDuplexHandler

Related Doc: package channel

Permalink

trait ChannelDuplexHandler extends io.netty.channel.ChannelDuplexHandler

Linear Supertypes
io.netty.channel.ChannelDuplexHandler, ChannelOutboundHandler, io.netty.channel.ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelDuplexHandler
  2. ChannelDuplexHandler
  3. ChannelOutboundHandler
  4. ChannelInboundHandlerAdapter
  5. ChannelInboundHandler
  6. ChannelHandlerAdapter
  7. ChannelHandler
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 bind(arg0: io.netty.channel.ChannelHandlerContext, arg1: SocketAddress, arg2: io.netty.channel.ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  6. def channelActive(arg0: io.netty.channel.ChannelHandlerContext): Unit

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

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  8. def channelRead(arg0: io.netty.channel.ChannelHandlerContext, arg1: Any): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  9. def channelReadComplete(arg0: io.netty.channel.ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  10. def channelRegistered(arg0: io.netty.channel.ChannelHandlerContext): Unit

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

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

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

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

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  15. def connect(arg0: io.netty.channel.ChannelHandlerContext, arg1: SocketAddress, arg2: SocketAddress, arg3: io.netty.channel.ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  16. def deregister(arg0: io.netty.channel.ChannelHandlerContext, arg1: io.netty.channel.ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  17. def disconnect(arg0: io.netty.channel.ChannelHandlerContext, arg1: io.netty.channel.ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  18. def ensureNotSharable(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def exceptionCaught(arg0: io.netty.channel.ChannelHandlerContext, arg1: Throwable): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def flush(arg0: io.netty.channel.ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def handlerAdded(arg0: io.netty.channel.ChannelHandlerContext): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def read(arg0: io.netty.channel.ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def userEventTriggered(arg0: io.netty.channel.ChannelHandlerContext, arg1: Any): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def write(arg0: io.netty.channel.ChannelHandlerContext, arg1: Any, arg2: io.netty.channel.ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )

Inherited from io.netty.channel.ChannelDuplexHandler

Inherited from ChannelOutboundHandler

Inherited from io.netty.channel.ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped