Hide protocol detail from users

This commit is contained in:
Trustin Lee 2013-12-06 13:27:51 +09:00
parent b0da45db7a
commit 27d020fc35

View File

@ -30,7 +30,7 @@ public abstract class BinaryMemcacheEncoder<M extends BinaryMemcacheMessage<H>,
/** /**
* Every binary memcache message has at least a 24 bytes header. * Every binary memcache message has at least a 24 bytes header.
*/ */
public static final int DEFAULT_BUFFER_SIZE = 24; private static final int DEFAULT_BUFFER_SIZE = 24;
@Override @Override
protected ByteBuf encodeMessage(ChannelHandlerContext ctx, M msg) { protected ByteBuf encodeMessage(ChannelHandlerContext ctx, M msg) {