|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NetConnectionStatistics
Statistics common to all network connections, e.g., UdpConnection and TcpConnection.
| Method Summary | |
|---|---|
double |
getFrequencyIn()
The frequency at which messages are received. |
double |
getFrequencyOut()
The frequency at which messages are send. |
double |
getThroughputIn()
The throughput in number of bytes for the incoming data channel. |
double |
getThroughputOut()
The throughput in number of bytes for the outgoing data channel. |
| Methods inherited from interface com.kuka.comm.ConnectionStatistics |
|---|
getDecodingFailures, getDecodingTime, getEncodingFailures, getEncodingTime, getLostMessages, getLostMessagesIn, getLostMessagesOut |
| Method Detail |
|---|
double getFrequencyIn()
double getFrequencyOut()
double getThroughputIn()
double getThroughputOut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||