< prev index next >

src/java.base/share/classes/java/net/URLConnection.java

Print this page

        

*** 52,68 **** * of all classes that represent a communications link between the * application and a URL. Instances of this class can be used both to * read from and to write to the resource referenced by the URL. In * general, creating a connection to a URL is a multistep process: * ! * <div style="text-align:center"><table style="margin:0 auto" border=2 summary="Describes the process of creating a connection to a URL: openConnection() and connect() over time."> * <tr><th>{@code openConnection()}</th> * <th>{@code connect()}</th></tr> * <tr><td>Manipulate parameters that affect the connection to the remote * resource.</td> * <td>Interact with the resource; query header fields and * contents.</td></tr> * </table> * ----------------------------&gt; * <br>time</div> * * <ol> --- 52,73 ---- * of all classes that represent a communications link between the * application and a URL. Instances of this class can be used both to * read from and to write to the resource referenced by the URL. In * general, creating a connection to a URL is a multistep process: * ! * <div style="text-align:center"><table class="plain" style="margin:0 auto"> ! * <caption style="display:none">Describes the process of creating a connection to a URL: openConnection() and connect() over time.</caption> ! * <thead> * <tr><th>{@code openConnection()}</th> * <th>{@code connect()}</th></tr> + * </thead> + * <tbody> * <tr><td>Manipulate parameters that affect the connection to the remote * resource.</td> * <td>Interact with the resource; query header fields and * contents.</td></tr> + * </tbody> * </table> * ----------------------------&gt; * <br>time</div> * * <ol>
< prev index next >