Class ConnectionStats


  • public class ConnectionStats
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionStats​(double requestRate, double byteRate, io.netty.channel.Channel inboundChannel, io.netty.channel.Channel outboundChannel)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • requestRate

        public double requestRate
      • byteRate

        public double byteRate
      • clientAddress

        public java.lang.String clientAddress
      • brokerAddress

        public java.lang.String brokerAddress
    • Constructor Detail

      • ConnectionStats

        public ConnectionStats​(double requestRate,
                               double byteRate,
                               io.netty.channel.Channel inboundChannel,
                               io.netty.channel.Channel outboundChannel)