Uses of Class
org.broadinstitute.http.nio.HttpFileSystem
Packages that use HttpFileSystem
-
Uses of HttpFileSystem in org.broadinstitute.http.nio
Fields in org.broadinstitute.http.nio declared as HttpFileSystemFields in org.broadinstitute.http.nio with type parameters of type HttpFileSystemModifier and TypeFieldDescriptionprivate final Map
<String, HttpFileSystem> HttpAbstractFileSystemProvider.fileSystems
Methods in org.broadinstitute.http.nio that return HttpFileSystemModifier and TypeMethodDescriptionfinal HttpFileSystem
HttpAbstractFileSystemProvider.getFileSystem
(URI uri) HttpPath.getFileSystem()
final HttpFileSystem
HttpAbstractFileSystemProvider.newFileSystem
(URI uri, Map<String, ?> env) Constructors in org.broadinstitute.http.nio with parameters of type HttpFileSystemModifierConstructorDescriptionprivate
HttpPath
(HttpFileSystem fs, String query, String reference, boolean absolute, byte... normalizedPath) Internal constructor.(package private)
HttpPath
(HttpFileSystem fs, String path, String query, String reference) Creates a new Path in the providedHttpFileSystem
, with optional query and reference.