org.msgpack.rpc.loop.netty
Class MessagePackDecoder

java.lang.Object
  extended by org.jboss.netty.handler.codec.oneone.OneToOneDecoder
      extended by org.msgpack.rpc.loop.netty.MessagePackDecoder
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class MessagePackDecoder
extends org.jboss.netty.handler.codec.oneone.OneToOneDecoder


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
MessagePackDecoder()
           
 
Method Summary
protected  java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, java.lang.Object msg)
           
 
Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
handleUpstream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePackDecoder

public MessagePackDecoder()
Method Detail

decode

protected java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                  org.jboss.netty.channel.Channel channel,
                                  java.lang.Object msg)
                           throws java.lang.Exception
Specified by:
decode in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.