Uses of Interface
com.biglybt.core.peer.impl.PEPeerControl
-
-
Uses of PEPeerControl in com.biglybt.core.networkmanager.impl.http
Methods in com.biglybt.core.networkmanager.impl.http that return PEPeerControl Modifier and Type Method Description protected PEPeerControl
HTTPNetworkConnection. getPeerControl()
-
Uses of PEPeerControl in com.biglybt.core.peer.impl
Methods in com.biglybt.core.peer.impl that return PEPeerControl Modifier and Type Method Description static PEPeerControl
PEPeerControlFactory. create(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager, int id)
PEPeerControl
PEPeerTransport. getControl()
Methods in com.biglybt.core.peer.impl with parameters of type PEPeerControl Modifier and Type Method Description static java.util.List
PEPeerTransportFactory. createExtendedTransports(PEPeerControl manager, java.lang.String protocol_name, java.util.Map details)
static PEPeerTransport
PEPeerTransportFactory. createTransport(PEPeerControl control, java.lang.String peer_source, NetworkConnection connection, java.util.Map initial_user_data)
static PEPeerTransport
PEPeerTransportFactory. createTransport(PEPeerControl control, java.lang.String peer_source, java.lang.String ip, int tcp_port, int udp_port, boolean use_tcp, boolean require_crypto_handshake, byte crypto_level, java.util.Map initial_user_data)
Create a new default outgoing connection transport.java.util.List
PEPeerTransportExtensionHandler. handleExtension(PEPeerControl manager, java.util.Map details)
-
Uses of PEPeerControl in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement PEPeerControl Modifier and Type Class Description class
PEPeerControlImpl
manages all peer transports for a torrentMethods in com.biglybt.core.peer.impl.control that return PEPeerControl Modifier and Type Method Description PEPeerControl
PEPeerControlImpl. getControl()
Constructors in com.biglybt.core.peer.impl.control with parameters of type PEPeerControl Constructor Description SuperSeedPiece(PEPeerControl manager, int _pieceNumber)
-
Uses of PEPeerControl in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as PEPeerControl Modifier and Type Field Description protected PEPeerControl
PEPeerTransportProtocol. manager
Methods in com.biglybt.core.peer.impl.transport that return PEPeerControl Modifier and Type Method Description PEPeerControl
PEPeerTransportProtocol. getControl()
Constructors in com.biglybt.core.peer.impl.transport with parameters of type PEPeerControl Constructor Description PEPeerTransportProtocol(PEPeerControl _manager, java.lang.String _peer_source, NetworkConnection _connection, java.util.Map _initial_user_data)
PEPeerTransportProtocol(PEPeerControl _manager, java.lang.String _peer_source, java.lang.String _ip, int _tcp_port, int _udp_port, boolean _use_tcp, boolean _require_crypto_handshake, byte _crypto_level, java.util.Map _initial_user_data)
-
Uses of PEPeerControl in com.biglybt.core.peermanager
Classes in com.biglybt.core.peermanager that implement PEPeerControl Modifier and Type Class Description private class
PeerManager.PeerManagerRegistrationImpl.ProbeControl
Fields in com.biglybt.core.peermanager declared as PEPeerControl Modifier and Type Field Description private PEPeerControl
PeerManager.PeerManagerRegistrationImpl. active_control
private PEPeerControl
PeerManager.PeerManagerRegistrationImpl. download
Methods in com.biglybt.core.peermanager that return PEPeerControl Modifier and Type Method Description protected PEPeerControl
PeerManager.PeerManagerRegistrationImpl. getActiveControl()
Methods in com.biglybt.core.peermanager with parameters of type PEPeerControl Modifier and Type Method Description void
PeerManager.PeerManagerRegistrationImpl. activate(PEPeerControl _active_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 PEPeerControl Modifier and Type Method Description static 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 PEPeerControl Modifier and Type Field Description private PEPeerControl
PiecePickerImpl. peerControl
Constructors in com.biglybt.core.peermanager.piecepicker.impl with parameters of type PEPeerControl Constructor Description PiecePickerImpl(PEPeerControl pc)
-
Uses of PEPeerControl in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return PEPeerControl Modifier and Type Method Description PEPeerControl
PeerForeignDelegate. getControl()
-