Package | Description |
---|---|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Modifier and Type | Method and Description |
---|---|
protected InterfaceHttpData |
HttpPostRequestDecoder.getFileUpload(String delimiter)
Get the FileUpload (new one or current one)
|
HttpPostRequestDecoder |
HttpPostRequestDecoder.offer(HttpContent content)
Initialized the internals from a new chunk
|
Constructor and Description |
---|
HttpPostRequestDecoder(HttpDataFactory factory,
HttpRequest request) |
HttpPostRequestDecoder(HttpDataFactory factory,
HttpRequest request,
Charset charset) |
HttpPostRequestDecoder(HttpRequest request) |
Copyright © 2008–2013 The Netty Project. All rights reserved.