public class InputStreamItem extends HttpServlet
This kind of QueryServlet item will load into the browser
the stream returned by the document collection for the given document. Using the system property
it.unimi.di.big.mg4j.query.InputStreamItem.skip, you can set a number of sub-input streams
that will be skipped by calling InputStream.reset() (see it.unimi.di.big.mg4j.document).
| Constructor and Description |
|---|
InputStreamItem() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logprotected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException
doGet in class HttpServletIOExceptionprotected void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException
doPost in class HttpServletIOException