|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionFactory<T>
URL connection factory.
Method Summary | |
---|---|
URLConnection |
createConection(org.osgi.framework.BundleContext bundleContext,
URL url,
T config)
Creates a handler specific conection. |
T |
createConfiguration(org.ops4j.util.property.PropertyResolver propertyResolver)
Creates a handler specific configuration. |
Method Detail |
---|
URLConnection createConection(org.osgi.framework.BundleContext bundleContext, URL url, T config) throws IOException
bundleContext
- bundle contexturl
- url to be handledconfig
- protocol specific configuration
IOException
- if a malformed url is encountered. Protocol specific.T createConfiguration(org.ops4j.util.property.PropertyResolver propertyResolver)
propertyResolver
- configuration propertyResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |