Package org.redisson.client
Class DefaultNettyHook
- java.lang.Object
-
- org.redisson.client.DefaultNettyHook
-
-
Constructor Summary
Constructors Constructor Description DefaultNettyHook()
-
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.
-
-
-
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 interfaceNettyHook
- 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 interfaceNettyHook
- Parameters:
channel
- - Netty Channel object
-
-