Hi everyone,

I have a rather silly question but please bear for with me for a while. Does anyone have the Java Sun api for this class

sun.net.www.http.HttpClient

I tried googling, went to sun's site but also could not find the api for this class. I would appreciate it if someone could post the link here if it is of no inconvinience to you

Thank You

Yours SIncerely

Richard West

Never yourself use any of the sun.* packages and the classes in them.
Those classes are not guaranteed to exist in any other version of the language (or even in different platform implementations (for example it might exist in Sun's 1.4.0 but not in their own 1.4.2 nor in IBMs 1.4.0).

They're for internal use by other classes only, and sometimes for internal use by the JVM.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.