Uses of Interface
org.infinispan.server.resp.ByteBufPool
Packages that use ByteBufPool
-
Uses of ByteBufPool in org.infinispan.server.resp
Fields in org.infinispan.server.resp with type parameters of type ByteBufPoolModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey
<ByteBufPool> RespRequestHandler.BYTE_BUF_POOL_ATTRIBUTE_KEY
-
Uses of ByteBufPool in org.infinispan.server.resp.serialization.bytebuf
Methods in org.infinispan.server.resp.serialization.bytebuf with parameters of type ByteBufPoolModifier and TypeMethodDescriptionstatic void
ByteBufferUtils.writeNumericPrefix
(byte symbol, long number, ByteBufPool alloc) static io.netty.buffer.ByteBuf
ByteBufferUtils.writeNumericPrefix
(byte symbol, long number, ByteBufPool alloc, int additionalWidth) Constructors in org.infinispan.server.resp.serialization.bytebuf with parameters of type ByteBufPool