Interface MessageDecoderFactory
-
public interface MessageDecoderFactory
A factory that creates a new instance ofMessageDecoder
.- Author:
- Apache MINA Project
- See Also:
DemuxingProtocolDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageDecoder
getDecoder()
Creates a new message decoder.
-
-
-
Method Detail
-
getDecoder
MessageDecoder getDecoder() throws Exception
Creates a new message decoder.- Returns:
- The created decoder
- Throws:
Exception
- If we weren't able to create the decoder
-
-