public class ConnectionStats extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
brokerAddress |
double |
byteRate |
String |
clientAddress |
double |
requestRate |
| Constructor and Description |
|---|
ConnectionStats(double requestRate,
double byteRate,
io.netty.channel.Channel inboundChannel,
io.netty.channel.Channel outboundChannel) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.