Package | Description |
---|---|
org.eclipse.jetty.http | |
org.eclipse.jetty.server | |
org.eclipse.jetty.servlet |
Modifier and Type | Class and Description |
---|---|
static class |
HttpContent.ResourceAsHttpContent |
Modifier and Type | Class and Description |
---|---|
class |
ResourceCache.Content
MetaData associated with a context Resource.
|
Modifier and Type | Method and Description |
---|---|
HttpContent |
ResourceCache.lookup(String pathInContext)
Get a Entry from the cache.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultServlet.passConditionalHeaders(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Resource resource,
HttpContent content) |
protected void |
DefaultServlet.sendData(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean include,
Resource resource,
HttpContent content,
Enumeration reqRanges) |
protected void |
DefaultServlet.writeHeaders(javax.servlet.http.HttpServletResponse response,
HttpContent content,
long count) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.