org.apache.mina.protocol.codec
Interface MessageDecoderFactory


public interface MessageDecoderFactory

A factory that creates a new instance of MessageDecoder.

Version:
$Rev: 451852 $, $Date: 2006-10-02 10:35:45 +0900 (월, 02 10월 2006) $
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.