Uses of Class
io.netty.channel.embedded.EmbeddedEventLoop
-
Packages that use EmbeddedEventLoop Package Description io.netty.channel.embedded A virtualChannel
that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context. -
-
Uses of EmbeddedEventLoop in io.netty.channel.embedded
Fields in io.netty.channel.embedded declared as EmbeddedEventLoop Modifier and Type Field Description private EmbeddedEventLoop
EmbeddedChannel. loop
Methods in io.netty.channel.embedded that return EmbeddedEventLoop Modifier and Type Method Description private EmbeddedEventLoop
EmbeddedChannel. embeddedEventLoop()
-