Uses of Interface
com.biglybt.core.networkmanager.impl.ByteBucket
-
Packages that use ByteBucket Package Description com.biglybt.core.networkmanager.impl -
-
Uses of ByteBucket in com.biglybt.core.networkmanager.impl
Classes in com.biglybt.core.networkmanager.impl that implement ByteBucket Modifier and Type Class Description class
ByteBucketMT
class
ByteBucketST
Fields in com.biglybt.core.networkmanager.impl declared as ByteBucket Modifier and Type Field Description (package private) ByteBucket
TransferProcessor.GroupData. bucket
(package private) ByteBucket
TransferProcessor. main_bucket
Methods in com.biglybt.core.networkmanager.impl that return ByteBucket Modifier and Type Method Description private ByteBucket
TransferProcessor. createBucket(int bytes_per_sec)
Constructors in com.biglybt.core.networkmanager.impl with parameters of type ByteBucket Constructor Description GroupData(ByteBucket bucket)
-