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, handlerAddedchannelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerRemoved, isSharablepublic RedisChannelInitializer(io.netty.bootstrap.Bootstrap bootstrap,
RedisClientConfig config,
RedisClient redisClient,
io.netty.channel.group.ChannelGroup channels,
RedisChannelInitializer.Type type)
Copyright © 2014–2018 The Redisson Project. All rights reserved.