public static class AbstractWebSocketConnection.Stats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicLong |
countFillableErrors |
private java.util.concurrent.atomic.AtomicLong |
countFillInterestedEvents |
private java.util.concurrent.atomic.AtomicLong |
countOnFillableEvents |
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
long |
getFillableErrorCount() |
long |
getFillInterestedCount() |
long |
getOnFillableCount() |