|  |  |  |  | 
        
          | 
                
                  |  | class URLStreamHandlerFactory |  |   |  
        
          | Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages 
 acdk::net::URLStreamHandlerFactory Class Reference#include <URLStreamHandlerFactory.h>
 Inheritance diagram for acdk::net::URLStreamHandlerFactory:
  List of all members. 
 Detailed Descriptionregistry for URLStreamHandler
 
 Member Function Documentation
 
  
    | 
        
          | RURLStreamHandlerFactory acdk::net::URLStreamHandlerFactory::_getProtocolFromProperties | ( | IN(RString) | protocol | ) |  [static, private] |  |  
 
  
    | 
        
          | virtual RURLStreamHandler acdk::net::URLStreamHandlerFactory::createURLStreamHandler | ( | IN(RString) | protocol | ) |  [pure virtual] |  |  
 
  
    | 
        
          | RURLStreamHandlerFactory acdk::net::URLStreamHandlerFactory::getFactory | ( | IN(RString) | protocol | ) |  [static] |  |  
  
    |  | 
 Returns:factory for a given protocol 
 Exceptions:
  
    | MalformedURLException | if no factory exists for this protocol | 
 |  
 
  
    | 
        
          | RURLStreamHandler acdk::net::URLStreamHandlerFactory::getProtocolHandler | ( | IN(RString) | protocol | ) |  [static] |  |  
 
  
    | 
        
          | acdk::net::URLStreamHandlerFactory::OUT | ( | acdk::util::RHashMap |  | ) |  [static, private] |  |  
 
  
    | 
        
          | void acdk::net::URLStreamHandlerFactory::registerFactory | ( | IN(RString) | protocol, |  
          |  |  | IN(RURLStreamHandlerFactory) | factory |  
          |  | ) |  [static] |  |  
  
    |  | 
register specific factory for a protocol
 
     |  
 Friends And Related Function Documentation
 
  
    | 
        
          | friend class URLFactoryInitializer  [friend] |  |  |  |