类 PingRequestDataWriter

java.lang.Object
com.alibaba.csp.sentinel.cluster.client.codec.data.PingRequestDataWriter
所有已实现的接口:
com.alibaba.csp.sentinel.cluster.codec.EntityWriter<String,io.netty.buffer.ByteBuf>

public class PingRequestDataWriter extends Object implements com.alibaba.csp.sentinel.cluster.codec.EntityWriter<String,io.netty.buffer.ByteBuf>
从以下版本开始:
1.4.0
作者:
Eric Zhao
  • 构造器详细资料

    • PingRequestDataWriter

      public PingRequestDataWriter()
  • 方法详细资料

    • writeTo

      public void writeTo(String entity, io.netty.buffer.ByteBuf target)
      指定者:
      writeTo 在接口中 com.alibaba.csp.sentinel.cluster.codec.EntityWriter<String,io.netty.buffer.ByteBuf>