public class StreamingServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
StreamingServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse) |
static void |
streamBigFile(InputStream inputStream,
OutputStream outputStream,
int bufSize) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static void streamBigFile(InputStream inputStream, OutputStream outputStream, int bufSize) throws IOException
IOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse)
throws IOException,
javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionCopyright © 2020. All rights reserved.