Hi, I'm writing a program using sockets, but it doesn't work if the
host/server has a firewall/router (don't know if only the client has a
firewall)
I get a "unable to open IO stream" error at runtime. Is their anyway to
handle this? I heard something about proxies? Is it the thing?
If it is, then how do you use them with sockets in java?
--
Programmers should realize their critical importance and responsibility in a
world gone digital. They are in many ways similar to the priests and monks of
Europe's Dark Ages; they are the only ones with the training and insight
to read and interpret the "scripture" of this age.
host/server has a firewall/router (don't know if only the client has a
firewall)
I get a "unable to open IO stream" error at runtime. Is their anyway to
handle this? I heard something about proxies? Is it the thing?
If it is, then how do you use them with sockets in java?
--
Programmers should realize their critical importance and responsibility in a
world gone digital. They are in many ways similar to the priests and monks of
Europe's Dark Ages; they are the only ones with the training and insight
to read and interpret the "scripture" of this age.
Comment