Class MessageToByteEncoder<I>

    • Constructor Detail

      • MessageToByteEncoder

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

        protected MessageToByteEncoder​(Class<? extends I> outboundMessageType)
        Create a new instance.
        Parameters:
        outboundMessageType - The type of messages to match.