/[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.34 by mark, Sat Jul 2 20:32:39 2005 UTC revision 1.35 by tromey, Thu Sep 29 23:45:17 2005 UTC
# Line 530  public abstract class URLConnection Line 530  public abstract class URLConnection
530    }    }
531    
532    /**    /**
533     * 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
534     * to be done for this connection.  This default to true unless the     * to be done for this connection.  This default to true unless the
535     * 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.
536     *     *
# Line 560  public abstract class URLConnection Line 560  public abstract class URLConnection
560    }    }
561    
562    /**    /**
563     * Returns a boolean flag indicating whether or not output will be done     * Sets a boolean flag indicating whether or not output will be done
564     * on this connection.  The default value is false, so this method can     * on this connection.  The default value is false, so this method can
565     * be used to override the default     * be used to override the default
566     *     *
# Line 851  public abstract class URLConnection Line 851  public abstract class URLConnection
851    }    }
852    
853    /**    /**
854     * Set's the ContentHandlerFactory for an application.  This can be called     * Sets the ContentHandlerFactory for an application.  This can be called
855     * 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.
856     * 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
857     * check prior to setting the factory.     * check prior to setting the factory.
# Line 933  public abstract class URLConnection Line 933  public abstract class URLConnection
933    }    }
934    
935    /**    /**
936     * This method set the <code>FileNameMap</code> object being used     * This method sets the <code>FileNameMap</code> object being used
937     * to decode MIME types by file extension.     * to decode MIME types by file extension.
938     *     *
939     * @param map The <code>FileNameMap</code>.     * @param map The <code>FileNameMap</code>.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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