Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
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 |
---|---|
void |
HttpOutput.sendContent(HttpContent content)
Blocking send of content.
|
void |
HttpOutput.sendContent(HttpContent httpContent,
Callback callback)
Asynchronous send of content.
|
void |
Response.setHeaders(HttpContent httpContent) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultServlet.passConditionalHeaders(HttpServletRequest request,
HttpServletResponse response,
Resource resource,
HttpContent content) |
protected void |
DefaultServlet.sendData(HttpServletRequest request,
HttpServletResponse response,
boolean include,
Resource resource,
HttpContent content,
Enumeration<String> reqRanges) |
protected void |
DefaultServlet.writeHeaders(HttpServletResponse response,
HttpContent content,
long count) |
Copyright © 1995-2015 Webtide. All Rights Reserved.