Uses of Interface
io.netty.util.concurrent.MockTicker
-
Packages that use MockTicker Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of MockTicker in io.netty.util.concurrent
Methods in io.netty.util.concurrent that return MockTicker Modifier and Type Method Description static MockTicker
Ticker. newMockTicker()
Returns a newly created mockTicker
that allows the caller control the flow of time.
-