org.apache.mina.protocol.codec
Interface MessageDecoderFactory


public interface MessageDecoderFactory

A factory that creates a new instance of MessageDecoder.

Version:
$Rev: 332218 $, $Date: 2005-11-10 12:52:42 +0900 $
Author:
The Apache Directory Project (dev@directory.apache.org)
See Also:
DemuxingProtocolCodecFactory

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

Method Detail

newDecoder

MessageDecoder newDecoder()
Creates a new message decoder.



Copyright © 2004-2005 . All Rights Reserved.