org.apache.mina.protocol.codec
Interface MessageDecoderFactory


public interface MessageDecoderFactory

A factory that creates a new instance of MessageDecoder.

Version:
$Rev: 264677 $, $Date: 2005-08-30 11:44:35 +0900 $
Author:
The Apache Directory Project (dev@directory.apache.org), Trustin Lee (trustin@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.