Package org.klomp.snark
Class WebPeer
java.lang.Object
org.klomp.snark.Peer
org.klomp.snark.WebPeer
- All Implemented Interfaces:
Comparable<Peer>
,EepGet.StatusListener
BEP 19.
Does not have an associated PeerState.
All request tracking is done here.
- Since:
- 0.9.49
-
Field Summary
Fields inherited from class org.klomp.snark.Peer
_log, CHECK_PERIOD, magnetState, metainfo, RATE_DEPTH, state
-
Constructor Summary
ConstructorDescriptionWebPeer
(PeerCoordinator coord, URI uri, PeerID peerID, MetaInfo metainfo) Outgoing connection. -
Method Summary
Modifier and TypeMethodDescriptionvoid
attemptFailed
(String url, long bytesTransferred, long bytesRemaining, int currentAttempt, int numRetries, Exception cause) void
attempting
(String url) void
bytesTransferred
(long alreadyTransferred, int currentWrite, long bytesTransferred, long bytesRemaining, String url) Total length should be == alreadyTransferred + currentWrite + bytesRemaining for all calls(package private) void
cancel
(int piece) Tell the other side that we are no longer interested in any of the outstanding requests (if any) for this piece.int
Return how much the peer has(package private) void
boolean
Two Peers are equal when they have the same PeerID.long
long
int
int
hashCode()
The hash code of a Peer is the hash code of the peerID.void
have
(int piece) Tell the peer we have another piece.void
headerReceived
(String url, int attemptNum, String key, String val) Note: Headers are not processed, and this is not called, for most error response codes, unless setWriteErrorToOutput() is called before fetch().boolean
isChoked()
Whether or not the peer choked us.boolean
Whether or not we are choking the peer.boolean
Return if a peer is a seederboolean
boolean
Whether or not the peer is interested in pieces we have.boolean
Whether or not the peer has pieces we want from it.boolean
void
Send keepalive(package private) void
request()
Update the request queue.void
Retransmit outstanding requests if necessaryvoid
runConnection
(I2PSnarkUtil util, PeerListener listener, BitField ignore, MagnetState mState, boolean uploadOnly) Runs the connection to the other peer.void
setChoking
(boolean choke) Sets whether or not we are choking the peer.void
setInteresting
(boolean interest) Deprecated.toString()
Returns the String representation of the peerID.void
transferComplete
(long alreadyTransferred, long bytesTransferred, long bytesRemaining, String url, String outputFile, boolean notModified) void
transferFailed
(String url, long bytesTransferred, long bytesRemaining, int currentAttempt) Methods inherited from class org.klomp.snark.Peer
compareTo, disconnect, downloaded, getDestination, getDownloaded, getDownloadRate, getHandshakeMap, getMagnetState, getPeerID, getTotalCommentsSent, getUploaded, getUploadRate, isIncoming, isRequesting, resetCounters, sendExtension, setHandshakeMap, setMetaInfo, setRateHistory, setTotalCommentsSent, supportsFast, uploaded
-
Field Details
-
IDBytes
public static final byte[] IDBytes
-
-
Constructor Details
-
WebPeer
Outgoing connection. Creates a disconnected peer given a PeerID, your own id and the relevant MetaInfo.- Parameters:
uri
- must be http with .i2p hostmetainfo
- non-null
-
-
Method Details
-
toString
Description copied from class:Peer
Returns the String representation of the peerID. -
getSocket
-
hashCode
public int hashCode()The hash code of a Peer is the hash code of the peerID. -
equals
Two Peers are equal when they have the same PeerID. All other properties are ignored. -
runConnection
public void runConnection(I2PSnarkUtil util, PeerListener listener, BitField ignore, MagnetState mState, boolean uploadOnly) Runs the connection to the other peer. This method does not return until the connection is terminated.- Overrides:
runConnection
in classPeer
- Parameters:
ignore
- our bitfield, ignoreuploadOnly
- if we are complete with skipped files, i.e. a partial seed
-
getMaxPipeline
public int getMaxPipeline()- Overrides:
getMaxPipeline
in classPeer
- Returns:
- min of PeerState.MIN_PIPELINE, max of PeerState.MAX_PIPELINE
-
isConnected
public boolean isConnected()- Overrides:
isConnected
in classPeer
-
disconnect
void disconnect()- Overrides:
disconnect
in classPeer
-
have
public void have(int piece) Description copied from class:Peer
Tell the peer we have another piece. -
cancel
void cancel(int piece) Description copied from class:Peer
Tell the other side that we are no longer interested in any of the outstanding requests (if any) for this piece. -
request
void request()Description copied from class:Peer
Update the request queue. Call after adding wanted pieces. -
isInterested
public boolean isInterested()Description copied from class:Peer
Whether or not the peer is interested in pieces we have. Returns false if not connected.- Overrides:
isInterested
in classPeer
-
setInteresting
Deprecated.Description copied from class:Peer
Sets whether or not we are interested in pieces from this peer. Defaults to false. When interest is true and this peer unchokes us then we start downloading from it. Has no effect when not connected.- Overrides:
setInteresting
in classPeer
-
isInteresting
public boolean isInteresting()Description copied from class:Peer
Whether or not the peer has pieces we want from it. Returns false if not connected.- Overrides:
isInteresting
in classPeer
-
setChoking
public void setChoking(boolean choke) Description copied from class:Peer
Sets whether or not we are choking the peer. Defaults to true. When choke is false and the peer requests some pieces we upload them, otherwise requests of this peer are ignored.- Overrides:
setChoking
in classPeer
-
isChoking
public boolean isChoking()Description copied from class:Peer
Whether or not we are choking the peer. Returns true when not connected. -
isChoked
public boolean isChoked()Description copied from class:Peer
Whether or not the peer choked us. Returns true when not connected. -
getInactiveTime
public long getInactiveTime()- Overrides:
getInactiveTime
in classPeer
-
getMaxInactiveTime
public long getMaxInactiveTime()- Overrides:
getMaxInactiveTime
in classPeer
-
keepAlive
public void keepAlive()Description copied from class:Peer
Send keepalive -
retransmitRequests
public void retransmitRequests()Description copied from class:Peer
Retransmit outstanding requests if necessary- Overrides:
retransmitRequests
in classPeer
-
completed
public int completed()Description copied from class:Peer
Return how much the peer has -
isCompleted
public boolean isCompleted()Description copied from class:Peer
Return if a peer is a seeder- Overrides:
isCompleted
in classPeer
-
isWebPeer
public boolean isWebPeer() -
bytesTransferred
public void bytesTransferred(long alreadyTransferred, int currentWrite, long bytesTransferred, long bytesRemaining, String url) Description copied from interface:EepGet.StatusListener
Total length should be == alreadyTransferred + currentWrite + bytesRemaining for all calls- Specified by:
bytesTransferred
in interfaceEepGet.StatusListener
- Parameters:
alreadyTransferred
- total of all attempts, not including currentWrite If nonzero on the first call, a partial file of that length was found, _and_ the server supports resume. If zero on a subsequent call after some bytes are transferred (and presumably after an attemptFailed), the server does _not_ support resume and we had to start over. To track _actual_ transfer if the output file could already exist, the listener should keep its own counter, or subtract the initial alreadyTransferred value. And watch out for alreadyTransferred resetting if a resume failed...currentWrite
- since last call to the listenerbytesTransferred
- includes headers, retries, redirects, discarded partial downloads, ...bytesRemaining
- on this attempt only, currentWrite already subtracted - or -1 if chunked encoding or server does not return a length
-
attemptFailed
public void attemptFailed(String url, long bytesTransferred, long bytesRemaining, int currentAttempt, int numRetries, Exception cause) - Specified by:
attemptFailed
in interfaceEepGet.StatusListener
- See Also:
-
transferComplete
public void transferComplete(long alreadyTransferred, long bytesTransferred, long bytesRemaining, String url, String outputFile, boolean notModified) - Specified by:
transferComplete
in interfaceEepGet.StatusListener
- Parameters:
outputFile
- null if unknown (output stream constructor)- See Also:
-
transferFailed
public void transferFailed(String url, long bytesTransferred, long bytesRemaining, int currentAttempt) - Specified by:
transferFailed
in interfaceEepGet.StatusListener
- See Also:
-
headerReceived
Description copied from interface:EepGet.StatusListener
Note: Headers are not processed, and this is not called, for most error response codes, unless setWriteErrorToOutput() is called before fetch(). To be changed?- Specified by:
headerReceived
in interfaceEepGet.StatusListener
-
attempting
- Specified by:
attempting
in interfaceEepGet.StatusListener
-