程序包com.alibaba.csp.sentinel.cluster.server.codec.data的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.alibaba.csp.sentinel.cluster.server.codec.data.FlowRequestDataDecoder (implements com.alibaba.csp.sentinel.cluster.codec.EntityDecoder<S,T>)
    • com.alibaba.csp.sentinel.cluster.server.codec.data.FlowResponseDataWriter (implements com.alibaba.csp.sentinel.cluster.codec.EntityWriter<E,T>)
    • com.alibaba.csp.sentinel.cluster.server.codec.data.ParamFlowRequestDataDecoder (implements com.alibaba.csp.sentinel.cluster.codec.EntityDecoder<S,T>)
    • com.alibaba.csp.sentinel.cluster.server.codec.data.PingRequestDataDecoder (implements com.alibaba.csp.sentinel.cluster.codec.EntityDecoder<S,T>)
    • com.alibaba.csp.sentinel.cluster.server.codec.data.PingResponseDataWriter (implements com.alibaba.csp.sentinel.cluster.codec.EntityWriter<E,T>)