Java org.apache.commons.fileupload MockHttpServletRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.fileupload MockHttpServletRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.fileupload MockHttpServletRequest.

The text is from its open source code.

Constructor

MockHttpServletRequest(final byte[] requestData, final String strContentType)
Creates a new instance with the given request data and content type.
MockHttpServletRequest(final InputStream requestData, final int requestLength, final String strContentType)
Creates a new instance with the given request data and content type.