com.foxinmy.weixin4j.socket
Class SingleResponseEncoder

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

@ChannelHandler.Sharable
public class SingleResponseEncoder
extends io.netty.handler.codec.MessageToMessageEncoder<SingleResponse>

单一回复编码类

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
SingleResponse

Nested Class Summary
 
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
SingleResponseEncoder()
           
 
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

SingleResponseEncoder

public SingleResponseEncoder()


Copyright © 2014–2017. All rights reserved.