o

redis.protocol

RedisProtocolReply

object RedisProtocolReply

Source
RedisProtocolReply.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RedisProtocolReply
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val BULK: Char
  5. val ERROR: Char
  6. val INTEGER: Char
  7. val LS: Array[Byte]
  8. val MULTIBULK: Char
  9. val STATUS: Char
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def bulks(i: Int, builder: Builder[RedisReply, Vector[RedisReply]], byteString: ByteString): DecodeResult[MultiBulk]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def decodeBulk(bs: ByteString): DecodeResult[Bulk]
  14. def decodeInteger(bs: ByteString): DecodeResult[Integer]
  15. def decodeMultiBulk(bs: ByteString): DecodeResult[MultiBulk]
  16. def decodeReply(bs: ByteString): DecodeResult[RedisReply]
  17. val decodeReplyBulk: PartialFunction[ByteString, DecodeResult[Bulk]]
  18. val decodeReplyError: PartialFunction[ByteString, DecodeResult[Error]]
  19. val decodeReplyInteger: PartialFunction[ByteString, DecodeResult[Integer]]
  20. val decodeReplyMultiBulk: PartialFunction[ByteString, DecodeResult[MultiBulk]]
  21. val decodeReplyPF: PartialFunction[ByteString, DecodeResult[RedisReply]]
  22. val decodeReplyStatus: PartialFunction[ByteString, DecodeResult[Status]]
  23. def decodeString(bs: ByteString): DecodeResult[ByteString]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped