Netty 4 - 将ByteBuf直接写入通道,绕过管道

bco*_*lan 1 netty

是否可以使用Netty 4直接将a写入ByteBuf通道而无需通过ChannelOutboundHandler处理程序?

bco*_*lan 7

得到它,在管道的末尾获取上下文并从那里写入: channel.pipeline().firstContext().write(myByteBuf)