/[classpath]/classpath/java/net/URLConnection.java
ViewVC logotype

Diff of /classpath/java/net/URLConnection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29.2.4 by gnu_andrew, Sun Oct 16 17:12:07 2005 UTC revision 1.29.2.5 by gnu_andrew, Wed Nov 2 00:43:35 2005 UTC
# Line 531  public abstract class URLConnection Line 531  public abstract class URLConnection
531    }    }
532    
533    /**    /**
534     * Returns the value of a flag indicating whether or not input is going     * Sets the value of a flag indicating whether or not input is going
535     * to be done for this connection.  This default to true unless the     * to be done for this connection.  This default to true unless the
536     * doOutput flag is set to false, in which case this defaults to false.     * doOutput flag is set to false, in which case this defaults to false.
537     *     *
# Line 561  public abstract class URLConnection Line 561  public abstract class URLConnection
561    }    }
562    
563    /**    /**
564     * Returns a boolean flag indicating whether or not output will be done     * Sets a boolean flag indicating whether or not output will be done
565     * on this connection.  The default value is false, so this method can     * on this connection.  The default value is false, so this method can
566     * be used to override the default     * be used to override the default
567     *     *
# Line 852  public abstract class URLConnection Line 852  public abstract class URLConnection
852    }    }
853    
854    /**    /**
855     * Set's the ContentHandlerFactory for an application.  This can be called     * Sets the ContentHandlerFactory for an application.  This can be called
856     * once and only once.  If it is called again, then an Error is thrown.     * once and only once.  If it is called again, then an Error is thrown.
857     * Unlike for other set factory methods, this one does not do a security     * Unlike for other set factory methods, this one does not do a security
858     * check prior to setting the factory.     * check prior to setting the factory.
# Line 934  public abstract class URLConnection Line 934  public abstract class URLConnection
934    }    }
935    
936    /**    /**
937     * This method set the <code>FileNameMap</code> object being used     * This method sets the <code>FileNameMap</code> object being used
938     * to decode MIME types by file extension.     * to decode MIME types by file extension.
939     *     *
940     * @param map The <code>FileNameMap</code>.     * @param map The <code>FileNameMap</code>.

Legend:
Removed from v.1.29.2.4  
changed lines
  Added in v.1.29.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26