public class MsgDecoder
extends org.jboss.netty.handler.codec.oneone.OneToOneDecoder
Constructor and Description |
---|
MsgDecoder() |
Modifier and Type | Method and Description |
---|---|
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) |
public Address address2scala(TestConductorProtocol.Address addr)
public ThrottlerTransportAdapter.Direction direction2scala(TestConductorProtocol.Direction dir)
public java.lang.Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel ch, java.lang.Object msg)
decode
in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder