Class WeixinResponseEncoder

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

    @Sharable
    public class WeixinResponseEncoder
    extends io.netty.handler.codec.MessageToMessageEncoder<WeixinResponse>
    微信回复编码类
    Since:
    JDK 1.6
    Author:
    jinyu(foxinmy@gmail.com)
    See Also:
    加密接入指引, WeixinResponse
    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      protected io.netty.util.internal.logging.InternalLogger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void encode​(io.netty.channel.ChannelHandlerContext ctx, WeixinResponse response, List<Object> out)  
      • Methods inherited from class io.netty.handler.codec.MessageToMessageEncoder

        acceptOutboundMessage, 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
    • Field Detail

      • logger

        protected final io.netty.util.internal.logging.InternalLogger logger
    • Constructor Detail

      • WeixinResponseEncoder

        public WeixinResponseEncoder()
    • Method Detail

      • encode

        protected void encode​(io.netty.channel.ChannelHandlerContext ctx,
                              WeixinResponse response,
                              List<Object> out)
        Specified by:
        encode in class io.netty.handler.codec.MessageToMessageEncoder<WeixinResponse>