Uses of Interface
org.eclipse.jetty.http.HttpContent
Packages that use HttpContent
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpContent in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement HttpContentMethods in org.eclipse.jetty.http that return HttpContentModifier and TypeMethodDescriptionHttpContent.ContentFactory.getContent
(String path, int maxBuffer) Methods in org.eclipse.jetty.http that return types with arguments of type HttpContentModifier and TypeMethodDescriptionMap<CompressedContentFormat,
? extends HttpContent> HttpContent.getPrecompressedContents()
PrecompressedHttpContent.getPrecompressedContents()
ResourceHttpContent.getPrecompressedContents()
Constructors in org.eclipse.jetty.http with parameters of type HttpContentModifierConstructorDescriptionPrecompressedHttpContent
(HttpContent content, HttpContent precompressedContent, CompressedContentFormat format) Constructor parameters in org.eclipse.jetty.http with type arguments of type HttpContentModifierConstructorDescriptionResourceHttpContent
(Resource resource, String contentType, int maxBuffer, Map<CompressedContentFormat, HttpContent> precompressedContents) -
Uses of HttpContent in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpContentModifier and TypeClassDescriptionclass
MetaData associated with a context Resource.class
Methods in org.eclipse.jetty.server that return HttpContentModifier and TypeMethodDescriptionCachedContentFactory.getContent
(String pathInContext, int maxBufferSize) Returns an entry from the cache, or creates a new one.ResourceContentFactory.getContent
(String pathInContext, int maxBufferSize) Methods in org.eclipse.jetty.server that return types with arguments of type HttpContentModifier and TypeMethodDescriptionMap<CompressedContentFormat,
? extends HttpContent> CachedContentFactory.CachedHttpContent.getPrecompressedContents()
Methods in org.eclipse.jetty.server with parameters of type HttpContentModifier and TypeMethodDescriptionprotected boolean
ResourceService.passConditionalHeaders
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, HttpContent content) protected void
ResourceService.putHeaders
(jakarta.servlet.http.HttpServletResponse response, HttpContent content, long contentLength) static void
Response.putHeaders
(jakarta.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
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean include, HttpContent content, Enumeration<String> reqRanges) protected void
ResourceService.sendWelcome
(HttpContent content, String pathInContext, boolean endsWithSlash, boolean included, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of HttpContent in org.eclipse.jetty.server.resource
Methods in org.eclipse.jetty.server.resource with parameters of type HttpContentModifier and TypeMethodDescriptionstatic RangeWriter
HttpContentRangeWriter.newRangeWriter
(HttpContent content) Obtain a new RangeWriter for the supplied HttpContent.