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