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 class
DefaultNettyHook
Methods in org.redisson.client that return NettyHook Modifier and Type Method Description NettyHook
RedisClientConfig. getNettyHook()
Methods in org.redisson.client with parameters of type NettyHook Modifier and Type Method Description void
RedisClientConfig. setNettyHook(NettyHook nettyHook)
-
Uses of NettyHook in org.redisson.config
Methods in org.redisson.config that return NettyHook Modifier and Type Method Description NettyHook
Config. getNettyHook()
Methods in org.redisson.config with parameters of type NettyHook Modifier and Type Method Description Config
Config. setNettyHook(NettyHook nettyHook)
Netty hook applied to Netty Bootstrap and Channel objects.
-