equal
deleted
inserted
replaced
43 * The abstract class {@code URLConnection} is the superclass |
43 * The abstract class {@code URLConnection} is the superclass |
44 * of all classes that represent a communications link between the |
44 * of all classes that represent a communications link between the |
45 * application and a URL. Instances of this class can be used both to |
45 * application and a URL. Instances of this class can be used both to |
46 * read from and to write to the resource referenced by the URL. In |
46 * read from and to write to the resource referenced by the URL. In |
47 * general, creating a connection to a URL is a multistep process: |
47 * general, creating a connection to a URL is a multistep process: |
48 * <p> |
48 * |
49 * <center><table border=2 summary="Describes the process of creating a connection to a URL: openConnection() and connect() over time."> |
49 * <center><table border=2 summary="Describes the process of creating a connection to a URL: openConnection() and connect() over time."> |
50 * <tr><th>{@code openConnection()}</th> |
50 * <tr><th>{@code openConnection()}</th> |
51 * <th>{@code connect()}</th></tr> |
51 * <th>{@code connect()}</th></tr> |
52 * <tr><td>Manipulate parameters that affect the connection to the remote |
52 * <tr><td>Manipulate parameters that affect the connection to the remote |
53 * resource.</td> |
53 * resource.</td> |