Class Http4FileNameParser
- java.lang.Object
-
- org.apache.commons.vfs2.provider.AbstractFileNameParser
-
- org.apache.commons.vfs2.provider.HostFileNameParser
-
- org.apache.commons.vfs2.provider.GenericURLFileNameParser
-
- org.apache.commons.vfs2.provider.http4.Http4FileNameParser
-
- All Implemented Interfaces:
FileNameParser
@Deprecated public class Http4FileNameParser extends GenericURLFileNameParser
Deprecated.Useorg.apache.commons.vfs2.provider.http5
.FileNameParser
implementation for http4 provider, setting default port to 80.- Since:
- 2.3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
HostFileNameParser.Authority
-
-
Constructor Summary
Constructors Constructor Description Http4FileNameParser()
Deprecated.Constructs a new instance with the default port 80.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FileNameParser
getInstance()
Deprecated.Gets the singleton instance.-
Methods inherited from class org.apache.commons.vfs2.provider.GenericURLFileNameParser
encodeCharacter, parseUri
-
Methods inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
extractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort
-
-
-
-
Constructor Detail
-
Http4FileNameParser
public Http4FileNameParser()
Deprecated.Constructs a new instance with the default port 80.
-
-
Method Detail
-
getInstance
public static FileNameParser getInstance()
Deprecated.Gets the singleton instance.- Returns:
- the singleton instance.
-
-