public class KerberosSaslClientHandler
extends org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Constructor and Description |
---|
KerberosSaslClientHandler(ISaslClient client,
Map<String,Object> topoConf,
String jaasSection,
String host) |
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) |
void |
channelRegistered(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx) |
void |
channelUnregistered(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
channelInactive, channelReadComplete, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public KerberosSaslClientHandler(ISaslClient client, Map<String,Object> topoConf, String jaasSection, String host) 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
public void channelRegistered(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx) throws Exception
channelRegistered
in interface org.apache.storm.shade.io.netty.channel.ChannelInboundHandler
channelRegistered
in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Exception
public void channelUnregistered(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx) throws Exception
channelUnregistered
in interface org.apache.storm.shade.io.netty.channel.ChannelInboundHandler
channelUnregistered
in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Exception
public void exceptionCaught(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception
exceptionCaught
in interface org.apache.storm.shade.io.netty.channel.ChannelHandler
exceptionCaught
in interface org.apache.storm.shade.io.netty.channel.ChannelInboundHandler
exceptionCaught
in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Exception
Copyright © 2022 The Apache Software Foundation. All rights reserved.