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


public interface MessageDecoderFactory

A factory that creates a new instance of MessageDecoder.

Version:
$Rev: 555855 $, $Date: 2007-07-13 05:19:00 +0200 (Fr, 13. Jul 2007) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)
See Also:
DemuxingProtocolCodecFactory

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-2011 Apache MINA Project. All Rights Reserved.