com.foxinmy.weixin4j.socket
Class WeixinResponseEncoder

java.lang.Object
  extended by io.netty.channel.ChannelHandlerAdapter
      extended by io.netty.channel.ChannelOutboundHandlerAdapter
          extended by io.netty.handler.codec.MessageToMessageEncoder<WeixinResponse>
              extended by com.foxinmy.weixin4j.socket.WeixinResponseEncoder
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler

@ChannelHandler.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
 
Constructor Summary
WeixinResponseEncoder()
           
 
Method Summary
 
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
exceptionCaught, handlerAdded, handlerRemoved, isSharable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
 

Constructor Detail

WeixinResponseEncoder

public WeixinResponseEncoder()


Copyright © 2014–2017. All rights reserved.