| Package | Description |
|---|---|
| org.klomp.snark.web | The I2PSnark web user interface package, providing a complete web-based torrent management system
implemented as a webapp in i2psnark.war. |
| Modifier and Type | Method and Description |
|---|---|
BasicServlet.HttpContent | BasicServlet.getContent(String pathInContext,
long limit)Get Resource to serve. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean | BasicServlet.passConditionalHeaders(HttpServletRequest request,
HttpServletResponse response,
BasicServlet.HttpContent content)Check modification date headers. |
protected void | BasicServlet.sendData(HttpServletRequest request,
HttpServletResponse response,
BasicServlet.HttpContent content)Sends the content to the client, handling range requests. |
protected void | BasicServlet.writeHeaders(HttpServletResponse response,
BasicServlet.HttpContent content,
long count)Write response headers for the content. |