程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
InterfaceHttpPostRequestDecoder.hasNext()
True if at current status, there is an available decoded InterfaceHttpData from the Body.
|
boolean |
HttpPostStandardRequestDecoder.hasNext() |
boolean |
HttpPostRequestDecoder.hasNext()
True if at current status, there is an available decoded InterfaceHttpData from the Body.
|
boolean |
HttpPostMultipartRequestDecoder.hasNext() |
InterfaceHttpData |
InterfaceHttpPostRequestDecoder.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 |
HttpPostRequestDecoder.next()
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more
available InterfaceHttpData.
|
InterfaceHttpData |
HttpPostMultipartRequestDecoder.next() |