Interface ClientStatistics


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

      • getRequests

        long getRequests()
      • getRead

        long getRead()
      • getWritten

        long getWritten()
      • reset

        void reset()