Uses of Interface
org.eclipse.jetty.http.content.HttpContent
Packages that use HttpContent
Package
Description
Jetty Server : Core Server API
-
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.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)