org.openqa.jetty.servlet
Class MultiPartResponse
java.lang.Object
org.openqa.jetty.http.MultiPartResponse
org.openqa.jetty.servlet.MultiPartResponse
public class MultiPartResponse
- extends MultiPartResponse
Handle a multipart MIME response.
- Version:
- $Id: MultiPartResponse.java,v 1.6 2004/05/09 20:32:41 gregwilkins Exp $
- Author:
- Greg Wilkins, Jim Crossley
Constructor Summary |
MultiPartResponse(javax.servlet.http.HttpServletResponse response)
MultiPartResponse constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiPartResponse
public MultiPartResponse(javax.servlet.http.HttpServletResponse response)
throws IOException
- MultiPartResponse constructor.
- Parameters:
response
- The ServletResponse to which this multipart
response will be sent.
- Throws:
IOException
Copyright © 2012. All Rights Reserved.