Re: incoming connection port 80
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Tue, 04 Mar 2008 11:53:20 -0800
On Tue, 04 Mar 2008 11:43:52 -0800, Erik <erikgast@xxxxxxxxx> wrote:
Thanks for your answer :).
You're welcome.
What I'm trying to do is to create a Java applet which can receive an incoming
connection, so a connection is enstablished between a program and the applet (which
must be able to accept the connection).
Assuming that your use of the word "connection" here implies TCP, and assuming that an applet is allowed to create a TCP socket that listens, then this should be possible. Note that I don't know enough about the limitations of an applet to answer that particular question. If Java blocks that sort of operation for applets, then you can't do it.
Is this possible (to bypass
the router (not the firewall!)) and if it's possible, how?
Assuming applets are allowed to do that sort of thing, it's possible, and my previous post explained how, at least to the extent that I think might be appropriate in a Java programming newsgroup. There's plenty of information in there that should allow you to find the specific details via Google and/or in a newsgroup that more specifically deals with network programming.
Pete
.
- References:
- incoming connection port 80
- From: Erik
- Re: incoming connection port 80
- From: Mark Space
- Re: incoming connection port 80
- From: Peter Duniho
- Re: incoming connection port 80
- From: Erik
- incoming connection port 80
- Prev by Date: Re: incoming connection port 80
- Next by Date: Re: incoming connection port 80
- Previous by thread: Re: incoming connection port 80
- Next by thread: Re: incoming connection port 80
- Index(es):
Relevant Pages
|