Class SSEConnection.DisconnectedStatistics

  • All Implemented Interfaces:
    io.undertow.client.ClientStatistics
    Enclosing class:
    SSEConnection

    public class SSEConnection.DisconnectedStatistics
    extends java.lang.Object
    implements io.undertow.client.ClientStatistics
    • Method Summary

      Modifier and Type Method Description
      long getRead()  
      long getRequests()  
      long getWritten()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisconnectedStatistics

        public DisconnectedStatistics()
    • Method Detail

      • getRequests

        public long getRequests()
        Specified by:
        getRequests in interface io.undertow.client.ClientStatistics
      • getRead

        public long getRead()
        Specified by:
        getRead in interface io.undertow.client.ClientStatistics
      • getWritten

        public long getWritten()
        Specified by:
        getWritten in interface io.undertow.client.ClientStatistics
      • reset

        public void reset()
        Specified by:
        reset in interface io.undertow.client.ClientStatistics