Interface ClientStatistics


public interface ClientStatistics
Returns statistics about the Undertow client connection
Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long
     
    void
     
  • Method Details

    • getRequests

      long getRequests()
    • getRead

      long getRead()
    • getWritten

      long getWritten()
    • reset

      void reset()