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.
FileNameParser implementation for http4 provider, setting default port to 80.- 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 80.
- 
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- 
Http4FileNameParserpublic Http4FileNameParser()Deprecated.Constructs a new instance with the default port 80.
 
- 
- 
Method Details- 
getInstanceDeprecated.Gets the singleton instance.- Returns:
- the singleton instance.
 
 
- 
org.apache.commons.vfs2.provider.http5.