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 booleanResourceService.passConditionalHeaders(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HttpContent content) protected voidResourceService.putHeaders(javax.servlet.http.HttpServletResponse response, HttpContent content, long contentLength) static voidResponse.putHeaders(javax.servlet.http.HttpServletResponse response, HttpContent content, long contentLength, boolean etag) voidResponse.putHeaders(HttpContent content, long contentLength, boolean etag) voidHttpOutput.sendContent(HttpContent content) Blocking send of HTTP content.voidHttpOutput.sendContent(HttpContent httpContent, Callback callback) Asynchronous send of HTTP content.protected booleanResourceService.sendData(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean include, HttpContent content, Enumeration<String> reqRanges) protected voidResourceService.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 RangeWriterHttpContentRangeWriter.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 booleanResourceService.passConditionalHeaders(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, HttpContent content) protected voidResourceService.putHeaders(jakarta.servlet.http.HttpServletResponse response, HttpContent content, long contentLength) static voidResponse.putHeaders(jakarta.servlet.http.HttpServletResponse response, HttpContent content, long contentLength, boolean etag) voidResponse.putHeaders(HttpContent content, long contentLength, boolean etag) voidHttpOutput.sendContent(HttpContent content) Blocking send of HTTP content.voidHttpOutput.sendContent(HttpContent httpContent, Callback callback) Asynchronous send of HTTP content.protected booleanResourceService.sendData(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean include, HttpContent content, Enumeration<String> reqRanges) protected voidResourceService.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 RangeWriterHttpContentRangeWriter.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 interfaceClasses in org.eclipse.jetty.http.content that implement HttpContentModifier and TypeClassDescriptionprotected classprotected static classstatic classHttpContent Wrapper.classclassHttpContent created from aResource.protected classprotected static classMethods 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 booleanCachingHttpContentFactory.isCacheable(HttpContent httpContent) Tests whether the given HttpContent is cacheable, and if there is enough room to fit it in the cache.protected booleanValidatingCachingHttpContentFactory.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 TypeMethodDescriptionvoidResourceService.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 booleanResourceService.passConditionalHeaders(Request request, Response response, HttpContent content, Callback callback) protected voidResourceService.putHeaders(Response response, HttpContent content, long contentLength) protected voidResourceService.putNotModifiedHeaders(Response response, HttpContent content) protected voidResourceService.sendWelcome(HttpContent content, String pathInContext, boolean endsWithSlash, Request request, Response response, Callback callback) protected voidResourceService.writeHttpContent(Request request, Response response, Callback callback, HttpContent content)