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 TypeMethodDescriptionboolean
HttpPostMultipartRequestDecoder.hasNext()
boolean
HttpPostRequestDecoder.hasNext()
True if at current status, there is an available decoded InterfaceHttpData from the Body.boolean
HttpPostStandardRequestDecoder.hasNext()
boolean
InterfaceHttpPostRequestDecoder.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.