Class AbstractWebSocketConnection.Stats

  • Enclosing class:
    AbstractWebSocketConnection

    @Deprecated
    public static class AbstractWebSocketConnection.Stats
    extends java.lang.Object
    Deprecated.
    • Field Detail

      • countFillInterestedEvents

        private java.util.concurrent.atomic.AtomicLong countFillInterestedEvents
        Deprecated.
      • countOnFillableEvents

        private java.util.concurrent.atomic.AtomicLong countOnFillableEvents
        Deprecated.
      • countFillableErrors

        private java.util.concurrent.atomic.AtomicLong countFillableErrors
        Deprecated.
    • Constructor Detail

      • Stats

        public Stats()
        Deprecated.
    • Method Detail

      • getFillableErrorCount

        public long getFillableErrorCount()
        Deprecated.
      • getFillInterestedCount

        public long getFillInterestedCount()
        Deprecated.
      • getOnFillableCount

        public long getOnFillableCount()
        Deprecated.