Class Intrinsics
java.lang.Object
org.infinispan.server.resp.Intrinsics
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic byte[]bulkArray(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) static RespCommandbulkCommand(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) static StringbulkString(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) static longreadNumber(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static byte[]readTerminatedBytes(io.netty.buffer.ByteBuf buf, int maxArraySize) static RespCommandsimpleCommand(io.netty.buffer.ByteBuf buf, int maxArraySize) static StringsimpleString(io.netty.buffer.ByteBuf buf, int lengthMaximum) static bytesingleByte(io.netty.buffer.ByteBuf buffer) 
- 
Constructor Details- 
Intrinsicspublic Intrinsics()
 
- 
- 
Method Details- 
singleBytepublic static byte singleByte(io.netty.buffer.ByteBuf buffer) 
- 
simpleString
- 
simpleCommand
- 
readNumberpublic static long readNumber(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) 
- 
readTerminatedBytespublic static byte[] readTerminatedBytes(io.netty.buffer.ByteBuf buf, int maxArraySize) 
- 
bulkStringpublic static String bulkString(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) 
- 
bulkCommandpublic static RespCommand bulkCommand(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) 
- 
bulkArraypublic static byte[] bulkArray(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize) 
 
-