Package io.netty.channel
Class DefaultChannelHandlerContext
java.lang.Object
io.netty.channel.AbstractChannelHandlerContext
io.netty.channel.DefaultChannelHandlerContext
- All Implemented Interfaces:
ChannelHandlerContext
,ChannelInboundInvoker
,ChannelOutboundInvoker
,AttributeMap
,ResourceLeakHint
-
Nested Class Summary
Nested classes/interfaces inherited from class io.netty.channel.AbstractChannelHandlerContext
AbstractChannelHandlerContext.WriteTask
-
Field Summary
FieldsFields inherited from class io.netty.channel.AbstractChannelHandlerContext
executor, next, prev
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultChannelHandlerContext
(DefaultChannelPipeline pipeline, EventExecutor executor, String name, ChannelHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionhandler()
TheChannelHandler
that is bound thisChannelHandlerContext
.Methods inherited from class io.netty.channel.AbstractChannelHandlerContext
alloc, attr, bind, bind, callHandlerAdded, callHandlerRemoved, channel, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, executor, fireChannelActive, fireChannelInactive, fireChannelRead, fireChannelReadComplete, fireChannelRegistered, fireChannelUnregistered, fireChannelWritabilityChanged, fireExceptionCaught, fireUserEventTriggered, flush, hasAttr, invokeChannelActive, invokeChannelInactive, invokeChannelRead, invokeChannelReadComplete, invokeChannelRegistered, invokeChannelUnregistered, invokeChannelWritabilityChanged, invokeExceptionCaught, invokeUserEventTriggered, invokeWrite, invokeWriteAndFlush, isRemoved, name, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, pipeline, read, setAddComplete, setAddPending, setRemoved, toHintString, toString, voidPromise, write, write, writeAndFlush, writeAndFlush
-
Field Details
-
handler
-
-
Constructor Details
-
DefaultChannelHandlerContext
DefaultChannelHandlerContext(DefaultChannelPipeline pipeline, EventExecutor executor, String name, ChannelHandler handler)
-
-
Method Details
-
handler
Description copied from interface:ChannelHandlerContext
TheChannelHandler
that is bound thisChannelHandlerContext
.
-