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.provider
Subclasses of HostFileNameParser in org.apache.commons.vfs2.providerModifier and TypeClassDescriptionclass
Generic implementation for any URL based file system, without depending on 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.http
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.httpModifier and TypeClassDescriptionclass
Deprecated. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http4
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http4Modifier and TypeClassDescriptionclass
Deprecated. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http4s
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http4sModifier and TypeClassDescriptionclass
Deprecated. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http5
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http5Modifier and TypeClassDescriptionclass
FileNameParser
implementation for http5 provider, setting default port to 80. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.http5s
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.http5sModifier and TypeClassDescriptionclass
FileNameParser
implementation for http5s provider, setting default port to 443. -
Uses of HostFileNameParser in org.apache.commons.vfs2.provider.https
Subclasses of HostFileNameParser in org.apache.commons.vfs2.provider.httpsModifier and TypeClassDescriptionclass
Deprecated. -
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.