Class MessageToMessageDecoder<I>

    • Constructor Detail

      • MessageToMessageDecoder

        protected MessageToMessageDecoder()
        Create a new instance which will try to detect the types to match out of the type parameter of the class.
      • MessageToMessageDecoder

        protected MessageToMessageDecoder​(Class<? extends I> inboundMessageType)
        Create a new instance
        Parameters:
        inboundMessageType - The type of messages to match and so decode