Package org.broadinstitute.http.nio
Class HttpFileSystemProvider
java.lang.Object
java.nio.file.spi.FileSystemProvider
org.broadinstitute.http.nio.HttpAbstractFileSystemProvider
org.broadinstitute.http.nio.HttpFileSystemProvider
Read-only
FileSystemProvider
for HTTP.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadinstitute.http.nio.HttpAbstractFileSystemProvider
checkAccess, copy, createDirectory, delete, getFileAttributeView, getFileStore, getFileSystem, getPath, getSettings, isHidden, isSameFile, move, newByteChannel, newDirectoryStream, newFileSystem, readAttributes, readAttributes, setAttribute, setSettings, toString
Methods inherited from class java.nio.file.spi.FileSystemProvider
createLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readSymbolicLink
-
Field Details
-
SCHEME
Scheme for HTTP files.- See Also:
-
-
Constructor Details
-
HttpFileSystemProvider
public HttpFileSystemProvider()
-
-
Method Details
-
getScheme
- Specified by:
getScheme
in classHttpAbstractFileSystemProvider
- Returns:
SCHEME
.
-