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