public class SaslStormClientHandler
extends org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Constructor and Description |
---|
SaslStormClientHandler(ISaslClient client) |
Modifier and Type | Method and Description |
---|---|
void |
channelActive(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
Object message) |
channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public SaslStormClientHandler(ISaslClient client) throws IOException
IOException
public void channelActive(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx)
channelActive
in interface org.apache.storm.shade.io.netty.channel.ChannelInboundHandler
channelActive
in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
public void channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, Object message) throws Exception
channelRead
in interface org.apache.storm.shade.io.netty.channel.ChannelInboundHandler
channelRead
in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Exception
Copyright © 2022 The Apache Software Foundation. All rights reserved.