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_KEYprotected static final BiConsumer<byte[],ByteBufPool> Resp3Handler.DELETE_BICONSUMERprotected static final BiConsumer<byte[],ByteBufPool> Resp3Handler.GET_BICONSUMERprotected static final BiConsumer<Long,ByteBufPool> Resp3Handler.LONG_BICONSUMERprotected static final BiConsumer<Object,ByteBufPool> Resp3Handler.OK_BICONSUMERprotected static final BiConsumer<SetResponse,ByteBufPool> Resp3Handler.SET_BICONSUMERMethods in org.infinispan.server.resp with parameters of type ByteBufPoolModifier and TypeMethodDescriptionprotected static io.netty.buffer.ByteBufRespRequestHandler.bytesToResult(byte[] result, ByteBufPool alloc) protected static voidResp3Handler.handleLongResult(Long result, ByteBufPool alloc) protected static voidResp3Handler.handleThrowable(ByteBufPool alloc, Throwable t) protected static io.netty.buffer.ByteBufRespRequestHandler.stringToByteBuf(CharSequence string, ByteBufPool alloc) protected static io.netty.buffer.ByteBufRespRequestHandler.stringToByteBufWithExtra(CharSequence string, ByteBufPool alloc, int extraBytes) Method parameters in org.infinispan.server.resp with type arguments of type ByteBufPoolModifier and TypeMethodDescriptionprotected <E> CompletionStage<RespRequestHandler>RespRequestHandler.stageToReturn(CompletionStage<E> stage, io.netty.channel.ChannelHandlerContext ctx, BiConsumer<? super E, ByteBufPool> biConsumer)