Uses of Class
java.net.URLConnection

Packages that use URLConnection
java.net   
org.apache.felix.fileinstall.internal   
org.apache.felix.framework   
org.apache.felix.framework.util   
org.apache.felix.gogo.command   
org.apache.felix.ipojo.online.manipulator   
org.osgi.service.url URL Stream and Content Handlers Package Version 1.0. 
 

Uses of URLConnection in java.net
 

Subclasses of URLConnection in java.net
 class HttpURLConnection
           
 class JarURLConnection
           
 

Fields in java.net declared as URLConnection
protected  URLConnection JarURLConnection.jarFileURLConnection
           
 

Methods in java.net that return URLConnection
 URLConnection URL.openConnection()
           
protected abstract  URLConnection URLStreamHandler.openConnection(URL var0)
           
 

Methods in java.net with parameters of type URLConnection
abstract  Object ContentHandler.getContent(URLConnection var0)
           
 Object ContentHandler.getContent(URLConnection var0, Class[] var1)
           
 

Uses of URLConnection in org.apache.felix.fileinstall.internal
 

Subclasses of URLConnection in org.apache.felix.fileinstall.internal
 class JarDirUrlHandler.Connection
           
 

Methods in org.apache.felix.fileinstall.internal that return URLConnection
 URLConnection JarDirUrlHandler.openConnection(URL url)
          Open the connection for the given URL.
 

Uses of URLConnection in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return URLConnection
protected  URLConnection URLHandlersStreamHandlerProxy.openConnection(URL url)
           
protected  URLConnection URLHandlersStreamHandlerProxy.openConnection(URL url, Proxy proxy)
           
 

Uses of URLConnection in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util that return URLConnection
 URLConnection SecureAction.openURLConnection(URL url)
           
 

Methods in org.apache.felix.framework.util with parameters of type URLConnection
 InputStream SecureAction.getURLConnectionInputStream(URLConnection conn)
           
 

Uses of URLConnection in org.apache.felix.gogo.command
 

Methods in org.apache.felix.gogo.command with parameters of type URLConnection
static InputStream Util.openURL(URLConnection conn)
           
static void Util.setProxyAuth(URLConnection conn)
           
 

Uses of URLConnection in org.apache.felix.ipojo.online.manipulator
 

Methods in org.apache.felix.ipojo.online.manipulator that return URLConnection
 URLConnection IPOJOURLHandler.openConnection(URL url)
          Opens a connection using the ipojo url handler.
 

Uses of URLConnection in org.osgi.service.url
 

Methods in org.osgi.service.url that return URLConnection
abstract  URLConnection AbstractURLStreamHandlerService.openConnection(URL u)
           
 URLConnection URLStreamHandlerService.openConnection(URL u)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.