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 Summary
Fields Modifier and Type Field Description protected io.netty.util.internal.logging.InternalLogger
logger
-
Constructor Summary
Constructors Constructor Description WeixinResponseEncoder()
-
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
-
-
-
-
Method Detail
-
encode
protected void encode(io.netty.channel.ChannelHandlerContext ctx, WeixinResponse response, List<Object> out)
- Specified by:
encode
in classio.netty.handler.codec.MessageToMessageEncoder<WeixinResponse>
-
-