Package org.drasyl.serialization
Class PeerMixin
java.lang.Object
org.drasyl.handler.peers.Peer
org.drasyl.serialization.PeerMixin
-
Field Summary
Fields inherited from class org.drasyl.handler.peers.Peer
RTTS_COUNT
-
Constructor Summary
ConstructorDescriptionPeerMixin
(Role role, InetSocketAddress inetAddress, long sent, long last, long average, long best, long worst, double stDev) -
Method Summary
-
Constructor Details
-
PeerMixin
public PeerMixin(Role role, InetSocketAddress inetAddress, long sent, long last, long average, long best, long worst, double stDev)
-
-
Method Details
-
role
-
inetAddress
- Overrides:
inetAddress
in classPeer
-
sent
public abstract long sent() -
last
public abstract long last() -
average
public abstract double average() -
best
public abstract long best() -
worst
public abstract long worst() -
stDev
public abstract double stDev()
-