org.jboss.messaging.integration.transports.netty
Class MessagingFrameDecoder

java.lang.Object
  extended by FrameDecoder
      extended by org.jboss.messaging.integration.transports.netty.MessagingFrameDecoder

public class MessagingFrameDecoder
extends FrameDecoder

A Netty FrameDecoder used to decode messages.

Version:
$Revision: 5927 $, $Date: 2009-02-25 05:15:55 -0600 (Wed, 25 Feb 2009) $
Author:
Tim Fox, Andy Taylor, Trustin Lee

Constructor Summary
MessagingFrameDecoder(BufferHandler handler)
           
 
Method Summary
protected  java.lang.Object decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagingFrameDecoder

public MessagingFrameDecoder(BufferHandler handler)
Method Detail

decode

protected java.lang.Object decode(ChannelHandlerContext ctx,
                                  Channel channel,
                                  ChannelBuffer in)
                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.