Class Intrinsics

java.lang.Object
org.infinispan.server.resp.Intrinsics

public class Intrinsics extends Object
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static byte[]
    bulkArray(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize)
     
    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)
     
    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)
     

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • Intrinsics Link icon

      public Intrinsics()
  • Method Details Link icon

    • singleByte Link icon

      public static byte singleByte(io.netty.buffer.ByteBuf buffer)
    • simpleString Link icon

      public static String simpleString(io.netty.buffer.ByteBuf buf, int lengthMaximum)
    • simpleCommand Link icon

      public static RespCommand simpleCommand(io.netty.buffer.ByteBuf buf, int maxArraySize)
    • readNumber Link icon

      public static long readNumber(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor)
    • readTerminatedBytes Link icon

      public static byte[] readTerminatedBytes(io.netty.buffer.ByteBuf buf, int maxArraySize)
    • bulkString Link icon

      public static String bulkString(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize)
    • bulkCommand Link icon

      public static RespCommand bulkCommand(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize)
    • bulkArray Link icon

      public static byte[] bulkArray(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor, int maxArraySize)