| Name | Meaning |
|---|---|
| {@code maxInitialLineLength} | The maximum length of the initial line (e.g. {@code "SETUP / RTSP/1.0"}) If the length of the initial line exceeds this value, a {@link TooLongFrameException} will be raised. |
| {@code maxHeaderSize} | The maximum length of all headers. If the sum of the length of each header exceeds this value, a {@link TooLongFrameException} will be raised. |
| {@code maxContentLength} | The maximum length of the content. If the content length exceeds this value, a {@link TooLongFrameException} will be raised. |
| |