Package com.biglybt.core.peer
Interface PEPeerManagerStats
- All Known Implementing Classes:
PEPeerManagerStatsImpl
public interface PEPeerManagerStats
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dataBytesReceived
(PEPeer peer, int length) void
dataBytesSent
(PEPeer peer, int length) void
long
long
long
long
int
int
long
long
long
long
int
int
long
long
long
long
long
long
long
int
int
long
long
long
long
void
hashFailed
(int length) void
haveNewConnection
(boolean incoming) void
haveNewPiece
(int pieceLength) void
permittedReceiveBytesUsed
(int bytes) void
permittedSendBytesUsed
(int bytes) void
protocolBytesReceived
(PEPeer peer, int length) void
protocolBytesSent
(PEPeer peer, int 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
int getPermittedBytesToReceive() -
permittedReceiveBytesUsed
void permittedReceiveBytesUsed(int bytes) -
getPermittedBytesToSend
int getPermittedBytesToSend() -
permittedSendBytesUsed
void permittedSendBytesUsed(int bytes)
-