Uses of Interface
io.netty.util.concurrent.Ticker
Packages that use Ticker
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.Utility classes for concurrent / async tasks.
-
Uses of Ticker in io.netty.channel
Methods in io.netty.channel that return TickerConstructors in io.netty.channel with parameters of type TickerModifierConstructorDescriptionManualIoEventLoop(IoEventLoopGroup parent, Thread owningThread, IoHandlerFactory factory, Ticker ticker) Create a newIoEventLoopthat is owned by the user and so needs to be driven by the user with the givenThread. -
Uses of Ticker in io.netty.channel.embedded
Methods in io.netty.channel.embedded with parameters of type TickerModifier and TypeMethodDescriptionConfigure a custom ticker for this event loop. -
Uses of Ticker in io.netty.util.concurrent
Subinterfaces of Ticker in io.netty.util.concurrentModifier and TypeInterfaceDescriptioninterfaceA fakeTickerthat allows the caller control the flow of time.Methods in io.netty.util.concurrent that return Ticker