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
FileNameParser
implementation for http4 provider, setting default port to 80.- Since:
- 2.3
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
HostFileNameParser.Authority
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final Http4FileNameParser
-
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
-
Field Details
-
DEFAULT_PORT
private static final int DEFAULT_PORT- See Also:
-
INSTANCE
-
-
Constructor Details
-
Http4FileNameParser
public Http4FileNameParser()
-
-
Method Details
-
getInstance
-