Package io.netty.handler.codec.http
Class TransferEncodingNotAllowedException
- 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.TransferEncodingNotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class TransferEncodingNotAllowedException extends DecoderException
Thrown byHttpObjectDecoderwhen an HTTP message uses a protocol version older thanHTTP/1.1and includes anTransfer-Encodingheader.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferEncodingNotAllowedException(java.lang.String message)Create a new instance with the given message.
-