Advertisement

1 - 10 of 68 containing alltags:("urlconnection") (0 seconds)
what is the problem for the code? import java.net.*; import java.io.*; import java.awt.*; class sortClient {         URL sortURL;         URLConnection connection;         PrintStream outStream;  ...
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...
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 ...
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...
Zones: JavaDate Answered: 02/26/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 ...
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 ...
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...
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,...
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...
Zones: JavaDate Answered: 04/03/2001 Grade: A Views: 34