Uses of Class
org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
Packages that use HttpPostRequestDecoder.EndOfDataDecoderException
-
Uses of HttpPostRequestDecoder.EndOfDataDecoderException in org.jboss.netty.handler.codec.http.multipart
Methods in org.jboss.netty.handler.codec.http.multipart that throw HttpPostRequestDecoder.EndOfDataDecoderExceptionModifier and TypeMethodDescriptionbooleanHttpPostMultipartRequestDecoder.hasNext()booleanHttpPostRequestDecoder.hasNext()True if at current status, there is an available decoded InterfaceHttpData from the Body.booleanHttpPostStandardRequestDecoder.hasNext()booleanInterfaceHttpPostRequestDecoder.hasNext()True if at current status, there is an available decoded InterfaceHttpData from the Body.HttpPostMultipartRequestDecoder.next()HttpPostRequestDecoder.next()Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.HttpPostStandardRequestDecoder.next()InterfaceHttpPostRequestDecoder.next()Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.