类 DefaultResponseEntityWriter

java.lang.Object
com.alibaba.csp.sentinel.cluster.server.codec.DefaultResponseEntityWriter
所有已实现的接口:
com.alibaba.csp.sentinel.cluster.codec.EntityWriter<com.alibaba.csp.sentinel.cluster.response.ClusterResponse,io.netty.buffer.ByteBuf>, com.alibaba.csp.sentinel.cluster.codec.response.ResponseEntityWriter<com.alibaba.csp.sentinel.cluster.response.ClusterResponse,io.netty.buffer.ByteBuf>

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

    • DefaultResponseEntityWriter

      public DefaultResponseEntityWriter()
  • 方法详细资料

    • writeTo

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