Interface PEPeerManagerStats
- All Known Implementing Classes:
PEPeerManagerStatsImpl
public interface PEPeerManagerStats
-
Method Summary
Modifier and TypeMethodDescriptionvoiddataBytesReceived(PEPeer peer, long length) voiddataBytesSent(PEPeer peer, long length) voidlonglonglonglonglonglonglonglonglonglongintintlonglonglonglonglonglonglongintintlonglonglonglongvoidhashFailed(int length) voidhaveNewConnection(boolean incoming) voidhaveNewPiece(int pieceLength) voidpermittedReceiveBytesUsed(int bytes) voidpermittedSendBytesUsed(int bytes) voidprotocolBytesReceived(PEPeer peer, long length) voidprotocolBytesSent(PEPeer peer, long length)
-
Method Details
-
discarded
-
hashFailed
void hashFailed(int length) -
dataBytesReceived
-
protocolBytesReceived
-
dataBytesSent
-
protocolBytesSent
-
haveNewPiece
void haveNewPiece(int pieceLength) -
haveNewConnection
void haveNewConnection(boolean incoming) -
getDataReceiveRate
long getDataReceiveRate() -
getProtocolReceiveRate
long getProtocolReceiveRate() -
getDataSendRate
long getDataSendRate() -
getProtocolSendRate
long getProtocolSendRate() -
getPeakDataReceiveRate
long getPeakDataReceiveRate() -
getPeakDataSendRate
long getPeakDataSendRate() -
getSmoothedDataReceiveRate
long getSmoothedDataReceiveRate() -
getSmoothedDataSendRate
long getSmoothedDataSendRate() -
getTotalDataBytesSent
long getTotalDataBytesSent() -
getTotalProtocolBytesSent
long getTotalProtocolBytesSent() -
getTotalDataBytesReceived
long getTotalDataBytesReceived() -
getTotalProtocolBytesReceived
long getTotalProtocolBytesReceived() -
getTotalDataBytesSentNoLan
long getTotalDataBytesSentNoLan() -
getTotalProtocolBytesSentNoLan
long getTotalProtocolBytesSentNoLan() -
getTotalDataBytesReceivedNoLan
long getTotalDataBytesReceivedNoLan() -
getTotalProtocolBytesReceivedNoLan
long getTotalProtocolBytesReceivedNoLan() -
getTotalAverage
long getTotalAverage() -
getTotalHashFailBytes
long getTotalHashFailBytes() -
getTotalDiscarded
long getTotalDiscarded() -
getTimeSinceLastDataReceivedInSeconds
int getTimeSinceLastDataReceivedInSeconds() -
getTimeSinceLastDataSentInSeconds
int getTimeSinceLastDataSentInSeconds() -
getTotalIncomingConnections
int getTotalIncomingConnections() -
getTotalOutgoingConnections
int getTotalOutgoingConnections() -
getPermittedBytesToReceive
long getPermittedBytesToReceive() -
permittedReceiveBytesUsed
void permittedReceiveBytesUsed(int bytes) -
getPermittedBytesToSend
long getPermittedBytesToSend() -
permittedSendBytesUsed
void permittedSendBytesUsed(int bytes)
-