Package org.apache.felix.upnp.basedriver.importer.util

Examples of org.apache.felix.upnp.basedriver.importer.util.HTTPRequestForIcon


   * @see org.osgi.service.upnp.UPnPIcon#getInputStream()
   */
  public InputStream getInputStream() throws IOException {
    String urlString=ParseLocation.getUrlBase(cyberdev.getLocation())+icon.getURL();
    URL url=new URL(urlString);
    HTTPRequestForIcon requestor=new HTTPRequestForIcon(url);
   
    return requestor.getInputStream();
  }
View Full Code Here

TOP

Related Classes of org.apache.felix.upnp.basedriver.importer.util.HTTPRequestForIcon

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.