Issue #3106 - deprecate old WebSocket stats mechanism
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
63c7a44969
commit
22fba9aa91
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue