Class InvalidLineSeparatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.DecoderException
io.netty.handler.codec.http.InvalidLineSeparatorException
- All Implemented Interfaces:
Serializable
Thrown when strict line parsing is enabled,
and HTTP start- and header field-lines are not separated by CR LF octet pairs.
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidLineSeparatorException(String message) InvalidLineSeparatorException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLineSeparatorException
public InvalidLineSeparatorException() -
InvalidLineSeparatorException
-
InvalidLineSeparatorException
-
InvalidLineSeparatorException
-