public abstract class EmbeddedChannelWriteReleaseHandlerContext extends EmbeddedChannelHandlerContext
| Modifier | Constructor and Description |
|---|---|
protected |
EmbeddedChannelWriteReleaseHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler) |
protected |
EmbeddedChannelWriteReleaseHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler,
io.netty.channel.embedded.EmbeddedChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
handleException(Throwable t) |
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, handler, hasAttr, isRemoved, name, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, pipeline, read, voidPromiseprotected EmbeddedChannelWriteReleaseHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler)
protected EmbeddedChannelWriteReleaseHandlerContext(io.netty.buffer.ByteBufAllocator alloc,
io.netty.channel.ChannelHandler handler,
io.netty.channel.embedded.EmbeddedChannel channel)
protected abstract void handleException(Throwable t)
handleException in class EmbeddedChannelHandlerContextpublic 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.