public class SslRedisHandshakeHandler extends RedisHandshakeHandler
ConnectionInitializer. Delays channel activation to after the
SSL handshake.ChannelHandler.Sharable| Constructor and Description |
|---|
SslRedisHandshakeHandler(ConnectionInitializer connectionInitializer,
ClientResources clientResources,
Duration initializeTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(ChannelHandlerContext ctx) |
void |
userEventTriggered(ChannelHandlerContext ctx,
Object evt) |
channelInactive, channelInitialized, channelRegistered, exceptionCaught, fail, succeedchannelRead, channelReadComplete, channelUnregistered, channelWritabilityChangedensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedpublic SslRedisHandshakeHandler(ConnectionInitializer connectionInitializer, ClientResources clientResources, Duration initializeTimeout)
public void userEventTriggered(ChannelHandlerContext ctx, Object evt) throws Exception
userEventTriggered in interface ChannelInboundHandleruserEventTriggered in class ChannelInboundHandlerAdapterExceptionpublic void channelActive(ChannelHandlerContext ctx)
channelActive in interface ChannelInboundHandlerchannelActive in class RedisHandshakeHandlerCopyright © 2020 lettuce.io. All rights reserved.