Java's networking package provides the interfaces to handle the various network protocols (FTP, HTTP, Telnet, and so on). This is your front line of defense at the network interface level. The networking package can be set up with configurable levels of paranoia. You can
-
Disallow all network accesses
-
Allow network accesses to only the hosts from which the code was imported
-
Allow network accesses only outside the firewall if the code came from outside
-
Allow all network accesses
CONTENTS | PREV
| NEXT
Please send any comments or corrections to
jdk-comments@java.sun.com
Copyright © 1997 Sun Microsystems, Inc. All Rights Reserved.
|
|