Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.net.URLConnection

Uses in package javax.net.ssl

Classes derived from java.net.URLConnection

class
HttpsURLConnection
A URL connection that connects via the Secure Socket Layer (SSL) for HTTPS connections.

Uses in package java.net

Classes derived from java.net.URLConnection

class
HttpURLConnection
This class provides a common abstract implementation for those URL connection classes that will connect using the HTTP protocol.
class
JarURLConnection
This abstract class represents a common superclass for implementations of jar URL's.

Fields of type java.net.URLConnection

URLConnection
JarURLConnection.jarFileURLConnection
The connection to the jar file itself.

Methods with parameter type java.net.URLConnection

Object
ContentHandler.getContent(URLConnection urlc)
This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.
Object
ContentHandler.getContent(URLConnection urlc, Class<T>[] classes)
This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.

Methods with return type java.net.URLConnection

URLConnection
URL.openConnection()
Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
URLConnection
URLStreamHandler.openConnection(URL url)
Returns a URLConnection for the passed in URL.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /