Uses of Class
com.biglybt.core.networkmanager.NetworkManager
Packages that use NetworkManager
-
Uses of NetworkManager in com.biglybt.core.networkmanager
Fields in com.biglybt.core.networkmanager declared as NetworkManagerMethods in com.biglybt.core.networkmanager that return NetworkManagerModifier and TypeMethodDescriptionstatic 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 NetworkManagerModifier and TypeFieldDescriptionprivate final NetworkManager
EntityHandler.net_man
private NetworkManager
WriteController.net_man
Constructors in com.biglybt.core.networkmanager.impl with parameters of type NetworkManagerModifierConstructorDescriptionEntityHandler
(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.