Interface MessageDecoderFactory

All Known Implementing Classes:
DemuxingProtocolDecoder.DefaultConstructorMessageDecoderFactory, DemuxingProtocolDecoder.SingletonMessageDecoderFactory

public interface MessageDecoderFactory
A factory that creates a new instance of MessageDecoder.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new message decoder.
  • Method Details

    • 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