Class DefaultNettyHook

  • All Implemented Interfaces:
    NettyHook

    public class DefaultNettyHook
    extends Object
    implements NettyHook
    Author:
    Nikita Koksharov
    • Constructor Detail

      • DefaultNettyHook

        public DefaultNettyHook()
    • Method Detail

      • afterBoostrapInitialization

        public void afterBoostrapInitialization​(io.netty.bootstrap.Bootstrap bootstrap)
        Description copied from interface: NettyHook
        Invoked when Redis client created and initialized Netty Bootstrap object.
        Specified by:
        afterBoostrapInitialization in interface NettyHook
        Parameters:
        bootstrap - - Netty Bootstrap object
      • afterChannelInitialization

        public void afterChannelInitialization​(io.netty.channel.Channel channel)
        Description copied from interface: NettyHook
        Invoked when Netty Channel object was created and initialized.
        Specified by:
        afterChannelInitialization in interface NettyHook
        Parameters:
        channel - - Netty Channel object