Package | Description |
---|---|
org.klomp.snark.web |
The i2psnark user interface, implemented as a webapp in i2psnark.war.
|
Modifier and Type | Method and Description |
---|---|
BasicServlet.HttpContent |
BasicServlet.getContent(String pathInContext)
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) |
protected void |
BasicServlet.writeHeaders(HttpServletResponse response,
BasicServlet.HttpContent content,
long count) |