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 booleanHttpPostMultipartRequestDecoder. 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.InterfaceHttpDataHttpPostMultipartRequestDecoder. next()InterfaceHttpDataHttpPostRequestDecoder. next()Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.InterfaceHttpDataHttpPostStandardRequestDecoder. next()InterfaceHttpDataInterfaceHttpPostRequestDecoder. next()Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
-