Firewall BufferedReader
From: pedicini (scpedicini_at_nospam.yahoo.com)
Date: 12/08/04
- Next message: dasickis: "wondering"
- Previous message: jeni_at_gehennom.net: "Lomboz soap client"
- Next in thread: 2471: "Re: Firewall BufferedReader"
- Reply: 2471: "Re: Firewall BufferedReader"
- Reply: munki: "Re: Firewall BufferedReader"
- Reply: Chris Smith: "Re: Firewall BufferedReader"
- Reply: joeking_at_merseymail.com: "Re: Firewall BufferedReader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 8 Dec 2004 00:39:08 -0500
Here is the problem:
My computer is behind a LAN, so it has a local IP.
I have a client program that connects to a server program
using the Socket class. Using a PrintWriter, I can successfully
send data down the socket to the server, but the client cannot
receive data, it's a one-way street. I am trying to get data using
a BufferedReader which is connected to the Socket's input stream.
If I test my client program on a machine that has a internet visible IP,
it works perfectly. Do you know of any way that I can get the client
to get data from the server? Since I've already established a connection,
I was hoping that there was some way to do it.
Thanks,
Shaun
- Next message: dasickis: "wondering"
- Previous message: jeni_at_gehennom.net: "Lomboz soap client"
- Next in thread: 2471: "Re: Firewall BufferedReader"
- Reply: 2471: "Re: Firewall BufferedReader"
- Reply: munki: "Re: Firewall BufferedReader"
- Reply: Chris Smith: "Re: Firewall BufferedReader"
- Reply: joeking_at_merseymail.com: "Re: Firewall BufferedReader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|