Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Class and Description |
---|---|
class |
PrecompressedHttpContent |
class |
ResourceHttpContent
HttpContent created from a
Resource . |
Modifier and Type | Method and Description |
---|---|
HttpContent |
HttpContent.ContentFactory.getContent(java.lang.String path,
int maxBuffer) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CompressedContentFormat,? extends HttpContent> |
HttpContent.getPrecompressedContents() |
java.util.Map<CompressedContentFormat,HttpContent> |
ResourceHttpContent.getPrecompressedContents() |
java.util.Map<CompressedContentFormat,HttpContent> |
PrecompressedHttpContent.getPrecompressedContents() |
Constructor and Description |
---|
PrecompressedHttpContent(HttpContent content,
HttpContent precompressedContent,
CompressedContentFormat format) |
Constructor and Description |
---|
ResourceHttpContent(Resource resource,
java.lang.String contentType,
int maxBuffer,
java.util.Map<CompressedContentFormat,HttpContent> precompressedContents) |
Modifier and Type | Class and Description |
---|---|
class |
CachedContentFactory.CachedHttpContent
MetaData associated with a context Resource.
|
class |
CachedContentFactory.CachedPrecompressedHttpContent |
Modifier and Type | Method and Description |
---|---|
HttpContent |
CachedContentFactory.getContent(java.lang.String pathInContext,
int maxBufferSize)
Returns an entry from the cache, or creates a new one.
|
HttpContent |
ResourceContentFactory.getContent(java.lang.String pathInContext,
int maxBufferSize) |
HttpContent |
CachedContentFactory.lookup(java.lang.String pathInContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<CompressedContentFormat,? extends HttpContent> |
CachedContentFactory.CachedHttpContent.getPrecompressedContents() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ResourceService.passConditionalHeaders(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HttpContent content) |
void |
Response.putHeaders(HttpContent content,
long contentLength,
boolean etag) |
protected void |
ResourceService.putHeaders(javax.servlet.http.HttpServletResponse response,
HttpContent content,
long contentLength) |
static void |
Response.putHeaders(javax.servlet.http.HttpServletResponse response,
HttpContent content,
long contentLength,
boolean etag) |
void |
HttpOutput.sendContent(HttpContent content)
Blocking send of HTTP content.
|
void |
HttpOutput.sendContent(HttpContent httpContent,
Callback callback)
Asynchronous send of HTTP content.
|
protected boolean |
ResourceService.sendData(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean include,
HttpContent content,
java.util.Enumeration<java.lang.String> reqRanges) |
protected void |
ResourceService.sendWelcome(HttpContent content,
java.lang.String pathInContext,
boolean endsWithSlash,
boolean included,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 1995–2023 Webtide. All rights reserved.