Package org.infinispan.server.resp
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) static RespCommand
bulkCommand
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static String
bulkString
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static long
readNumber
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static byte[]
readTerminatedBytes
(io.netty.buffer.ByteBuf buf) static RespCommand
simpleCommand
(io.netty.buffer.ByteBuf buf) static String
simpleString
(io.netty.buffer.ByteBuf buf) static byte
singleByte
(io.netty.buffer.ByteBuf buffer)
-
Constructor Details
-
Intrinsics
public Intrinsics()
-
-
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) -
bulkString
public static String bulkString(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) -
bulkCommand
public static RespCommand bulkCommand(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) -
bulkArray
public static byte[] bulkArray(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor)
-