Class Http4sFileNameParser
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.http4s.Http4sFileNameParser
- All Implemented Interfaces:
- FileNameParser
Deprecated.
FileNameParser implementation for http4s provider, setting default port to 443.- Since:
- 2.3
- 
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.GenericURLFileNameParserencodeCharacter, parseUriMethods inherited from class org.apache.commons.vfs2.provider.HostFileNameParserextractHostName, extractPort, extractToPath, extractToPath, extractUserInfo, getDefaultPort
- 
Constructor Details- 
Http4sFileNameParserpublic Http4sFileNameParser()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.http5.