18 #ifndef _DECAF_NET_URLSTREAMHANDLERFACTORY_H_
19 #define _DECAF_NET_URLSTREAMHANDLERFACTORY_H_
28 class URLStreamHandler;
virtual URLStreamHandler * createURLStreamHandler(const std::string &protocol)=0
Creates a new.
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers...
Definition: URLStreamHandler.h:45
Defines a factory which creates an URLStreamHandler for a specified protocol.
Definition: URLStreamHandlerFactory.h:36
virtual ~URLStreamHandlerFactory()