Uses of Interface
org.eclipse.jetty.http.content.HttpContent
Package
Description
Jetty Server : Core Server API
-
Uses of HttpContent in org.eclipse.jetty.http.content
Modifier and TypeInterfaceDescriptionprotected static interface
Modifier and TypeClassDescriptionprotected class
protected static class
static class
HttpContent Wrapper.class
class
HttpContent created from aResource
.protected class
protected static class
Modifier 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()
Modifier 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) ModifierConstructorDescriptionCachedHttpContent
(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
Modifier 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)