Package org.eclipse.jetty.util.resource
package org.eclipse.jetty.util.resource
Jetty Util : Resource Utilities
A Resource in Jetty is an abstraction that
allows for a common API to access various forms of resource sources across the Jetty
ecosystem.
A Resource is created via one of the
ResourceFactory.newResource(...) APIs.
-
ClassDescriptionNormalize Attribute to String.Deprecated, for removal: This API element is subject to removal in a future version.FileSystemPool is no longer used.Listener for pool eventsShow a StackTraceAn in memory ResourceJava NIO Path Resource with file system pooling.A ResourceFactory for mounted FileSystems.Java NIO Path Resource.A Resource is a wrapper over a
Pathobject pointing to a file or directory that can be represented by aFileSystem.ResourceFactory is the source of newResourceinstances.Collection of helpful static methods for working withResourceobjects.SpecializedUriPatternPredicateto allow filteringResourceentries by their URI.ResourceFactoryforURLbased resources.