Class ObjectEncoder

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler

    public class ObjectEncoder
    extends io.netty.handler.codec.serialization.ObjectEncoder
    Just expose the encode method for DatagramPacketObjectEncoder to use
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectEncoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(io.netty.channel.ChannelHandlerContext ctx, Serializable msg, io.netty.buffer.ByteBuf out)  
      • Methods inherited from class io.netty.handler.codec.MessageToByteEncoder

        acceptOutboundMessage, allocateBuffer, isPreferDirect, write
      • Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter

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

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

        exceptionCaught, handlerAdded, handlerRemoved
    • Constructor Detail

      • ObjectEncoder

        public ObjectEncoder()
    • Method Detail

      • encode

        public void encode​(io.netty.channel.ChannelHandlerContext ctx,
                           Serializable msg,
                           io.netty.buffer.ByteBuf out)
                    throws Exception
        Overrides:
        encode in class io.netty.handler.codec.serialization.ObjectEncoder
        Throws:
        Exception