Uses of Interface
com.google.code.yanf4j.util.ByteBufferMatcher
-
Packages that use ByteBufferMatcher Package Description com.google.code.yanf4j.core.impl com.google.code.yanf4j.util Yanf4j utilitiesnet.rubyeye.xmemcached.codec Memcached protocol codec -
-
Uses of ByteBufferMatcher in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl declared as ByteBufferMatcher Modifier and Type Field Description private static ByteBufferMatcherTextLineCodecFactory. SPLIT_PATTERN -
Uses of ByteBufferMatcher in com.google.code.yanf4j.util
Classes in com.google.code.yanf4j.util that implement ByteBufferMatcher Modifier and Type Class Description classShiftAndByteBufferMatcherByteBuffer matcher based on shift-and algorithmclassShiftOrByteBufferMatcherByteBuffer matcher based on shift-or algorithm -
Uses of ByteBufferMatcher in net.rubyeye.xmemcached.codec
Fields in net.rubyeye.xmemcached.codec declared as ByteBufferMatcher Modifier and Type Field Description static ByteBufferMatcherMemcachedDecoder. SPLIT_MATCHERshift-and algorithm for ByteBuffer's match
-