org.infinispan.server.memcached
Class TextProtocolUtil

java.lang.Object
  extended by org.infinispan.server.memcached.TextProtocolUtil

public class TextProtocolUtil
extends Object

TextProtocolUtil.

Since:
4.1
Author:
Galder ZamarreƱo

Field Summary
static byte CR
           
static byte[] CRLF
           
static byte LF
           
static long SECONDS_IN_A_MONTH
           
 
Constructor Summary
TextProtocolUtil()
           
 
Method Summary
static byte[] concat(byte[] a, byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CR

public static final byte CR
See Also:
Constant Field Values

LF

public static final byte LF
See Also:
Constant Field Values

CRLF

public static final byte[] CRLF

SECONDS_IN_A_MONTH

public static final long SECONDS_IN_A_MONTH
See Also:
Constant Field Values
Constructor Detail

TextProtocolUtil

public TextProtocolUtil()
Method Detail

concat

public static byte[] concat(byte[] a,
                            byte[] b)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.