Methods in com.faunos.util.net.http.file that return FileResponseFactory |
static FileResponseFactory |
FileResponseFactory.getInstance(ResponseFactoryConfig config,
String uriMountPoint)
Returns the instance configured at the specified uriMountPoint,
if any. |
static FileResponseFactory |
FileResponseFactory.newInstance(ResponseFactoryConfig config,
String uriMountPoint,
File root)
Creates a new instance configured at the specified URI mount point, with
the given root directory. |
static FileResponseFactory |
FileResponseFactory.newInstance(ResponseFactoryConfig config,
String uriMountPoint,
File root,
MimeMap mimeMap,
FileFilter filter)
Creates a new instance configured at the specified URI mount point, with
the given root directory. |