com.mucommander.file.impl.http
Class HTTPProtocolProvider

java.lang.Object
  extended by com.mucommander.file.impl.http.HTTPProtocolProvider
All Implemented Interfaces:
ProtocolProvider

public class HTTPProtocolProvider
extends java.lang.Object
implements ProtocolProvider

This class is the provider for the HTTP/HTTPS filesystem implemented by HTTPFile.

Author:
Nicolas Rinaudo
See Also:
HTTPFile

Constructor Summary
HTTPProtocolProvider()
           
 
Method Summary
 AbstractFile getFile(FileURL url)
          Creates a new instance of AbstractFile that matches the specified URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPProtocolProvider

public HTTPProtocolProvider()
Method Detail

getFile

public AbstractFile getFile(FileURL url)
                     throws java.io.IOException
Description copied from interface: ProtocolProvider
Creates a new instance of AbstractFile that matches the specified URL.

Specified by:
getFile in interface ProtocolProvider
Parameters:
url - URL to map as an AbstractFile.
Returns:
a new instance of AbstractFile that matches the specified URL.
Throws:
java.io.IOException - if an error occurs.


This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard