Package org.eclipse.jetty.server
Class ResourceService
java.lang.Object
org.eclipse.jetty.server.ResourceService
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Abstract resource service, used by DefaultServlet and ResourceHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoGet(HttpServletRequest request, HttpServletResponse response) Deprecated.Deprecated.Deprecated.intDeprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanisEtags()Deprecated.booleanDeprecated.booleanDeprecated.voidsetAcceptRanges(boolean acceptRanges) Deprecated.voidsetCacheControl(HttpField cacheControl) Deprecated.voidsetContentFactory(HttpContent.ContentFactory contentFactory) Deprecated.voidsetDirAllowed(boolean dirAllowed) Deprecated.voidsetEncodingCacheSize(int encodingCacheSize) Deprecated.voidsetEtags(boolean etags) Deprecated.voidsetGzipEquivalentFileExtensions(List<String> gzipEquivalentFileExtensions) Deprecated.voidsetPathInfoOnly(boolean pathInfoOnly) Deprecated.voidsetPrecompressedFormats(CompressedContentFormat[] precompressedFormats) Deprecated.voidsetRedirectWelcome(boolean redirectWelcome) Deprecated.voidsetWelcomeFactory(ResourceService.WelcomeFactory welcomeFactory) Deprecated.
-
Constructor Details
-
ResourceService
public ResourceService()Deprecated.
-
-
Method Details
-
getContentFactory
Deprecated. -
setContentFactory
Deprecated. -
getWelcomeFactory
Deprecated. -
setWelcomeFactory
Deprecated. -
isAcceptRanges
public boolean isAcceptRanges()Deprecated. -
setAcceptRanges
public void setAcceptRanges(boolean acceptRanges) Deprecated. -
isDirAllowed
public boolean isDirAllowed()Deprecated. -
setDirAllowed
public void setDirAllowed(boolean dirAllowed) Deprecated. -
isRedirectWelcome
public boolean isRedirectWelcome()Deprecated. -
setRedirectWelcome
public void setRedirectWelcome(boolean redirectWelcome) Deprecated. -
getPrecompressedFormats
Deprecated. -
setPrecompressedFormats
Deprecated. -
setEncodingCacheSize
public void setEncodingCacheSize(int encodingCacheSize) Deprecated. -
getEncodingCacheSize
public int getEncodingCacheSize()Deprecated. -
isPathInfoOnly
public boolean isPathInfoOnly()Deprecated. -
setPathInfoOnly
public void setPathInfoOnly(boolean pathInfoOnly) Deprecated. -
isEtags
public boolean isEtags()Deprecated. -
setEtags
public void setEtags(boolean etags) Deprecated. -
getCacheControl
Deprecated. -
setCacheControl
Deprecated. -
getGzipEquivalentFileExtensions
Deprecated. -
setGzipEquivalentFileExtensions
Deprecated. -
doGet
public boolean doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException Deprecated.- Throws:
ServletExceptionIOException
-