Uses of Record Class
com.loomcache.server.network.TcpServer.BandwidthStats
Packages that use TcpServer.BandwidthStats
-
Uses of TcpServer.BandwidthStats in com.loomcache.server.network
Methods in com.loomcache.server.network that return TcpServer.BandwidthStatsModifier and TypeMethodDescriptionTcpServer.ServerHealthStatus.bandwidth()Returns the value of thebandwidthrecord component.TcpServer.getBandwidthStats()Get current bandwidth statistics.Constructors in com.loomcache.server.network with parameters of type TcpServer.BandwidthStatsModifierConstructorDescriptionServerHealthStatus(long uptimeMs, int totalConnections, int activeConnections, int droppedConnections, TcpServer.BandwidthStats bandwidth) Creates an instance of aServerHealthStatusrecord class.