Class RtspMessageDecoder

    • Constructor Detail

      • RtspMessageDecoder

        protected RtspMessageDecoder()
        Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
      • RtspMessageDecoder

        protected RtspMessageDecoder​(int maxInitialLineLength,
                                     int maxHeaderSize,
                                     int maxContentLength)
        Creates a new instance with the specified parameters.