Package | Description |
---|---|
org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpPostRequestDecoder.hasNext()
True if at current status, there is an available decoded InterfaceHttpData from the Body.
|
InterfaceHttpData |
HttpPostRequestDecoder.next()
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more
available InterfaceHttpData.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.