Uses of Class
io.netty.channel.embedded.EmbeddedEventLoop
-
Packages that use EmbeddedEventLoop Package Description io.netty.channel.embedded A virtualChannelthat 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 EmbeddedEventLoopEmbeddedChannel. loopMethods in io.netty.channel.embedded that return EmbeddedEventLoop Modifier and Type Method Description private EmbeddedEventLoopEmbeddedChannel. embeddedEventLoop()
-