Package fi.iki.elonen
Class NanoFileUpload.NanoHttpdContext
java.lang.Object
fi.iki.elonen.NanoFileUpload.NanoHttpdContext
- All Implemented Interfaces:
org.apache.commons.fileupload.RequestContext
,org.apache.commons.fileupload.UploadContext
- Enclosing class:
NanoFileUpload
public static class NanoFileUpload.NanoHttpdContext
extends Object
implements org.apache.commons.fileupload.UploadContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
int
-
Field Details
-
session
-
-
Constructor Details
-
NanoHttpdContext
-
-
Method Details
-
contentLength
public long contentLength()- Specified by:
contentLength
in interfaceorg.apache.commons.fileupload.UploadContext
-
getCharacterEncoding
- Specified by:
getCharacterEncoding
in interfaceorg.apache.commons.fileupload.RequestContext
-
getContentType
- Specified by:
getContentType
in interfaceorg.apache.commons.fileupload.RequestContext
-
getContentLength
public int getContentLength()- Specified by:
getContentLength
in interfaceorg.apache.commons.fileupload.RequestContext
-
getInputStream
- Specified by:
getInputStream
in interfaceorg.apache.commons.fileupload.RequestContext
- Throws:
IOException
-