Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

applets, sockets, TCP

1 réponse
Avatar
Mihamina Rakotomandimby
Bonjour,
http://www.davidreilly.com/java/java_network_programming/#1.6
J'y lis:

Applets are unable to access the local file-system, to bind to local
ports, or to connect to a computer via sockets other than the computer
from which the applet is loaded.

Est ce que ça veut dire que je (l'applet) peux me connecter à n'importe
quel port de la machine qui a délivré l'applet?

Merci.
--
Huile Essentielle de Camphre http://www.huile-camphre.fr

1 réponse

Avatar
Emmanuel Bourg
Mihamina Rakotomandimby a écrit :
Bonjour,
http://www.davidreilly.com/java/java_network_programming/#1.6
J'y lis:

Applets are unable to access the local file-system, to bind to local
ports, or to connect to a computer via sockets other than the computer
from which the applet is loaded.

Est ce que ça veut dire que je (l'applet) peux me connecter à n'importe
quel port de la machine qui a délivré l'applet?



Oui. A noter qu'il est possible de lever ces restrictions en signant
l'applet.