public class SaslStormServerHandler
extends org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Constructor and Description |
---|
SaslStormServerHandler(ISaslServer server) |
Modifier and Type | Method and Description |
---|---|
void |
channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
exceptionCaught(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public SaslStormServerHandler(ISaslServer server) throws IOException
IOException
public void channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, Object msg) 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 exceptionCaught(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, Throwable cause)
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
Copyright © 2022 The Apache Software Foundation. All rights reserved.