Class TextProtocolUtil


  • @Deprecated
    public class TextProtocolUtil
    extends Object
    Deprecated.
    since 10.1. Will be removed unless a binary protocol encoder/decoder is implemented.
    Memcached text protocol utilities.
    Since:
    4.1
    Author:
    Galder ZamarreƱo
    • Field Detail

      • CRLFBytes

        public static final byte[] CRLFBytes
        Deprecated.
      • END

        public static final byte[] END
        Deprecated.
      • END_SIZE

        public static final int END_SIZE
        Deprecated.
      • DELETED

        public static final byte[] DELETED
        Deprecated.
      • NOT_FOUND

        public static final byte[] NOT_FOUND
        Deprecated.
      • EXISTS

        public static final byte[] EXISTS
        Deprecated.
      • STORED

        public static final byte[] STORED
        Deprecated.
      • NOT_STORED

        public static final byte[] NOT_STORED
        Deprecated.
      • OK

        public static final byte[] OK
        Deprecated.
      • TOUCHED

        public static final byte[] TOUCHED
        Deprecated.
      • ERROR

        public static final byte[] ERROR
        Deprecated.
      • VALUE

        public static final byte[] VALUE
        Deprecated.
      • VALUE_SIZE

        public static final int VALUE_SIZE
        Deprecated.
      • ZERO

        public static final byte[] ZERO
        Deprecated.
      • MAX_UNSIGNED_LONG

        public static final BigInteger MAX_UNSIGNED_LONG
        Deprecated.
      • MIN_UNSIGNED

        public static final BigInteger MIN_UNSIGNED
        Deprecated.
      • CHARSET

        public static final Charset CHARSET
        Deprecated.