Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Do I have to use GateKeeper when I have an unsigned applet client?

0
10 Posted

Do I have to use GateKeeper when I have an unsigned applet client?

0
10

No, you don’t have to. There are three restrictions imposed by Java sandbox: 1. The applet can only connect back to the host where the code was downloaded. 2. The applet cannot receive incoming connections. 3. No broadcast UDP message can be sent out from the applet. So if the server is at the host where the applet was downloaded, there is no callback involved and client doesn’t use OSAGENT to do bind, the client can communicate to the server without GateKeeper.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123