jondo.interfaces
Interface IForwardingServerStatistics


public interface IForwardingServerStatistics


Method Summary
 int getAcceptedConnections()
           
 long getCurrentBandwidthUsage()
           
 int getRejectedConnections()
           
 long getTransferedBytes()
           
 

Method Detail

getCurrentBandwidthUsage

long getCurrentBandwidthUsage()

getTransferedBytes

long getTransferedBytes()

getAcceptedConnections

int getAcceptedConnections()

getRejectedConnections

int getRejectedConnections()