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 classGenericURLFileNameParserGeneric implementation for any URL based file system, without depending on a specific library.classURLFileNameParserDeprecated.UseGenericURLFileNameParseras 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 classFtpFileNameParserImplementation 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 classHttpFileNameParserDeprecated.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 classHttp4FileNameParserDeprecated.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 classHttp4sFileNameParserDeprecated.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 classHttpsFileNameParserDeprecated.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 classSftpFileNameParserImplementation for SFTP.
-