Interface MessageDecoderFactory
-
- All Known Implementing Classes:
DemuxingProtocolDecoder.DefaultConstructorMessageDecoderFactory,DemuxingProtocolDecoder.SingletonMessageDecoderFactory
public interface MessageDecoderFactoryA factory that creates a new instance ofMessageDecoder.- See Also:
DemuxingProtocolDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageDecodergetDecoder()Creates a new message decoder.
-
-
-
Method Detail
-
getDecoder
MessageDecoder getDecoder() throws java.lang.Exception
Creates a new message decoder.- Returns:
- The created decoder
- Throws:
java.lang.Exception- If we weren't able to create the decoder
-
-