Class AbstractWebSocketConnection.Stats
java.lang.Object
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
- Enclosing class:
AbstractWebSocketConnection
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AtomicLong
Deprecated.private AtomicLong
Deprecated.private AtomicLong
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.long
Deprecated.long
Deprecated.
-
Field Details
-
countFillInterestedEvents
Deprecated. -
countOnFillableEvents
Deprecated. -
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.
-