|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
org.klomp.snark |
Uses of Request in org.klomp.snark |
---|
Fields in org.klomp.snark declared as Request | |
---|---|
(package private) Request |
PeerState.pendingRequest
|
Methods in org.klomp.snark that return Request | |
---|---|
(package private) Request |
PeerState.getOutstandingRequest(int piece,
int begin,
int length)
Called when a piece message is being processed by the incoming connection. |
(package private) Request |
PeerState.getPartialRequest()
|
Request |
PeerCoordinator.getPeerPartial(BitField havePieces)
Return partial piece if it's still wanted and peer has it. |
Request |
PeerListener.getPeerPartial(BitField havePieces)
Called when a peer has connected and there may be a partially downloaded piece that the coordinatorator can give the peer task |
Methods in org.klomp.snark with parameters of type Request | |
---|---|
(package private) void |
PeerState.pieceMessage(Request req)
Called when a partial piece request has been handled by PeerConnectionIn. |
(package private) void |
PeerConnectionOut.sendCancel(Request req)
|
(package private) void |
PeerConnectionOut.sendRequest(Request req)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |