public class StormClientHandler
extends org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Modifier and Type | Method and Description |
---|---|
void |
channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
Object message) |
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 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 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.