org.apache.mina.filter.codec.demux
Interface MessageDecoderFactory


public interface MessageDecoderFactory

A factory that creates a new instance of MessageDecoder.

Version:
$Rev: 590006 $, $Date: 2007-10-30 10:44:02 +0100 (Tue, 30 Oct 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
DemuxingProtocolDecoder

Method Summary
 MessageDecoder getDecoder()
          Creates a new message decoder.
 

Method Detail

getDecoder

MessageDecoder getDecoder()
                          throws Exception
Creates a new message decoder.

Throws:
Exception


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.