Issue #3106 - deprecate old WebSocket stats mechanism

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2019-09-13 11:28:05 +10:00
parent 63c7a44969
commit 22fba9aa91
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
}
}
@Deprecated
public static class Stats
{
private AtomicLong countFillInterestedEvents = new AtomicLong(0);
@ -402,6 +403,7 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
return scheduler;
}
@Deprecated()
public Stats getStats()
{
return stats;