Uses of Interface
org.redisson.client.NettyHook
-
Packages that use NettyHook Package Description org.redisson.client org.redisson.config -
-
Uses of NettyHook in org.redisson.client
Classes in org.redisson.client that implement NettyHook Modifier and Type Class Description classDefaultNettyHookMethods in org.redisson.client that return NettyHook Modifier and Type Method Description NettyHookRedisClientConfig. getNettyHook()Methods in org.redisson.client with parameters of type NettyHook Modifier and Type Method Description voidRedisClientConfig. setNettyHook(NettyHook nettyHook) -
Uses of NettyHook in org.redisson.config
Methods in org.redisson.config that return NettyHook Modifier and Type Method Description NettyHookConfig. getNettyHook()Methods in org.redisson.config with parameters of type NettyHook Modifier and Type Method Description ConfigConfig. setNettyHook(NettyHook nettyHook)Netty hook applied to Netty Bootstrap and Channel objects.
-