18#ifndef _DECAF_NET_URLSTREAMHANDLERFACTORY_H_
19#define _DECAF_NET_URLSTREAMHANDLERFACTORY_H_
Defines a factory which creates an URLStreamHandler for a specified protocol.
Definition URLStreamHandlerFactory.h:36
virtual URLStreamHandler * createURLStreamHandler(const std::string &protocol)=0
Creates a new URLStreamHandler instance for the given protocol.
virtual ~URLStreamHandlerFactory()
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
Definition URLStreamHandler.h:45
Definition URLStreamHandlerManager.h:26
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25