akka.remote.testconductor
Class MsgDecoder

java.lang.Object
  extended by org.jboss.netty.handler.codec.oneone.OneToOneDecoder
      extended by akka.remote.testconductor.MsgDecoder

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


Constructor Summary
MsgDecoder()
           
 
Method Summary
 Address address2scala(TestConductorProtocol.Address addr)
           
 java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel ch, java.lang.Object msg)
           
 ThrottlerTransportAdapter.Direction direction2scala(TestConductorProtocol.Direction dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgDecoder

public MsgDecoder()
Method Detail

address2scala

public Address address2scala(TestConductorProtocol.Address addr)

direction2scala

public ThrottlerTransportAdapter.Direction direction2scala(TestConductorProtocol.Direction dir)

decode

public java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
                               org.jboss.netty.channel.Channel ch,
                               java.lang.Object msg)