Class ThriftNettyServerCodec

  • All Implemented Interfaces:
    org.apache.storm.shade.io.netty.channel.ChannelHandler, org.apache.storm.shade.io.netty.channel.ChannelInboundHandler

    public class ThriftNettyServerCodec
    extends org.apache.storm.shade.io.netty.channel.ChannelInitializer<org.apache.storm.shade.io.netty.channel.Channel>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ThriftNettyServerCodec.AuthMethod  
      • Nested classes/interfaces inherited from interface org.apache.storm.shade.io.netty.channel.ChannelHandler

        org.apache.storm.shade.io.netty.channel.ChannelHandler.Sharable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void initChannel​(org.apache.storm.shade.io.netty.channel.Channel ch)  
      • Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelInitializer

        channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
      • Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter

        channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
      • Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, isSharable
    • Method Detail

      • initChannel

        protected void initChannel​(org.apache.storm.shade.io.netty.channel.Channel ch)
                            throws Exception
        Specified by:
        initChannel in class org.apache.storm.shade.io.netty.channel.ChannelInitializer<org.apache.storm.shade.io.netty.channel.Channel>
        Throws:
        Exception