Package org.redisson.client.handler
Class RedisPubSubConnectionHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- org.redisson.client.handler.BaseConnectionHandler<RedisPubSubConnection>
-
- org.redisson.client.handler.RedisPubSubConnectionHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class RedisPubSubConnectionHandler extends BaseConnectionHandler<RedisPubSubConnection>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedisPubSubConnectionHandler(RedisClient redisClient)
-
Method Summary
-
Methods inherited from class org.redisson.client.handler.BaseConnectionHandler
channelActive, channelRegistered
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Constructor Detail
-
RedisPubSubConnectionHandler
public RedisPubSubConnectionHandler(RedisClient redisClient)
-
-