Uses of Class
io.netty5.channel.embedded.EmbeddedChannel
-
Packages that use EmbeddedChannel Package Description io.netty5.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 EmbeddedChannel in io.netty5.channel.embedded
Methods in io.netty5.channel.embedded that return EmbeddedChannel Modifier and Type Method Description EmbeddedChannel
EmbeddedChannel. flushInbound()
Flushes the inbound of thisChannel
.EmbeddedChannel
EmbeddedChannel. flushOutbound()
Flushes the outbound of thisChannel
.
-