netty5/handler/src/main/java/io
Norman Maurer 9856563144 Replace usage of System.currentTimeMillis() with System.nanoTime()
Motivation:

Currently we use System.currentTimeMillis() in our timeout handlers this is bad
for various reasons like when the clock adjusts etc.

Modifications:

Replace System.currentTimeMillis() with System.nanoTime()

Result:

More robust timeout handling
2014-03-18 16:06:16 +09:00
..
netty/handler Replace usage of System.currentTimeMillis() with System.nanoTime() 2014-03-18 16:06:16 +09:00