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 ByteBufferMatcher
TextLineCodecFactory. 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 class
ShiftAndByteBufferMatcher
ByteBuffer matcher based on shift-and algorithmclass
ShiftOrByteBufferMatcher
ByteBuffer 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 ByteBufferMatcher
MemcachedDecoder. SPLIT_MATCHER
shift-and algorithm for ByteBuffer's match
-