Class RtspRequestDecoder

    • Constructor Detail

      • RtspRequestDecoder

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

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