Uses of Interface
com.biglybt.core.peer.impl.PEPeerControl
Packages that use PEPeerControl
Package
Description
-
Uses of PEPeerControl in com.biglybt.core.networkmanager.impl.http
Methods in com.biglybt.core.networkmanager.impl.http that return PEPeerControl -
Uses of PEPeerControl in com.biglybt.core.peer.impl
Methods in com.biglybt.core.peer.impl that return PEPeerControlModifier and TypeMethodDescriptionstatic PEPeerControlPEPeerControlFactory.create(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager, int id) PEPeerTransport.getControl()Methods in com.biglybt.core.peer.impl with parameters of type PEPeerControlModifier and TypeMethodDescriptionstatic ListPEPeerTransportFactory.createExtendedTransports(PEPeerControl manager, String protocol_name, Map details) static PEPeerTransportPEPeerTransportFactory.createTransport(PEPeerControl control, String peer_source, NetworkConnection connection, Map initial_user_data) static PEPeerTransportPEPeerTransportFactory.createTransport(PEPeerControl control, String peer_source, String ip, int tcp_port, int udp_port, boolean use_tcp, boolean require_crypto_handshake, byte crypto_level, Map initial_user_data) Create a new default outgoing connection transport.PEPeerTransportExtensionHandler.handleExtension(PEPeerControl manager, Map details) -
Uses of PEPeerControl in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement PEPeerControlModifier and TypeClassDescriptionclassmanages all peer transports for a torrentMethods in com.biglybt.core.peer.impl.control that return PEPeerControlConstructors in com.biglybt.core.peer.impl.control with parameters of type PEPeerControl -
Uses of PEPeerControl in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as PEPeerControlMethods in com.biglybt.core.peer.impl.transport that return PEPeerControlConstructors in com.biglybt.core.peer.impl.transport with parameters of type PEPeerControlModifierConstructorDescriptionPEPeerTransportProtocol(PEPeerControl _manager, String _peer_source, NetworkConnection _connection, Map _initial_user_data) PEPeerTransportProtocol(PEPeerControl _manager, String _peer_source, String _ip, int _tcp_port, int _udp_port, boolean _use_tcp, boolean _require_crypto_handshake, byte _crypto_level, Map _initial_user_data) -
Uses of PEPeerControl in com.biglybt.core.peermanager
Classes in com.biglybt.core.peermanager that implement PEPeerControlModifier and TypeClassDescriptionprivate classFields in com.biglybt.core.peermanager declared as PEPeerControlModifier and TypeFieldDescriptionprivate PEPeerControlPeerManager.PeerManagerRegistrationImpl.active_controlprivate PEPeerControlPeerManager.PeerManagerRegistrationImpl.downloadMethods in com.biglybt.core.peermanager that return PEPeerControlModifier and TypeMethodDescriptionprotected PEPeerControlPeerManager.PeerManagerRegistrationImpl.getActiveControl()Methods in com.biglybt.core.peermanager with parameters of type PEPeerControlModifier and TypeMethodDescriptionvoidPeerManager.PeerManagerRegistrationImpl.activate(PEPeerControl _active_control) voidPeerManager.PeerManagerRegistrationRoutingFailed.activate(PEPeerControl peer_control) voidPeerManagerRegistration.activate(PEPeerControl peer_control) protected voidPeerManager.PeerManagerRegistrationImpl.route(PEPeerControl control, NetworkConnection connection, boolean is_activation, PeerManagerRoutingListener listener) -
Uses of PEPeerControl in com.biglybt.core.peermanager.piecepicker
Methods in com.biglybt.core.peermanager.piecepicker with parameters of type PEPeerControlModifier and TypeMethodDescriptionstatic PiecePickerPiecePickerFactory.create(PEPeerControl peer_control) -
Uses of PEPeerControl in com.biglybt.core.peermanager.piecepicker.impl
Fields in com.biglybt.core.peermanager.piecepicker.impl declared as PEPeerControlConstructors in com.biglybt.core.peermanager.piecepicker.impl with parameters of type PEPeerControl -
Uses of PEPeerControl in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return PEPeerControl