Class RtspResponseDecoder

    • Constructor Detail

      • RtspResponseDecoder

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

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