Class DelegatingChannelHandlerContext
java.lang.Object
software.amazon.awssdk.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
- All Implemented Interfaces:
- io.netty.channel.ChannelHandlerContext,- io.netty.channel.ChannelInboundInvoker,- io.netty.channel.ChannelOutboundInvoker,- io.netty.util.AttributeMap
- Direct Known Subclasses:
- OrderedWriteChannelHandlerContext
@SdkInternalApi
public abstract class DelegatingChannelHandlerContext
extends Object
implements io.netty.channel.ChannelHandlerContext
An abstract implementation of 
ChannelHandlerContext that delegates to another
 context for non-overridden methods.- 
Constructor SummaryConstructorsConstructorDescriptionDelegatingChannelHandlerContext(io.netty.channel.ChannelHandlerContext delegate) 
- 
Method SummaryModifier and TypeMethodDescriptionio.netty.buffer.ByteBufAllocatoralloc()<T> io.netty.util.Attribute<T> attr(io.netty.util.AttributeKey<T> key) io.netty.channel.ChannelFuturebind(SocketAddress localAddress) io.netty.channel.ChannelFuturebind(SocketAddress localAddress, io.netty.channel.ChannelPromise promise) io.netty.channel.Channelchannel()io.netty.channel.ChannelFutureclose()io.netty.channel.ChannelFutureclose(io.netty.channel.ChannelPromise promise) io.netty.channel.ChannelFutureconnect(SocketAddress remoteAddress) io.netty.channel.ChannelFutureconnect(SocketAddress remoteAddress, io.netty.channel.ChannelPromise promise) io.netty.channel.ChannelFutureconnect(SocketAddress remoteAddress, SocketAddress localAddress) io.netty.channel.ChannelFutureconnect(SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise) io.netty.channel.ChannelFutureio.netty.channel.ChannelFuturederegister(io.netty.channel.ChannelPromise promise) io.netty.channel.ChannelFutureio.netty.channel.ChannelFuturedisconnect(io.netty.channel.ChannelPromise promise) io.netty.util.concurrent.EventExecutorexecutor()io.netty.channel.ChannelHandlerContextio.netty.channel.ChannelHandlerContextio.netty.channel.ChannelHandlerContextfireChannelRead(Object msg) io.netty.channel.ChannelHandlerContextio.netty.channel.ChannelHandlerContextio.netty.channel.ChannelHandlerContextio.netty.channel.ChannelHandlerContextio.netty.channel.ChannelHandlerContextfireExceptionCaught(Throwable cause) io.netty.channel.ChannelHandlerContextio.netty.channel.ChannelHandlerContextflush()io.netty.channel.ChannelHandlerhandler()<T> booleanhasAttr(io.netty.util.AttributeKey<T> key) booleanname()io.netty.channel.ChannelFuturenewFailedFuture(Throwable cause) io.netty.channel.ChannelProgressivePromiseio.netty.channel.ChannelPromiseio.netty.channel.ChannelFutureio.netty.channel.ChannelPipelinepipeline()io.netty.channel.ChannelHandlerContextread()io.netty.channel.ChannelPromiseio.netty.channel.ChannelFutureio.netty.channel.ChannelFutureio.netty.channel.ChannelFuturewriteAndFlush(Object msg) io.netty.channel.ChannelFuturewriteAndFlush(Object msg, io.netty.channel.ChannelPromise promise) 
- 
Constructor Details- 
DelegatingChannelHandlerContextpublic DelegatingChannelHandlerContext(io.netty.channel.ChannelHandlerContext delegate) 
 
- 
- 
Method Details- 
channelpublic io.netty.channel.Channel channel()- Specified by:
- channelin interface- io.netty.channel.ChannelHandlerContext
 
- 
executorpublic io.netty.util.concurrent.EventExecutor executor()- Specified by:
- executorin interface- io.netty.channel.ChannelHandlerContext
 
- 
name- Specified by:
- namein interface- io.netty.channel.ChannelHandlerContext
 
- 
handlerpublic io.netty.channel.ChannelHandler handler()- Specified by:
- handlerin interface- io.netty.channel.ChannelHandlerContext
 
- 
isRemovedpublic boolean isRemoved()- Specified by:
- isRemovedin interface- io.netty.channel.ChannelHandlerContext
 
- 
fireChannelRegisteredpublic io.netty.channel.ChannelHandlerContext fireChannelRegistered()- Specified by:
- fireChannelRegisteredin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireChannelRegisteredin interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireChannelUnregisteredpublic io.netty.channel.ChannelHandlerContext fireChannelUnregistered()- Specified by:
- fireChannelUnregisteredin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireChannelUnregisteredin interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireChannelActivepublic io.netty.channel.ChannelHandlerContext fireChannelActive()- Specified by:
- fireChannelActivein interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireChannelActivein interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireChannelInactivepublic io.netty.channel.ChannelHandlerContext fireChannelInactive()- Specified by:
- fireChannelInactivein interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireChannelInactivein interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireExceptionCaught- Specified by:
- fireExceptionCaughtin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireExceptionCaughtin interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireUserEventTriggered- Specified by:
- fireUserEventTriggeredin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireUserEventTriggeredin interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireChannelRead- Specified by:
- fireChannelReadin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireChannelReadin interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireChannelReadCompletepublic io.netty.channel.ChannelHandlerContext fireChannelReadComplete()- Specified by:
- fireChannelReadCompletein interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireChannelReadCompletein interface- io.netty.channel.ChannelInboundInvoker
 
- 
fireChannelWritabilityChangedpublic io.netty.channel.ChannelHandlerContext fireChannelWritabilityChanged()- Specified by:
- fireChannelWritabilityChangedin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- fireChannelWritabilityChangedin interface- io.netty.channel.ChannelInboundInvoker
 
- 
bind- Specified by:
- bindin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
connect- Specified by:
- connectin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
connectpublic io.netty.channel.ChannelFuture connect(SocketAddress remoteAddress, SocketAddress localAddress) - Specified by:
- connectin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
disconnectpublic io.netty.channel.ChannelFuture disconnect()- Specified by:
- disconnectin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
closepublic io.netty.channel.ChannelFuture close()- Specified by:
- closein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
deregisterpublic io.netty.channel.ChannelFuture deregister()- Specified by:
- deregisterin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
bindpublic io.netty.channel.ChannelFuture bind(SocketAddress localAddress, io.netty.channel.ChannelPromise promise) - Specified by:
- bindin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
connectpublic io.netty.channel.ChannelFuture connect(SocketAddress remoteAddress, io.netty.channel.ChannelPromise promise) - Specified by:
- connectin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
connectpublic io.netty.channel.ChannelFuture connect(SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise) - Specified by:
- connectin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
disconnectpublic io.netty.channel.ChannelFuture disconnect(io.netty.channel.ChannelPromise promise) - Specified by:
- disconnectin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
closepublic io.netty.channel.ChannelFuture close(io.netty.channel.ChannelPromise promise) - Specified by:
- closein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
deregisterpublic io.netty.channel.ChannelFuture deregister(io.netty.channel.ChannelPromise promise) - Specified by:
- deregisterin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
readpublic io.netty.channel.ChannelHandlerContext read()- Specified by:
- readin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- readin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
write- Specified by:
- writein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
write- Specified by:
- writein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
flushpublic io.netty.channel.ChannelHandlerContext flush()- Specified by:
- flushin interface- io.netty.channel.ChannelHandlerContext
- Specified by:
- flushin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
writeAndFlushpublic io.netty.channel.ChannelFuture writeAndFlush(Object msg, io.netty.channel.ChannelPromise promise) - Specified by:
- writeAndFlushin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
writeAndFlush- Specified by:
- writeAndFlushin interface- io.netty.channel.ChannelOutboundInvoker
 
- 
newPromisepublic io.netty.channel.ChannelPromise newPromise()- Specified by:
- newPromisein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
newProgressivePromisepublic io.netty.channel.ChannelProgressivePromise newProgressivePromise()- Specified by:
- newProgressivePromisein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
newSucceededFuturepublic io.netty.channel.ChannelFuture newSucceededFuture()- Specified by:
- newSucceededFuturein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
newFailedFuture- Specified by:
- newFailedFuturein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
voidPromisepublic io.netty.channel.ChannelPromise voidPromise()- Specified by:
- voidPromisein interface- io.netty.channel.ChannelOutboundInvoker
 
- 
pipelinepublic io.netty.channel.ChannelPipeline pipeline()- Specified by:
- pipelinein interface- io.netty.channel.ChannelHandlerContext
 
- 
allocpublic io.netty.buffer.ByteBufAllocator alloc()- Specified by:
- allocin interface- io.netty.channel.ChannelHandlerContext
 
- 
attrpublic <T> io.netty.util.Attribute<T> attr(io.netty.util.AttributeKey<T> key) - Specified by:
- attrin interface- io.netty.util.AttributeMap
- Specified by:
- attrin interface- io.netty.channel.ChannelHandlerContext
 
- 
hasAttrpublic <T> boolean hasAttr(io.netty.util.AttributeKey<T> key) - Specified by:
- hasAttrin interface- io.netty.util.AttributeMap
- Specified by:
- hasAttrin interface- io.netty.channel.ChannelHandlerContext
 
 
-