Class TextProtocolUtil


  • public class TextProtocolUtil
    extends Object
    Memcached text protocol utilities.
    Since:
    4.1
    Author:
    Galder ZamarreƱo
    • Field Detail

      • CRLFBytes

        public static final byte[] CRLFBytes
      • END

        public static final byte[] END
      • END_SIZE

        public static final int END_SIZE
      • DELETED

        public static final byte[] DELETED
      • NOT_FOUND

        public static final byte[] NOT_FOUND
      • EXISTS

        public static final byte[] EXISTS
      • STORED

        public static final byte[] STORED
      • NOT_STORED

        public static final byte[] NOT_STORED
      • OK

        public static final byte[] OK
      • ERROR

        public static final byte[] ERROR
      • VALUE

        public static final byte[] VALUE
      • VALUE_SIZE

        public static final int VALUE_SIZE
      • ZERO

        public static final byte[] ZERO
      • MAX_UNSIGNED_LONG

        public static final BigInteger MAX_UNSIGNED_LONG
      • MIN_UNSIGNED

        public static final BigInteger MIN_UNSIGNED
      • CHARSET

        public static final Charset CHARSET