Uses of Interface
org.eclipse.jetty.http.content.HttpContent
Packages that use HttpContent
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Server : Core Server API
-
Uses of HttpContent in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested with parameters of type HttpContentModifier 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.ee8.nested.resource
Methods in org.eclipse.jetty.ee8.nested.resource with parameters of type HttpContentModifier and TypeMethodDescriptionstatic RangeWriter
HttpContentRangeWriter.newRangeWriter
(HttpContent content) Obtain a new RangeWriter for the supplied HttpContent. -
Uses of HttpContent in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested 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.ee9.nested.resource
Methods in org.eclipse.jetty.ee9.nested.resource with parameters of type HttpContentModifier and TypeMethodDescriptionstatic RangeWriter
HttpContentRangeWriter.newRangeWriter
(HttpContent content) Obtain a new RangeWriter for the supplied HttpContent. -
Uses of HttpContent in org.eclipse.jetty.http.content
Subinterfaces of HttpContent in org.eclipse.jetty.http.contentModifier and TypeInterfaceDescriptionprotected static interface
Classes in org.eclipse.jetty.http.content that implement HttpContentModifier and TypeClassDescriptionprotected class
protected static class
static class
HttpContent Wrapper.class
class
HttpContent created from aResource
.protected class
protected static class
Methods in org.eclipse.jetty.http.content that return HttpContentModifier and TypeMethodDescriptionCachingHttpContentFactory.getContent
(String path) FileMappingHttpContentFactory.getContent
(String path) HttpContent.Factory.getContent
(String path) PreCompressedHttpContentFactory.getContent
(String pathInContext) ResourceHttpContentFactory.getContent
(String pathInContext) VirtualHttpContentFactory.getContent
(String path) HttpContent.Wrapper.getWrapped()
Methods in org.eclipse.jetty.http.content with parameters of type HttpContentModifier and TypeMethodDescriptionprotected boolean
CachingHttpContentFactory.isCacheable
(HttpContent httpContent) Tests whether the given HttpContent is cacheable, and if there is enough room to fit it in the cache.protected boolean
ValidatingCachingHttpContentFactory.isCacheable
(HttpContent httpContent) CachingHttpContentFactory.newCachedContent
(String p, HttpContent httpContent) ValidatingCachingHttpContentFactory.newCachedContent
(String p, HttpContent httpContent) Constructors in org.eclipse.jetty.http.content with parameters of type HttpContentModifierConstructorDescriptionCachedHttpContent
(String key, HttpContent httpContent) PreCompressedHttpContent
(HttpContent content, HttpContent precompressedContent, CompressedContentFormat format) ValidatingCachedContent
(String key, HttpContent httpContent, long validationTime) Wrapper
(HttpContent content) -
Uses of HttpContent in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpContentMethods in org.eclipse.jetty.server with parameters of type HttpContentModifier and TypeMethodDescriptionvoid
ResourceService.doGet
(Request request, Response response, Callback callback, HttpContent content) ResourceService.WelcomeFactory.getWelcomeTarget
(HttpContent content, Request request) Finds a matching welcome target for the request.protected boolean
ResourceService.passConditionalHeaders
(Request request, Response response, HttpContent content, Callback callback) protected void
ResourceService.putHeaders
(Response response, HttpContent content, long contentLength) protected void
ResourceService.putNotModifiedHeaders
(Response response, HttpContent content) protected void
ResourceService.sendWelcome
(HttpContent content, String pathInContext, boolean endsWithSlash, Request request, Response response, Callback callback) protected void
ResourceService.writeHttpContent
(Request request, Response response, Callback callback, HttpContent content)