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 HTTP File Provider.
The HTTP4 File Provider.
The HTTP4S File Provider.
The HTTP5 File Provider.
The HTTP5S File Provider.
The HTTPS File Provider.
The SFTP Provider.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.providerSubclasses of HostFileNameParser in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclassGeneric implementation for any URL based file system, without depending on a specific library.classDeprecated.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.ftpSubclasses of HostFileNameParser in org.apache.commons.vfs2.provider.ftp
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.httpSubclasses of HostFileNameParser in org.apache.commons.vfs2.provider.httpModifier and TypeClassDescriptionclassDeprecated.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http4Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http4Modifier and TypeClassDescriptionclassDeprecated.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http4sSubclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http4sModifier and TypeClassDescriptionclassDeprecated.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http5Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http5Modifier and TypeClassDescriptionclassFileNameParserimplementation for http5 provider, setting default port to 80.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http5sSubclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http5sModifier and TypeClassDescriptionclassFileNameParserimplementation for http5s provider, setting default port to 443.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.httpsSubclasses of HostFileNameParser in org.apache.commons.vfs2.provider.httpsModifier and TypeClassDescriptionclassDeprecated.
- 
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.sftpSubclasses of HostFileNameParser in org.apache.commons.vfs2.provider.sftp
GenericURLFileNameParseras it doesn't depend on HTTP Client v3 API directly.