Class HttpsFileNameParser
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.https.HttpsFileNameParser
- All Implemented Interfaces:
- FileNameParser
Deprecated.
Implementation for https. set default port to 443.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParserHostFileNameParser.Authority
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.Constructs a new instance with the default port 443.
- 
Method SummaryMethods inherited from class org.apache.commons.vfs2.provider.URLFileNameParserencodeCharacter, parseUriMethods inherited from class org.apache.commons.vfs2.provider.HostFileNameParserextractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort
- 
Constructor Details- 
HttpsFileNameParserpublic HttpsFileNameParser()Deprecated.Constructs a new instance with the default port 443.
 
- 
- 
Method Details- 
getInstanceDeprecated.Gets the singleton instance.- Returns:
- the singleton instance.
 
 
- 
org.apache.commons.vfs2.provider.http5s.