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 TypeClassDescriptionclassMetaData associated with a context Resource.classMethods 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 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.server.resource
Methods in org.eclipse.jetty.server.resource with parameters of type HttpContentModifier and TypeMethodDescriptionstatic RangeWriterHttpContentRangeWriter.newRangeWriter(HttpContent content) Obtain a new RangeWriter for the supplied HttpContent.