Uses of Class
org.apache.commons.vfs2.provider.HostFileNameParser
-
Packages that use HostFileNameParser Package Description org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.ftp The FTP File Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Providerorg.apache.commons.vfs2.provider.http4s The HTTP4S File Providerorg.apache.commons.vfs2.provider.sftp The SFTP Provider. -
-
Uses of HostFileNameParser in org.apache.commons.vfs2.provider
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider Modifier and Type Class Description class
GenericURLFileNameParser
Generic implementation for any url based file system, without depending a specific library.class
URLFileNameParser
Deprecated.UseGenericURLFileNameParser
as it doesn't depend on Http Client v3 API directly. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.ftp
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.ftp Modifier and Type Class Description class
FtpFileNameParser
Implementation for FTP. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http4
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http4 Modifier and Type Class Description class
Http4FileNameParser
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.http4s Modifier and Type Class Description class
Http4sFileNameParser
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 Modifier and Type Class Description class
SftpFileNameParser
Implementation for SFTP.
-