Uses of Class
io.netty.channel.AbstractChannelHandlerContext
Packages that use AbstractChannelHandlerContext
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of AbstractChannelHandlerContext in io.netty.channel
Subclasses of AbstractChannelHandlerContext in io.netty.channelModifier and TypeClassDescription(package private) final class(package private) final class(package private) final classFields in io.netty.channel declared as AbstractChannelHandlerContextModifier and TypeFieldDescriptionprivate AbstractChannelHandlerContextAbstractChannelHandlerContext.WriteTask.ctx(package private) final AbstractChannelHandlerContextDefaultChannelPipeline.PendingHandlerCallback.ctx(package private) AbstractChannelHandlerContextAbstractChannelHandlerContext.nextprivate final AbstractChannelHandlerContextAbstractChannelHandlerContext.Tasks.next(package private) AbstractChannelHandlerContextAbstractChannelHandlerContext.prevFields in io.netty.channel with type parameters of type AbstractChannelHandlerContextModifier and TypeFieldDescriptionprivate static final AtomicIntegerFieldUpdater<AbstractChannelHandlerContext> AbstractChannelHandlerContext.HANDLER_STATE_UPDATERMethods in io.netty.channel that return AbstractChannelHandlerContextModifier and TypeMethodDescriptionprivate AbstractChannelHandlerContextprivate AbstractChannelHandlerContextAbstractChannelHandlerContext.findContextInbound(int mask) private AbstractChannelHandlerContextAbstractChannelHandlerContext.findContextOutbound(int mask) private AbstractChannelHandlerContextDefaultChannelPipeline.getContextOrDie(ChannelHandler handler) private AbstractChannelHandlerContextDefaultChannelPipeline.getContextOrDie(Class<? extends ChannelHandler> handlerType) private AbstractChannelHandlerContextDefaultChannelPipeline.getContextOrDie(String name) private AbstractChannelHandlerContextDefaultChannelPipeline.newContext(EventExecutorGroup group, String name, ChannelHandler handler) private AbstractChannelHandlerContextDefaultChannelPipeline.remove(AbstractChannelHandlerContext ctx) Methods in io.netty.channel with parameters of type AbstractChannelHandlerContextModifier and TypeMethodDescriptionprivate static voidDefaultChannelPipeline.addAfter0(AbstractChannelHandlerContext ctx, AbstractChannelHandlerContext newCtx) private static voidDefaultChannelPipeline.addBefore0(AbstractChannelHandlerContext ctx, AbstractChannelHandlerContext newCtx) private voidDefaultChannelPipeline.addFirst0(AbstractChannelHandlerContext newCtx) private voidDefaultChannelPipeline.addLast0(AbstractChannelHandlerContext newCtx) private voidDefaultChannelPipeline.atomicRemoveFromHandlerList(AbstractChannelHandlerContext ctx) Method is synchronized to make the handler removal from the double linked list atomic.private voidDefaultChannelPipeline.callHandlerAdded0(AbstractChannelHandlerContext ctx) private voidDefaultChannelPipeline.callHandlerAddedInEventLoop(AbstractChannelHandlerContext newCtx, EventExecutor executor) private voidDefaultChannelPipeline.callHandlerCallbackLater(AbstractChannelHandlerContext ctx, boolean added) private voidDefaultChannelPipeline.callHandlerRemoved0(AbstractChannelHandlerContext ctx) private voidDefaultChannelPipeline.destroyDown(Thread currentThread, AbstractChannelHandlerContext ctx, boolean inEventLoop) private voidDefaultChannelPipeline.destroyUp(AbstractChannelHandlerContext ctx, boolean inEventLoop) protected static voidAbstractChannelHandlerContext.WriteTask.init(AbstractChannelHandlerContext.WriteTask task, AbstractChannelHandlerContext ctx, Object msg, ChannelPromise promise, boolean flush) (package private) static voidAbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext next) (package private) static voidAbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext next) (package private) static voidAbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext next, Object msg) (package private) static voidAbstractChannelHandlerContext.invokeChannelReadComplete(AbstractChannelHandlerContext next) (package private) static voidAbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext next) (package private) static voidAbstractChannelHandlerContext.invokeChannelUnregistered(AbstractChannelHandlerContext next) (package private) static voidAbstractChannelHandlerContext.invokeChannelWritabilityChanged(AbstractChannelHandlerContext next) (package private) static voidAbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext next, Throwable cause) (package private) static voidAbstractChannelHandlerContext.invokeUserEventTriggered(AbstractChannelHandlerContext next, Object event) (package private) static AbstractChannelHandlerContext.WriteTaskAbstractChannelHandlerContext.WriteTask.newInstance(AbstractChannelHandlerContext ctx, Object msg, ChannelPromise promise, boolean flush) private AbstractChannelHandlerContextDefaultChannelPipeline.remove(AbstractChannelHandlerContext ctx) private ChannelHandlerDefaultChannelPipeline.replace(AbstractChannelHandlerContext ctx, String newName, ChannelHandler newHandler) private static voidDefaultChannelPipeline.replace0(AbstractChannelHandlerContext oldCtx, AbstractChannelHandlerContext newCtx) private static booleanAbstractChannelHandlerContext.skipContext(AbstractChannelHandlerContext ctx, EventExecutor currentExecutor, int mask, int onlyMask) (package private) final ObjectDefaultChannelPipeline.touch(Object msg, AbstractChannelHandlerContext next) Constructors in io.netty.channel with parameters of type AbstractChannelHandlerContextModifierConstructorDescription(package private)(package private)(package private)(package private)