Uses of Class
org.apache.commons.vfs2.provider.HostFileNameParser
Packages that use HostFileNameParser
Package
Description
The File Provider API, and utility classes.
The FTP File Provider.
The HTTP4 File Provider
The HTTP4S File Provider
The SFTP Provider.
-
Uses of HostFileNameParser in org.apache.commons.vfs2.provider
Subclasses of HostFileNameParser in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclass
Generic implementation for any url based file system, without depending a specific library.class
Deprecated. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.ftp
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.ftp -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http4
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http4Modifier and TypeClassDescriptionclass
FileNameParser
implementation for http4 provider, setting default port to 80. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http4s
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http4sModifier and TypeClassDescriptionclass
FileNameParser
implementation for http4s provider, setting default port to 443. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.sftp
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.sftp
GenericURLFileNameParser
as it doesn't depend on Http Client v3 API directly.