Class ServiceResponseEncoder

java.lang.Object
org.jboss.netty.handler.codec.oneone.OneToOneEncoder
org.ros.internal.node.service.ServiceResponseEncoder
All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler

public final class ServiceResponseEncoder extends org.jboss.netty.handler.codec.oneone.OneToOneEncoder
Author:
damonkohler@google.com (Damon Kohler)
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler

    org.jboss.netty.channel.ChannelHandler.Sharable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    encode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, Object msg)
     

    Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneEncoder

    handleDownstream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceResponseEncoder

      public ServiceResponseEncoder()
  • Method Details

    • encode

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