Example usage for org.apache.commons.fileupload RequestContext interface-usage

List of usage examples for org.apache.commons.fileupload RequestContext interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.fileupload RequestContext interface-usage.

Usage

From source file com.eucalyptus.ws.handlers.POSTRequestContext.java

public class POSTRequestContext implements RequestContext {
    private InputStream inputStream;
    private String contentType;
    int contentLength;

    public POSTRequestContext(InputStream inputStream, String contentType, int contentLength) {