Class LineOrientedResponseDecoder

  • All Implemented Interfaces:
    org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

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

    LineOrientedResponseDecoder class.

    Author:
    Seth
    • Nested Class Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object decode​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, java.lang.Object msg)
      This method decodes String objects into LineOrientedResponse instances that contain the byte representation of the response.
      • 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

      • LineOrientedResponseDecoder

        public LineOrientedResponseDecoder()
    • Method Detail

      • decode

        public java.lang.Object decode​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                       org.jboss.netty.channel.Channel channel,
                                       java.lang.Object msg)
                                throws java.lang.Exception
        This method decodes String objects into LineOrientedResponse instances that contain the byte representation of the response.
        Specified by:
        decode in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
        Throws:
        java.lang.Exception