类 RequestDataDecodeRegistry

java.lang.Object
com.alibaba.csp.sentinel.cluster.server.codec.registry.RequestDataDecodeRegistry

public final class RequestDataDecodeRegistry extends Object
从以下版本开始:
1.4.0
作者:
Eric Zhao
  • 构造器详细资料

    • RequestDataDecodeRegistry

      public RequestDataDecodeRegistry()
  • 方法详细资料

    • addDecoder

      public static boolean addDecoder(int type, com.alibaba.csp.sentinel.cluster.codec.EntityDecoder<io.netty.buffer.ByteBuf,?> decoder)
    • getDecoder

      public static com.alibaba.csp.sentinel.cluster.codec.EntityDecoder<io.netty.buffer.ByteBuf,Object> getDecoder(int type)
    • removeDecoder

      public static boolean removeDecoder(int type)