Uses of Class
org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
-
Packages that use HttpPostRequestDecoder.EndOfDataDecoderException Package Description org.jboss.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of HttpPostRequestDecoder.EndOfDataDecoderException in org.jboss.netty.handler.codec.http.multipart
Methods in org.jboss.netty.handler.codec.http.multipart that throw HttpPostRequestDecoder.EndOfDataDecoderException Modifier and Type Method Description boolean
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.InterfaceHttpData
HttpPostMultipartRequestDecoder. next()
InterfaceHttpData
HttpPostRequestDecoder. next()
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.InterfaceHttpData
HttpPostStandardRequestDecoder. next()
InterfaceHttpData
InterfaceHttpPostRequestDecoder. next()
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
-