public class NettyUpload extends Object implements NativeUpload
| Constructor and Description |
|---|
NettyUpload(io.netty.handler.codec.http.multipart.FileUpload data,
String tmpdir) |
public NettyUpload(io.netty.handler.codec.http.multipart.FileUpload data,
String tmpdir)
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String name()
name in interface NativeUploadpublic List<String> headers(String name)
headers in interface NativeUploadpublic File file() throws IOException
file in interface NativeUploadIOExceptionCopyright © 2015. All rights reserved.