public abstract class EmbeddedChannelWriteAccumulatingHandlerContext extends EmbeddedChannelHandlerContext
| Modifier | Constructor and Description |
|---|---|
protected |
EmbeddedChannelWriteAccumulatingHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler,
io.netty.handler.codec.ByteToMessageDecoder.Cumulator writeCumulator) |
protected |
EmbeddedChannelWriteAccumulatingHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler,
io.netty.handler.codec.ByteToMessageDecoder.Cumulator writeCumulator,
io.netty.channel.embedded.EmbeddedChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
cumulation() |
void |
releaseCumulation() |
io.netty.channel.ChannelFuture |
write(Object msg) |
io.netty.channel.ChannelFuture |
write(Object msg,
io.netty.channel.ChannelPromise promise) |
io.netty.channel.ChannelFuture |
writeAndFlush(Object msg) |
io.netty.channel.ChannelFuture |
writeAndFlush(Object msg,
io.netty.channel.ChannelPromise promise) |
alloc, attr, bind, bind, channel, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, executor, fireChannelActive, fireChannelInactive, fireChannelRead, fireChannelReadComplete, fireChannelRegistered, fireChannelUnregistered, fireChannelWritabilityChanged, fireExceptionCaught, fireUserEventTriggered, flush, handleException, handler, hasAttr, isRemoved, name, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, pipeline, read, voidPromiseprotected EmbeddedChannelWriteAccumulatingHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler,
io.netty.handler.codec.ByteToMessageDecoder.Cumulator writeCumulator)
protected EmbeddedChannelWriteAccumulatingHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler,
io.netty.handler.codec.ByteToMessageDecoder.Cumulator writeCumulator,
io.netty.channel.embedded.EmbeddedChannel channel)
public final io.netty.buffer.ByteBuf cumulation()
public final void releaseCumulation()
public final io.netty.channel.ChannelFuture write(Object msg)
write in interface io.netty.channel.ChannelOutboundInvokerwrite in class EmbeddedChannelHandlerContextpublic final io.netty.channel.ChannelFuture write(Object msg, io.netty.channel.ChannelPromise promise)
write in interface io.netty.channel.ChannelOutboundInvokerwrite in class EmbeddedChannelHandlerContextpublic final io.netty.channel.ChannelFuture writeAndFlush(Object msg, io.netty.channel.ChannelPromise promise)
writeAndFlush in interface io.netty.channel.ChannelOutboundInvokerwriteAndFlush in class EmbeddedChannelHandlerContextpublic final io.netty.channel.ChannelFuture writeAndFlush(Object msg)
writeAndFlush in interface io.netty.channel.ChannelOutboundInvokerwriteAndFlush in class EmbeddedChannelHandlerContextCopyright © 2008–2026 The Netty Project. All rights reserved.