Class DefaultNettyHook

  • All Implemented Interfaces:
    NettyHook

    public class DefaultNettyHook
    extends 
    implements NettyHook
    Author:
    Nikita Koksharov
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterBoostrapInitialization​(io.netty.bootstrap.Bootstrap bootstrap)
      Invoked when Redis client created and initialized Netty Bootstrap object.
      void afterChannelInitialization​(io.netty.channel.Channel channel)
      Invoked when Netty Channel object was created and initialized.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • 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