public final class InvalidLineSeparatorException extends DecoderException
Strict line parsing is enabled by default since Netty 4.1.124 and 4.2.4.
This default can be overridden by setting the system
property to false
.
See RFC 9112 Section 2.1.
Constructor and Description |
---|
InvalidLineSeparatorException() |
InvalidLineSeparatorException(String message) |
InvalidLineSeparatorException(String message,
Throwable cause) |
InvalidLineSeparatorException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2025 The Netty Project. All rights reserved.