Uses of Class
com.biglybt.core.peermanager.messaging.bittorrent.BTRequest
-
Packages that use BTRequest Package Description com.biglybt.core.networkmanager.impl.http com.biglybt.core.peer.impl.transport com.biglybt.pif.messaging.bittorrent -
-
Uses of BTRequest in com.biglybt.core.networkmanager.impl.http
Fields in com.biglybt.core.networkmanager.impl.http with type parameters of type BTRequest Modifier and Type Field Description private java.util.List<BTRequest>
HTTPNetworkConnection. choked_requests
Methods in com.biglybt.core.networkmanager.impl.http with parameters of type BTRequest Modifier and Type Method Description protected void
HTTPNetworkConnection. addBTRequest(BTRequest request, HTTPNetworkConnection.httpRequest http_request)
Constructors in com.biglybt.core.networkmanager.impl.http with parameters of type BTRequest Constructor Description pendingRequest(BTRequest _request, HTTPNetworkConnection.httpRequest _http_request)
-
Uses of BTRequest in com.biglybt.core.peer.impl.transport
Methods in com.biglybt.core.peer.impl.transport with parameters of type BTRequest Modifier and Type Method Description protected void
PEPeerTransportProtocol. decodeRequest(BTRequest request)
-
Uses of BTRequest in com.biglybt.pif.messaging.bittorrent
Fields in com.biglybt.pif.messaging.bittorrent declared as BTRequest Modifier and Type Field Description private BTRequest
BTMessageRequest. request
-