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 PEPeerControl
PEPeerControlFactory.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 List
PEPeerTransportFactory.createExtendedTransports
(PEPeerControl manager, String protocol_name, Map details) static PEPeerTransport
PEPeerTransportFactory.createTransport
(PEPeerControl control, String peer_source, NetworkConnection connection, Map initial_user_data) static PEPeerTransport
PEPeerTransportFactory.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 TypeClassDescriptionclass
manages 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 class
Fields in com.biglybt.core.peermanager declared as PEPeerControlModifier and TypeFieldDescriptionprivate PEPeerControl
PeerManager.PeerManagerRegistrationImpl.active_control
private PEPeerControl
PeerManager.PeerManagerRegistrationImpl.download
Methods in com.biglybt.core.peermanager that return PEPeerControlModifier and TypeMethodDescriptionprotected PEPeerControl
PeerManager.PeerManagerRegistrationImpl.getActiveControl()
Methods in com.biglybt.core.peermanager with parameters of type PEPeerControlModifier and TypeMethodDescriptionvoid
PeerManager.PeerManagerRegistrationImpl.activate
(PEPeerControl _active_control) void
PeerManager.PeerManagerRegistrationRoutingFailed.activate
(PEPeerControl peer_control) void
PeerManagerRegistration.activate
(PEPeerControl peer_control) protected void
PeerManager.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 PiecePicker
PiecePickerFactory.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