Uses of Class
org.eblocker.server.common.data.TrafficAccount
Packages that use TrafficAccount
-
Uses of TrafficAccount in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return TrafficAccountModifier and TypeMethodDescriptionstatic TrafficAccountTrafficAccount.add(TrafficAccount a, TrafficAccount b) static TrafficAccountTrafficAccount.sub(TrafficAccount a, TrafficAccount b) Methods in org.eblocker.server.common.data with parameters of type TrafficAccountModifier and TypeMethodDescriptionvoidTrafficAccount.add(TrafficAccount that) static TrafficAccountTrafficAccount.add(TrafficAccount a, TrafficAccount b) voidTrafficAccount.sub(TrafficAccount that) static TrafficAccountTrafficAccount.sub(TrafficAccount a, TrafficAccount b) Constructors in org.eblocker.server.common.data with parameters of type TrafficAccount -
Uses of TrafficAccount in org.eblocker.server.common.network
Methods in org.eblocker.server.common.network that return TrafficAccount