[1689] in java-interest

home help back first fref pref prev next nref lref last post

JDK Question

daemon@ATHENA.MIT.EDU (Chuck Williams)
Thu Sep 14 11:12:00 1995

Date: Thu, 14 Sep 1995 08:19:29 -0400
From: Chuck Williams <chuck.williams@template.com>
To: mtw@kodak.com (Mary White)
Cc: java-interest@java.sun.com
In-Reply-To: <9509121532.AA16373@radical.pdkiews>

Mary White writes:
 > I just downloaded the Developer's Kit and am starting to
 > convert my Java Applets.  I have been using the NetworkClient
 > class under net.  Does that no longer exist?  Did anything
 > replace it or should I write my own network class?

Mary,

I had the same question.  It looks like the new Socket class is what you
want to use now.  I have just started converting one of my own apps.

It looks like you may need to rework your app as the Socket class has no
open method, but rather opens the socket as part of the constructor.  It has
also removed all of the instance variables and replaced them with get
methods.

I'll post to the list once I get my app working again.

 > 
 > Thanks a bunch
 > 
 > Mary
 > -
 > Note to Sun employees: this is an EXTERNAL mailing list!
 > Info: send 'help' to java-interest-request@java.sun.com
 > 

Chuck Williams					Template Software, Inc.
Technical Representative			13100 Worldgate Drive
Phone: (703) 318-1253				Suite 340
Fax: (703) 318-7378				Herndon, VA 22070-4382
e-mail: Chuck.Williams@template.com
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post