Uses of Interface
com.google.code.yanf4j.util.ByteBufferMatcher
Packages that use ByteBufferMatcher
Package
Description
Yanf4j utilities
Memcached protocol codec
-
Uses of ByteBufferMatcher in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl declared as ByteBufferMatcherModifier and TypeFieldDescriptionprivate static final ByteBufferMatcher
TextLineCodecFactory.SPLIT_PATTERN
-
Uses of ByteBufferMatcher in com.google.code.yanf4j.util
Classes in com.google.code.yanf4j.util that implement ByteBufferMatcherModifier and TypeClassDescriptionclass
ByteBuffer matcher based on shift-and algorithmclass
ByteBuffer matcher based on shift-or algorithm -
Uses of ByteBufferMatcher in net.rubyeye.xmemcached.codec
Fields in net.rubyeye.xmemcached.codec declared as ByteBufferMatcherModifier and TypeFieldDescriptionstatic final ByteBufferMatcher
MemcachedDecoder.SPLIT_MATCHER
shift-and algorithm for ByteBuffer's match