what is the problem for the code?
import java.net.*;
import java.io.*;
import java.awt.*;
class sortClient
{
URL sortURL;
URLConnection connection;
PrintStream outStream;
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10016444.html
Zones:
JavaDate Answered: 10/11/1997 Grade: C Views: 0
Hi;
I have two threads:
Thread one is doing this:
1) URLConnection myCon = new URLConnection(url);
2) myCon.connect();
3) .. now it blocks for a long time
At this moment Thread two wanna cancel...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10092336.html
Zones:
JavaDate Answered: 10/27/1998 Grade: B Views: 0
Hi Experts.
I'm trying to make an applet and a httpservlet pass information between them via URLConnection.
what actions do i have to perform in order to establish this connection?
(i connected ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11094566.html
Zones:
JavaDate Answered: 09/03/2000 Grade: A Views: 0
Hi,
I have a program that starts 2 threads. Each thread simply open a URLConnection and read a lot of data from it and exit. Each thread takes few miniutes to complete its job.
If one thr...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20083772.html
Zones:
JavaDate Answered: 02/26/2001 Grade: A Views: 0
http://www.experts-exchange.com/Programming/Languages/Java/Q_20242889.html
Zones:
JavaDate Answered: 12/03/2001 Grade: A Views: 0
Hi,
I am using URLConnection to upload the files to server. When i am writing the data to the OutputStream, it occupies whole system resource. Can anyone help me write the data to the stream in ...
http://www.experts-exchange.com/Programming/Misc/Q_20449124.html
Zones:
ProgrammingDate Answered: 08/25/2003 Grade: A Views: 0
Hi,
In my application I am connecting to URL, and getting Input Stream. It works fine at local testing server. But it doesn't work at Client side server(Real-IP). The underlaying os is linux. It ...
http://www.experts-exchange.com/Programming/Misc/Q_21073968.html
Zones:
ProgrammingDate Answered: 08/28/2004 Grade: A Views: 9
Say I have n application that establishes a URLConnection to a websiteto read in some XML. How the hell do I get this to work in a network with a proxy?
It appears that there isn't any support f...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10327497.html
Zones:
JavaDate Answered: 06/09/2000 Grade: A Views: 0
I'm using URLConnection to do Http-tunneling fort streaming data. I first open an output stream from the URLConnection and then the input stream. However, when using this on Netscape on windowsNT,...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10677721.html
Zones:
JavaDate Answered: 07/16/2000 Grade: B Views: 0
Scenario:
I have a html-page that POST to a JavaServlet or asp-server. The Servlet or ASP responds with a HTML-page and SessionID and a ServletURL (URL back to Servlet or ASP), using url-rewriti...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20100500.html
Zones:
JavaDate Answered: 04/03/2001 Grade: A Views: 34