Uses of Class
io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
-
Packages that use CombinedChannelDuplexHandler.DelegatingChannelHandlerContext Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of CombinedChannelDuplexHandler.DelegatingChannelHandlerContext in io.netty.channel
Fields in io.netty.channel declared as CombinedChannelDuplexHandler.DelegatingChannelHandlerContext Modifier and Type Field Description private CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
CombinedChannelDuplexHandler. inboundCtx
private CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
CombinedChannelDuplexHandler. outboundCtx
-