public class RedisChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
Modifier and Type | Class and Description |
---|---|
static class |
RedisChannelInitializer.Type |
Constructor and Description |
---|
RedisChannelInitializer(io.netty.bootstrap.Bootstrap bootstrap,
RedisClientConfig config,
RedisClient redisClient,
io.netty.channel.group.ChannelGroup channels,
RedisChannelInitializer.Type type) |
Modifier and Type | Method and Description |
---|---|
protected void |
initChannel(io.netty.channel.Channel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
public RedisChannelInitializer(io.netty.bootstrap.Bootstrap bootstrap, RedisClientConfig config, RedisClient redisClient, io.netty.channel.group.ChannelGroup channels, RedisChannelInitializer.Type type)
Copyright © 2014–2019 The Redisson Project. All rights reserved.