public class RequestContextImpl
extends java.lang.Object
implements org.apache.commons.fileupload.RequestContext
| Constructor and Description |
|---|
RequestContextImpl(java.io.InputStream inputStream,
java.lang.String contentType,
java.lang.String characterEncoding,
int contentLength) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharacterEncoding() |
int |
getContentLength() |
java.lang.String |
getContentType() |
java.io.InputStream |
getInputStream() |
public RequestContextImpl(java.io.InputStream inputStream,
java.lang.String contentType,
java.lang.String characterEncoding,
int contentLength)
public java.lang.String getCharacterEncoding()
getCharacterEncoding in interface org.apache.commons.fileupload.RequestContextpublic java.lang.String getContentType()
getContentType in interface org.apache.commons.fileupload.RequestContextpublic int getContentLength()
getContentLength in interface org.apache.commons.fileupload.RequestContextpublic java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in interface org.apache.commons.fileupload.RequestContextjava.io.IOExceptionCopyright © 2004-2018 The Apache Software Foundation. All Rights Reserved.