Class LineOrientedRequestEncoder

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

    public class LineOrientedRequestEncoder
    extends org.jboss.netty.handler.codec.oneone.OneToOneEncoder

    LineOrientedRequestEncoder 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 encode​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, java.lang.Object msg)
      This method encodes LineOrientedRequest objects into String instances that contain the byte representation of the request.
      • Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneEncoder

        doEncode, handleDownstream
      • Methods inherited from class java.lang.Object

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

      • LineOrientedRequestEncoder

        public LineOrientedRequestEncoder()
    • Method Detail

      • encode

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