public interface NetworkStats<T extends NetworkStats>
| Modifier and Type | Method and Description |
|---|---|
UUID |
clientId() |
void |
clientId(UUID clientId) |
void |
host(String hostName) |
String |
hostName() |
T |
hostName(String hostName) |
long |
localIdentifier() |
T |
localIdentifier(long localIdentifer) |
int |
port() |
void |
port(int port) |
long |
readBps() |
T |
readBps(long readBps) |
long |
remoteIdentifier() |
T |
remoteIdentifier(long remoteIdentifier) |
long |
socketPollCountPerSecond() |
T |
socketPollCountPerSecond(long socketPollCountPerSecond) |
long |
timestamp() |
T |
timestamp(long timestamp) |
String |
userId() |
T |
userId(String userId) |
long |
writeBps() |
T |
writeBps(long writeBps) |
long writeBps()
T writeBps(long writeBps)
long readBps()
T readBps(long readBps)
long socketPollCountPerSecond()
T socketPollCountPerSecond(long socketPollCountPerSecond)
long timestamp()
T timestamp(long timestamp)
void host(String hostName)
void port(int port)
String userId()
long localIdentifier()
T localIdentifier(long localIdentifer)
long remoteIdentifier()
T remoteIdentifier(long remoteIdentifier)
void clientId(UUID clientId)
UUID clientId()
String hostName()
int port()
Copyright © 2016. All rights reserved.