Package com.foxinmy.weixin4j.socket
Class WeixinResponseEncoder
- java.lang.Object
- 
- io.netty.channel.ChannelHandlerAdapter
- 
- io.netty.channel.ChannelOutboundHandlerAdapter
- 
- io.netty.handler.codec.MessageToMessageEncoder<WeixinResponse>
- 
- com.foxinmy.weixin4j.socket.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
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected io.netty.util.internal.logging.InternalLoggerlogger
 - 
Constructor SummaryConstructors Constructor Description WeixinResponseEncoder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidencode(io.netty.channel.ChannelHandlerContext ctx, WeixinResponse response, List<Object> out)- 
Methods inherited from class io.netty.handler.codec.MessageToMessageEncoderacceptOutboundMessage, write
 - 
Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapterbind, close, connect, deregister, disconnect, flush, read
 - 
Methods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
 
- 
 
- 
- 
- 
Method Detail- 
encodeprotected void encode(io.netty.channel.ChannelHandlerContext ctx, WeixinResponse response, List<Object> out)- Specified by:
- encodein class- io.netty.handler.codec.MessageToMessageEncoder<WeixinResponse>
 
 
- 
 
-