Package org.infinispan.server.memcached
Class TextProtocolUtil
- java.lang.Object
-
- org.infinispan.server.memcached.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 Summary
Fields Modifier and Type Field Description static CharsetCHARSETDeprecated.static StringCLIENT_ERROR_BAD_FORMATDeprecated.static intCRDeprecated.static StringCRLFDeprecated.static byte[]CRLFBytesDeprecated.static byte[]DELETEDDeprecated.static byte[]ENDDeprecated.static intEND_SIZEDeprecated.static byte[]ERRORDeprecated.static byte[]EXISTSDeprecated.static intLFDeprecated.static BigIntegerMAX_UNSIGNED_LONGDeprecated.static BigIntegerMIN_UNSIGNEDDeprecated.static byte[]NOT_FOUNDDeprecated.static byte[]NOT_STOREDDeprecated.static byte[]OKDeprecated.static StringSERVER_ERRORDeprecated.static intSPDeprecated.static byte[]STOREDDeprecated.static byte[]TOUCHEDDeprecated.static byte[]VALUEDeprecated.static intVALUE_SIZEDeprecated.static byte[]ZERODeprecated.
-
-
-
Field Detail
-
CRLF
public static final String CRLF
Deprecated.- See Also:
- Constant Field Values
-
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.
-
CLIENT_ERROR_BAD_FORMAT
public static final String CLIENT_ERROR_BAD_FORMAT
Deprecated.- See Also:
- Constant Field Values
-
SERVER_ERROR
public static final String SERVER_ERROR
Deprecated.- See Also:
- Constant Field Values
-
VALUE
public static final byte[] VALUE
Deprecated.
-
VALUE_SIZE
public static final int VALUE_SIZE
Deprecated.
-
ZERO
public static final byte[] ZERO
Deprecated.
-
SP
public static final int SP
Deprecated.- See Also:
- Constant Field Values
-
CR
public static final int CR
Deprecated.- See Also:
- Constant Field Values
-
LF
public static final int LF
Deprecated.- See Also:
- Constant Field Values
-
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.
-
-