Class AbstractWebSocketConnection.Stats

java.lang.Object
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
Enclosing class:
AbstractWebSocketConnection

@Deprecated public static class AbstractWebSocketConnection.Stats extends Object
Deprecated.
  • Field Details

    • countFillInterestedEvents

      private AtomicLong countFillInterestedEvents
      Deprecated.
    • countOnFillableEvents

      private AtomicLong countOnFillableEvents
      Deprecated.
    • countFillableErrors

      private AtomicLong countFillableErrors
      Deprecated.
  • Constructor Details

    • Stats

      public Stats()
      Deprecated.
  • Method Details

    • getFillableErrorCount

      public long getFillableErrorCount()
      Deprecated.
    • getFillInterestedCount

      public long getFillInterestedCount()
      Deprecated.
    • getOnFillableCount

      public long getOnFillableCount()
      Deprecated.