org.jboss.netty.handler.codec.http2
Class HttpPostRequestDecoder.EndOfDataDecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.EndOfDataDecoderException
All Implemented Interfaces:
Serializable
Enclosing class:
HttpPostRequestDecoder

public static class HttpPostRequestDecoder.EndOfDataDecoderException
extends Exception

Exception when the body is fully decoded, even if there is still data

See Also:
Serialized Form

Constructor Summary
HttpPostRequestDecoder.EndOfDataDecoderException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpPostRequestDecoder.EndOfDataDecoderException

public HttpPostRequestDecoder.EndOfDataDecoderException()


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.