Java io.netty.channel ChannelHandlerContext fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel ChannelHandlerContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel ChannelHandlerContext.

The text is from its open source code.

Implementation

io.netty.channel.ChannelHandlerContext has the following implementations.
Click this link to see all its implementation.

Method

ByteBufAllocatoralloc()
Return the assigned ByteBufAllocator which will be used to allocate ByteBuf s.
Attributeattr(AttributeKey key)
Channelchannel()
Return the Channel which is bound to the ChannelHandlerContext .
EventExecutorexecutor()
Returns the EventExecutor which is used to execute an arbitrary task.
ChannelHandlerContextfireChannelActive()
ChannelHandlerContextfireChannelInactive()
ChannelHandlerContextfireChannelRead(Object msg)
ChannelHandlerContextfireChannelReadComplete()
ChannelHandlerContextfireChannelRegistered()
ChannelHandlerContextfireChannelUnregistered()
ChannelHandlerContextfireChannelWritabilityChanged()
ChannelHandlerContextfireExceptionCaught(Throwable cause)
ChannelHandlerContextfireUserEventTriggered(Object evt)
ChannelHandlerContextflush()
ChannelHandlerhandler()
The ChannelHandler that is bound this ChannelHandlerContext .
booleanisRemoved()
Return true if the ChannelHandler which belongs to this context was removed from the ChannelPipeline .
Stringname()
The unique name of the ChannelHandlerContext .The name was used when then ChannelHandler was added to the ChannelPipeline .
ChannelPipelinepipeline()
Return the assigned ChannelPipeline
ChannelHandlerContextread()