Package | Description |
---|---|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpPostRequestDecoder.hasNext()
True if at current getStatus, 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–2013 The Netty Project. All rights reserved.