public class ServerGroupStat extends GroupStat
| Modifier and Type | Field and Description |
|---|---|
AtomicLong |
accepted
接受了多少连接
|
closed, handledBytes, handledPacketCosts, handledPackets, receivedBytes, receivedPackets, receivedTcps, sentBytes, sentPackets| Constructor and Description |
|---|
ServerGroupStat() |
| Modifier and Type | Method and Description |
|---|---|
AtomicLong |
getAccepted() |
getBytesPerTcpReceive, getClosed, getHandledBytes, getHandledCostsPerPacket, getHandledPacketCosts, getHandledPackets, getPacketsPerTcpReceive, getReceivedBytes, getReceivedPackets, getReceivedTcps, getSentBytes, getSentPacketspublic final AtomicLong accepted
public AtomicLong getAccepted()
Copyright © 2021. All rights reserved.