Uses of Interface
org.eclipse.jetty.http.HttpContent
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpContent in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionHttpContent.ContentFactory.getContent
(String path, int maxBuffer) Modifier and TypeMethodDescriptionMap<CompressedContentFormat,
? extends HttpContent> HttpContent.getPrecompressedContents()
PrecompressedHttpContent.getPrecompressedContents()
ResourceHttpContent.getPrecompressedContents()
ModifierConstructorDescriptionPrecompressedHttpContent
(HttpContent content, HttpContent precompressedContent, CompressedContentFormat format) ModifierConstructorDescriptionResourceHttpContent
(Resource resource, String contentType, int maxBuffer, Map<CompressedContentFormat, HttpContent> precompressedContents) -
Uses of HttpContent in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
MetaData associated with a context Resource.class
Modifier and TypeMethodDescriptionCachedContentFactory.getContent
(String pathInContext, int maxBufferSize) Returns an entry from the cache, or creates a new one.ResourceContentFactory.getContent
(String pathInContext, int maxBufferSize) Modifier and TypeMethodDescriptionMap<CompressedContentFormat,
? extends HttpContent> CachedContentFactory.CachedHttpContent.getPrecompressedContents()
Modifier and TypeMethodDescriptionprotected boolean
ResourceService.passConditionalHeaders
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HttpContent content) 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
Response.putHeaders
(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, Enumeration<String> reqRanges) protected void
ResourceService.sendWelcome
(HttpContent content, String pathInContext, boolean endsWithSlash, boolean included, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of HttpContent in org.eclipse.jetty.server.resource
Modifier and TypeMethodDescriptionstatic RangeWriter
HttpContentRangeWriter.newRangeWriter
(HttpContent content) Obtain a new RangeWriter for the supplied HttpContent.