| Package | Description |
|---|---|
| io.netty.channel.embedded |
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context. |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedChannel |
EmbeddedChannel.flushInbound()
Flushes the inbound of this
Channel. |
EmbeddedChannel |
EmbeddedChannel.flushOutbound()
Flushes the outbound of this
Channel. |
Copyright © 2008–2025 The Netty Project. All rights reserved.