Class HttpPostRequestDecoder.EndOfDataDecoderException
- 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.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpPostRequestDecoder
public static class HttpPostRequestDecoder.EndOfDataDecoderException extends DecoderException
Exception when the body is fully decoded, even if there is still data- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndOfDataDecoderException()
-