[2895] in java-interest
Re: URLConnection
daemon@ATHENA.MIT.EDU (Russell East [ESRI-Redlands])
Thu Oct 19 16:47:57 1995
Date: Thu, 19 Oct 1995 11:50:01 -0700
From: reast@esri.com (Russell East [ESRI-Redlands])
To: java-interest@java.Eng.Sun.COM
Cc: flar@bendenweyr.Eng.Sun.COM, sybille@egd.igd.fhg.de
Can anyone help with the following questions?
What is the purpose of URLConnection ?
What can I do with URLConnection.getOutputStream() ?
What is getOutputStream() intended to "talk" to ?
Can I get something like a CGI script to communicate this way?
(I've tried and couldn't find a way myself, but I'm no CGI expert)
Russell.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ESRI| | Russell East, E-mail: reast@esri.com
____|___| ESRI http://www.esri.com/
| | 380 New York Street Voice : +1 (909) 793 2853
____|___| Redlands, Ca, 92373, USA Fax : +1 (909) 793 5953
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
: Date: Wed, 18 Oct 1995 19:13:44 -0700
: From: flar@bendenweyr.Eng.Sun.COM (Jim Graham)
: To: java-interest@java.Eng.Sun.COM, sybille@egd.igd.fhg.de
: Subject: Re: URLConnection
:
: Hi Sybille,
:
: > using the JDK-prebeta I tried to construct an URL Connection as follows
: >
: > myURL = new URL( ... );
: > myConnection = new URLConnection(myURL);
:
: Try "myConnection = myURL.openConnection()" instead...
:
: ...jim
: -
: Note to Sun employees: this is an EXTERNAL mailing list!
: Info: send 'help' to java-interest-request@java.sun.com
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com