org.mortbay.http
public class MultiPartResponse extends Object
Version: $Id: MultiPartResponse.java,v 1.12 2006/04/04 22:28:02 gregwilkins Exp $
| Constructor Summary | |
|---|---|
| MultiPartResponse(OutputStream out) | |
| MultiPartResponse(HttpResponse response) MultiPartResponse constructor. | |
| Method Summary | |
|---|---|
| void | close() End the current part. |
| String | getBoundary() |
| OutputStream | getOut() |
| void | startPart(String contentType) Start creation of the next Content. |
| void | startPart(String contentType, String[] headers) Start creation of the next Content. |
Throws: IOException IOException