Package io.netty.handler.codec.http
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 seperated 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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidLineSeparatorException(String message) InvalidLineSeparatorException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidLineSeparatorException
public InvalidLineSeparatorException() -
InvalidLineSeparatorException
-
InvalidLineSeparatorException
-
InvalidLineSeparatorException
-