public static class NanoFileUpload.NanoHttpdContext extends Object implements org.apache.commons.fileupload.UploadContext
| Constructor and Description |
|---|
NanoFileUpload.NanoHttpdContext(NanoHTTPD.IHTTPSession session) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
InputStream |
getInputStream() |
public NanoFileUpload.NanoHttpdContext(NanoHTTPD.IHTTPSession session)
public long contentLength()
contentLength in interface org.apache.commons.fileupload.UploadContextpublic String getCharacterEncoding()
getCharacterEncoding in interface org.apache.commons.fileupload.RequestContextpublic String getContentType()
getContentType in interface org.apache.commons.fileupload.RequestContextpublic int getContentLength()
getContentLength in interface org.apache.commons.fileupload.RequestContextpublic InputStream getInputStream() throws IOException
getInputStream in interface org.apache.commons.fileupload.RequestContextIOExceptionCopyright © 2012–2016 nanohttpd. All rights reserved.