org.apache.commons.vfs.provider.https
Class HttpsFileNameParser

java.lang.Object
  extended by org.apache.commons.vfs.provider.AbstractFileNameParser
      extended by org.apache.commons.vfs.provider.HostFileNameParser
          extended by org.apache.commons.vfs.provider.URLFileNameParser
              extended by org.apache.commons.vfs.provider.https.HttpsFileNameParser
All Implemented Interfaces:
FileNameParser

public class HttpsFileNameParser
extends URLFileNameParser

Implementation for http. set default port to 80


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.vfs.provider.HostFileNameParser
HostFileNameParser.Authority
 
Field Summary
private static HttpsFileNameParser INSTANCE
           
 
Constructor Summary
HttpsFileNameParser()
           
 
Method Summary
static FileNameParser getInstance()
           
 
Methods inherited from class org.apache.commons.vfs.provider.URLFileNameParser
encodeCharacter, parseUri
 
Methods inherited from class org.apache.commons.vfs.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
 

Field Detail

INSTANCE

private static final HttpsFileNameParser INSTANCE
Constructor Detail

HttpsFileNameParser

public HttpsFileNameParser()
Method Detail

getInstance

public static FileNameParser getInstance()