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