Class NettySerializableMessageEncoder

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

    @Sharable
    public class NettySerializableMessageEncoder
    extends org.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder<INettySerializable>
    • Nested Class Summary

      • 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 org.apache.storm.shade.io.netty.buffer.ByteBuf allocateBuffer​(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, boolean preferDirect)  
      protected void encode​(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, org.apache.storm.shade.io.netty.buffer.ByteBuf out)  
      • Methods inherited from class org.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder

        acceptOutboundMessage, isPreferDirect, write
      • Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelOutboundHandlerAdapter

        bind, close, connect, deregister, disconnect, flush, read
      • Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
      • Methods inherited from interface org.apache.storm.shade.io.netty.channel.ChannelHandler

        exceptionCaught, handlerAdded, handlerRemoved
    • Method Detail

      • encode

        protected void encode​(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
                              INettySerializable msg,
                              org.apache.storm.shade.io.netty.buffer.ByteBuf out)
                       throws Exception
        Specified by:
        encode in class org.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder<INettySerializable>
        Throws:
        Exception
      • allocateBuffer

        protected org.apache.storm.shade.io.netty.buffer.ByteBuf allocateBuffer​(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
                                                                                INettySerializable msg,
                                                                                boolean preferDirect)
                                                                         throws Exception
        Overrides:
        allocateBuffer in class org.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder<INettySerializable>
        Throws:
        Exception