Lines Matching refs:URLConnection

43  * The abstract class <code>URLConnection</code> is the superclass
133 * field <code>fileNameMap</code> of <code>URLConnection</code> was public.
142 * <tt>URLConnection</tt> after a request may free network resources associated with this
148 * @see java.net.URLConnection#connect()
149 * @see java.net.URLConnection#getContent()
150 * @see java.net.URLConnection#getContentEncoding()
151 * @see java.net.URLConnection#getContentLength()
152 * @see java.net.URLConnection#getContentType()
153 * @see java.net.URLConnection#getDate()
154 * @see java.net.URLConnection#getExpiration()
155 * @see java.net.URLConnection#getHeaderField(int)
156 * @see java.net.URLConnection#getHeaderField(java.lang.String)
157 * @see java.net.URLConnection#getInputStream()
158 * @see java.net.URLConnection#getLastModified()
159 * @see java.net.URLConnection#getOutputStream()
160 * @see java.net.URLConnection#setAllowUserInteraction(boolean)
161 * @see java.net.URLConnection#setDefaultUseCaches(boolean)
162 * @see java.net.URLConnection#setDoInput(boolean)
163 * @see java.net.URLConnection#setDoOutput(boolean)
164 * @see java.net.URLConnection#setIfModifiedSince(long)
165 * @see java.net.URLConnection#setRequestProperty(java.lang.String, java.lang.String)
166 * @see java.net.URLConnection#setUseCaches(boolean)
169 public abstract class URLConnection {
179 * argument in the <code>URLConnection</code> constructor.
181 * @see java.net.URLConnection#getURL()
182 * @see java.net.URLConnection#url
196 * @see java.net.URLConnection#getDoInput()
197 * @see java.net.URLConnection#setDoInput(boolean)
211 * @see java.net.URLConnection#getDoOutput()
212 * @see java.net.URLConnection#setDoOutput(boolean)
231 * @see java.net.URLConnection#getAllowUserInteraction()
232 * @see java.net.URLConnection#setAllowUserInteraction(boolean)
233 * @see java.net.URLConnection#setDefaultAllowUserInteraction(boolean)
250 * @see java.net.URLConnection#setUseCaches(boolean)
251 * @see java.net.URLConnection#getUseCaches()
252 * @see java.net.URLConnection#setDefaultUseCaches(boolean)
271 * @see java.net.URLConnection#getIfModifiedSince()
272 * @see java.net.URLConnection#setIfModifiedSince(long)
358 * URLConnection objects go through two phases: first they are
370 * @see java.net.URLConnection#connected
379 * by this URLConnection. If the timeout expires before the
467 protected URLConnection(URL url) {
472 * Returns the value of this <code>URLConnection</code>'s <code>URL</code>
475 * @return the value of this <code>URLConnection</code>'s <code>URL</code>
477 * @see java.net.URLConnection#url
519 * @see java.net.URLConnection#getHeaderField(java.lang.String)
530 * @see java.net.URLConnection#getHeaderField(java.lang.String)
542 * @see java.net.URLConnection#getHeaderField(java.lang.String)
554 * @see java.net.URLConnection#getHeaderField(java.lang.String)
565 * <code>URLConnection</code> was last modified, or 0 if not known.
566 * @see java.net.URLConnection#getHeaderField(java.lang.String)
695 * @see java.net.URLConnection#getHeaderFieldKey(int)
741 * @see java.net.URLConnection#getContentType()
742 * @see java.net.URLConnection#setContentHandlerFactory(java.net.ContentHandlerFactory)
766 * @see java.net.URLConnection#getContent()
768 * @see java.net.URLConnection#getContent(java.lang.Class[])
769 * @see java.net.URLConnection#setContentHandlerFactory(java.net.ContentHandlerFactory)
788 * a connection to the URL. For example, a <code>URLConnection</code>
813 * URLConnection.
858 * @return a string representation of this <code>URLConnection</code>.
866 * <code>URLConnection</code> to the specified value.
874 * @see java.net.URLConnection#doInput
884 * Returns the value of this <code>URLConnection</code>'s
887 * @return the value of this <code>URLConnection</code>'s
897 * <code>URLConnection</code> to the specified value.
914 * Returns the value of this <code>URLConnection</code>'s
917 * @return the value of this <code>URLConnection</code>'s
927 * this <code>URLConnection</code>.
954 * <code>URLConnection</code> objects to the specified value.
981 * <code>URLConnection</code> to the specified value.
1003 * Returns the value of this <code>URLConnection</code>'s
1006 * @return the value of this <code>URLConnection</code>'s
1016 * this <code>URLConnection</code> to the specified value.
1039 * Returns the default value of a <code>URLConnection</code>'s
1046 * @return the default value of a <code>URLConnection</code>'s
1163 * <code>URLConnection</code> is created, it is initialized with
1170 * @see java.net.URLConnection#setRequestProperty(java.lang.String,java.lang.String)
1173 * should be used after an appropriate instance of URLConnection
1190 * @see java.net.URLConnection#getRequestProperty(java.lang.String)
1193 * should be used after an appropriate instance of URLConnection
1225 * @see java.net.URLConnection#getContent()
1392 * @see java.net.URLConnection#getContentType()
1417 * @see java.net.URLConnection#getContentType()
1794 public Object getContent(URLConnection uc) throws IOException {