Class HttpFileNameParser
java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileNameParser
org.apache.commons.vfs2.provider.HostFileNameParser
org.apache.commons.vfs2.provider.URLFileNameParser
org.apache.commons.vfs2.provider.http.HttpFileNameParser
- All Implemented Interfaces:
FileNameParser
Deprecated.
Implementation for http. set default port to 80
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
HostFileNameParser.Authority
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructs a new instance with the default port 80. -
Method Summary
Methods inherited from class org.apache.commons.vfs2.provider.URLFileNameParser
encodeCharacter, parseUri
Methods inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
extractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort
-
Constructor Details
-
HttpFileNameParser
public HttpFileNameParser()Deprecated.Constructs a new instance with the default port 80.
-
-
Method Details
-
getInstance
Deprecated.Gets the singleton instance.- Returns:
- the singleton instance.
-
org.apache.commons.vfs2.provider.http5
.