Uses of Class
org.redisson.client.handler.RedisChannelInitializer.Type
-
Packages that use RedisChannelInitializer.Type Package Description org.redisson.client.handler -
-
Uses of RedisChannelInitializer.Type in org.redisson.client.handler
Methods in org.redisson.client.handler that return RedisChannelInitializer.Type Modifier and Type Method Description static RedisChannelInitializer.TypeRedisChannelInitializer.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisChannelInitializer.Type[]RedisChannelInitializer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redisson.client.handler with parameters of type RedisChannelInitializer.Type Constructor Description RedisChannelInitializer(io.netty.bootstrap.Bootstrap bootstrap, RedisClientConfig config, RedisClient redisClient, io.netty.channel.group.ChannelGroup channels, RedisChannelInitializer.Type type)
-