public final class TransferEncodingNotAllowedException
extends io.netty.handler.codec.DecoderException
HttpObjectDecoder when an HTTP message uses a protocol version older than HTTP/1.1
and includes an Transfer-Encoding header.| Constructor and Description |
|---|
TransferEncodingNotAllowedException(String message)
Create a new instance with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransferEncodingNotAllowedException(String message)
message - The exception message.Copyright © 2008–2026 The Netty Project. All rights reserved.