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.fileSystemsMethods in org.broadinstitute.http.nio that return HttpFileSystemModifier and TypeMethodDescriptionfinal HttpFileSystemHttpAbstractFileSystemProvider.getFileSystem(URI uri) HttpPath.getFileSystem()final HttpFileSystemHttpAbstractFileSystemProvider.newFileSystem(URI uri, Map<String, ?> env) Constructors in org.broadinstitute.http.nio with parameters of type HttpFileSystemModifierConstructorDescriptionprivateHttpPath(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.