rx.redis.pipeline

StrictByteToMessageCodec

abstract class StrictByteToMessageCodec[I <: ByteBuf, O] extends ByteToMessageCodec[O]

Linear Supertypes
ByteToMessageCodec[O], ChannelDuplexHandler, ChannelOutboundHandler, ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StrictByteToMessageCodec
  2. ByteToMessageCodec
  3. ChannelDuplexHandler
  4. ChannelOutboundHandler
  5. ChannelInboundHandlerAdapter
  6. ChannelInboundHandler
  7. ChannelHandlerAdapter
  8. ChannelHandler
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StrictByteToMessageCodec()(implicit arg0: ClassTag[I], arg1: ClassTag[O])

Abstract Value Members

  1. abstract def decode(arg0: ChannelHandlerContext, arg1: ByteBuf, arg2: List[AnyRef]): Unit

    Attributes
    protected[io.netty.handler.codec]
    Definition Classes
    ByteToMessageCodec
    Annotations
    @throws( classOf[java.lang.Exception] )
  2. abstract def encode(arg0: ChannelHandlerContext, arg1: O, arg2: ByteBuf): Unit

    Attributes
    protected[io.netty.handler.codec]
    Definition Classes
    ByteToMessageCodec
    Annotations
    @throws( classOf[java.lang.Exception] )

Concrete 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(msg: Any): Boolean

  5. def acceptOutboundMessage(msg: Any): Boolean

    Definition Classes
    StrictByteToMessageCodec → ByteToMessageCodec
  6. final def asInstanceOf[T0]: T0

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

    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def channelActive(arg0: ChannelHandlerContext): Unit

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

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

    Definition Classes
    StrictByteToMessageCodec → ByteToMessageCodec → ChannelInboundHandlerAdapter → ChannelInboundHandler
  11. def channelReadComplete(arg0: ChannelHandlerContext): Unit

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

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

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

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

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

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

    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def decodeLast(arg0: ChannelHandlerContext, arg1: ByteBuf, arg2: List[AnyRef]): Unit

    Attributes
    protected[io.netty.handler.codec]
    Definition Classes
    ByteToMessageCodec
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def deregister(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def disconnect(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit

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

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

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

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

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

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @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. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def write(ctx: ChannelHandlerContext, msg: Any, promise: ChannelPromise): Unit

    Definition Classes
    StrictByteToMessageCodec → ByteToMessageCodec → ChannelDuplexHandler → ChannelOutboundHandler

Inherited from ByteToMessageCodec[O]

Inherited from ChannelDuplexHandler

Inherited from ChannelOutboundHandler

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped