org.apache.commons.vfs2.provider.http
Class HttpFileNameParser

java.lang.Object
  extended by org.apache.commons.vfs2.provider.AbstractFileNameParser
      extended by org.apache.commons.vfs2.provider.HostFileNameParser
          extended by org.apache.commons.vfs2.provider.URLFileNameParser
              extended by org.apache.commons.vfs2.provider.http.HttpFileNameParser
All Implemented Interfaces:
FileNameParser
Direct Known Subclasses:
WebdavFileNameParser

public class HttpFileNameParser
extends URLFileNameParser

Implementation for http. set default port to 80

Author:
Commons VFS team

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
HostFileNameParser.Authority
 
Constructor Summary
HttpFileNameParser()
           
 
Method Summary
static FileNameParser getInstance()
           
 
Methods inherited from class org.apache.commons.vfs2.provider.URLFileNameParser
encodeCharacter, parseUri
 
Methods inherited from class org.apache.commons.vfs2.provider.HostFileNameParser
extractHostName, extractPort, extractToPath, extractUserInfo, getDefaultPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpFileNameParser

public HttpFileNameParser()
Method Detail

getInstance

public static FileNameParser getInstance()