Package org.infinispan.server.memcached
Class TextProtocolUtil
- java.lang.Object
-
- org.infinispan.server.memcached.TextProtocolUtil
-
public class TextProtocolUtil extends java.lang.ObjectMemcached text protocol utilities.- Since:
- 4.1
- Author:
- Galder ZamarreƱo
-
-
Field Summary
Fields Modifier and Type Field Description static java.nio.charset.CharsetCHARSETstatic java.lang.StringCLIENT_ERROR_BAD_FORMATstatic intCRstatic java.lang.StringCRLFstatic byte[]CRLFBytesstatic byte[]DELETEDstatic byte[]ENDstatic intEND_SIZEstatic byte[]ERRORstatic byte[]EXISTSstatic intLFstatic java.math.BigIntegerMAX_UNSIGNED_LONGstatic java.math.BigIntegerMIN_UNSIGNEDstatic byte[]NOT_FOUNDstatic byte[]NOT_STOREDstatic byte[]OKstatic java.lang.StringSERVER_ERRORstatic intSPstatic byte[]STOREDstatic byte[]VALUEstatic intVALUE_SIZEstatic byte[]ZERO
-
-
-
Field Detail
-
CRLF
public static final java.lang.String CRLF
- See Also:
- Constant Field Values
-
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
-
CLIENT_ERROR_BAD_FORMAT
public static final java.lang.String CLIENT_ERROR_BAD_FORMAT
- See Also:
- Constant Field Values
-
SERVER_ERROR
public static final java.lang.String SERVER_ERROR
- See Also:
- Constant Field Values
-
VALUE
public static final byte[] VALUE
-
VALUE_SIZE
public static final int VALUE_SIZE
-
ZERO
public static final byte[] ZERO
-
SP
public static final int SP
- See Also:
- Constant Field Values
-
CR
public static final int CR
- See Also:
- Constant Field Values
-
LF
public static final int LF
- See Also:
- Constant Field Values
-
MAX_UNSIGNED_LONG
public static final java.math.BigInteger MAX_UNSIGNED_LONG
-
MIN_UNSIGNED
public static final java.math.BigInteger MIN_UNSIGNED
-
CHARSET
public static final java.nio.charset.Charset CHARSET
-
-