org.eclipse.osgi.framework.internal.protocol.reference
Class ReferenceURLConnection
java.lang.Object
java.net.URLConnection
org.eclipse.osgi.framework.internal.protocol.reference.ReferenceURLConnection
public class ReferenceURLConnection
- extends URLConnection
URLConnection for the reference protocol.
| Methods inherited from class java.net.URLConnection |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString |
reference
protected URL reference
ReferenceURLConnection
protected ReferenceURLConnection(URL url)
connect
public void connect()
throws IOException
- Specified by:
connect in class URLConnection
- Throws:
IOException
getDoInput
public boolean getDoInput()
- Overrides:
getDoInput in class URLConnection
getDoOutput
public boolean getDoOutput()
- Overrides:
getDoOutput in class URLConnection
getInputStream
public InputStream getInputStream()
throws IOException
- Overrides:
getInputStream in class URLConnection
- Throws:
IOException
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.