Uses of Class
io.netty.channel.ChannelHandler.Sharable
-
Packages that use ChannelHandler.Sharable 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 ChannelHandler.Sharable in io.netty.channel
Classes in io.netty.channel with annotations of type ChannelHandler.Sharable Modifier and Type Class Description classChannelInitializer<C extends Channel>A specialChannelInboundHandlerwhich offers an easy way to initialize aChannelonce it was registered to itsEventLoop.
-