Uses of Record Class
org.broadinstitute.http.nio.HttpFileSystemProviderSettings
Packages that use HttpFileSystemProviderSettings
Package
Description
HTTP/S FileSystem provider for Java NIO.2
-
Uses of HttpFileSystemProviderSettings in org.broadinstitute.http.nio
Fields in org.broadinstitute.http.nio declared as HttpFileSystemProviderSettingsModifier and TypeFieldDescriptionstatic final HttpFileSystemProviderSettingsHttpFileSystemProviderSettings.DEFAULT_SETTINGSdefault settings which will be used unless they are resetprivate static HttpFileSystemProviderSettingsHttpAbstractFileSystemProvider.settingsMethods in org.broadinstitute.http.nio that return HttpFileSystemProviderSettingsMethods in org.broadinstitute.http.nio with parameters of type HttpFileSystemProviderSettingsModifier and TypeMethodDescriptionstatic voidHttpAbstractFileSystemProvider.setSettings(HttpFileSystemProviderSettings settings) override the existing settingsConstructors in org.broadinstitute.http.nio with parameters of type HttpFileSystemProviderSettingsModifierConstructorDescriptionHttpSeekableByteChannel(URI uri, HttpFileSystemProviderSettings settings, long position) Create a new seekable channel which reads from the requested URI -
Uses of HttpFileSystemProviderSettings in org.broadinstitute.http.nio.utils
Methods in org.broadinstitute.http.nio.utils with parameters of type HttpFileSystemProviderSettingsModifier and TypeMethodDescriptionstatic booleanHttpUtils.exists(URI uri, HttpFileSystemProviderSettings settings) Check if anURIexists.static HttpClientHttpUtils.getClient(HttpFileSystemProviderSettings settings) Get an HttpClient built wth appropriate settings.