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.http The HTTP File Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider.org.apache.commons.vfs2.provider.http4s The HTTP4S File Provider.org.apache.commons.vfs2.provider.https The HTTPS File Provider.org.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 on 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.http
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http Modifier and Type Class Description class
HttpFileNameParser
Deprecated.Useorg.apache.commons.vfs2.provider.http5
. -
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
Deprecated.Useorg.apache.commons.vfs2.provider.http5
. -
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
Deprecated.Useorg.apache.commons.vfs2.provider.http5
. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.https
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.https Modifier and Type Class Description class
HttpsFileNameParser
Deprecated.Useorg.apache.commons.vfs2.provider.http5s
. -
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.
-