Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- singleByte(ByteBuf)
- simpleString(ByteBuf, int)
- simpleCommand(ByteBuf, int)
- readNumber(ByteBuf, Intrinsics.Resp2LongProcessor)
- readTerminatedBytes(ByteBuf, int)
- bulkString(ByteBuf, Intrinsics.Resp2LongProcessor, int)
- bulkCommand(ByteBuf, Intrinsics.Resp2LongProcessor, int)
- bulkArray(ByteBuf, Intrinsics.Resp2LongProcessor, int)
Class Intrinsics
java.lang.Object
org.infinispan.server.resp.Intrinsics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
bulkArray
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) static RespCommand
bulkCommand
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) static String
bulkString
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) static long
readNumber
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static byte[]
readTerminatedBytes
(io.netty.buffer.ByteBuf buf, int maxArraySize) static RespCommand
simpleCommand
(io.netty.buffer.ByteBuf buf, int maxArraySize) static String
simpleString
(io.netty.buffer.ByteBuf buf, int lengthMaximum) static byte
singleByte
(io.netty.buffer.ByteBuf buffer)
-
Constructor Details
-
Method Details
-
singleByte
public static byte singleByte(io.netty.buffer.ByteBuf buffer) -
simpleString
-
simpleCommand
-
readNumber
public static long readNumber(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) -
readTerminatedBytes
public static byte[] readTerminatedBytes(io.netty.buffer.ByteBuf buf, int maxArraySize) -
bulkString
public static String bulkString(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) -
bulkCommand
public static RespCommand bulkCommand(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) -
bulkArray
public static byte[] bulkArray(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize)
-