Interface MessageDecoderFactory
-
public interface MessageDecoderFactoryA factory that creates a new instance ofMessageDecoder.- See Also:
DemuxingProtocolCodecFactory
-
-
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.- Throws:
java.lang.Exception
-
-