Uses of Class
com.biglybt.core.networkmanager.NetworkManager
-
Packages that use NetworkManager Package Description com.biglybt.core.networkmanager com.biglybt.core.networkmanager.impl -
-
Uses of NetworkManager in com.biglybt.core.networkmanager
Fields in com.biglybt.core.networkmanager declared as NetworkManager Modifier and Type Field Description private static NetworkManager
NetworkManager. instance
Methods in com.biglybt.core.networkmanager that return NetworkManager Modifier and Type Method Description static NetworkManager
NetworkManager. getSingleton()
Get the singleton instance of the network manager. -
Uses of NetworkManager in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as NetworkManager Modifier and Type Field Description private NetworkManager
EntityHandler. net_man
private NetworkManager
WriteController. net_man
Constructors in com.biglybt.core.networkmanager.impl with parameters of type NetworkManager Constructor Description EntityHandler(NetworkManager _net_man, int type, RateHandler rate_handler)
Create a new entity handler using the given rate handler.TransferProcessor(NetworkManager net_man, int _processor_type, LimitedRateGroup max_rate_limit, boolean multi_threaded)
Create new transfer processor for the given read/write type, limited to the given max rate.
-