com.kuka.comm.net
Interface NetConnectionStatistics

All Superinterfaces:
ConnectionStatistics
All Known Subinterfaces:
TcpConnectionStatistics, UdpConnectionStatistics

public interface NetConnectionStatistics
extends ConnectionStatistics

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

getFrequencyIn

double getFrequencyIn()
The frequency at which messages are received.

Returns:
the frequency

getFrequencyOut

double getFrequencyOut()
The frequency at which messages are send.

Returns:
the frequency

getThroughputIn

double getThroughputIn()
The throughput in number of bytes for the incoming data channel.

Returns:
the throughout in bytes

getThroughputOut

double getThroughputOut()
The throughput in number of bytes for the outgoing data channel.

Returns:
the throughout in bytes


Copyright © 2019. All rights reserved.