Class Http5sFileNameParser
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.http5s.Http5sFileNameParser
- All Implemented Interfaces:
FileNameParser
FileNameParser
implementation for http5s provider, setting default port to 443.- Since:
- 2.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
HostFileNameParser.Authority
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
Http5sFileNameParser
public Http5sFileNameParser()Constructs a new instance with the default port 443.
-
-
Method Details
-
getInstance
Gets the singleton instance.- Returns:
- the singleton instance.
-