May 2001
Intermediate to advanced
618 pages
20h 50m
English
Net Permissions
java.net.NetPermission
There are three names associated with this class.
specifyStreamHandler
allows new stream handlers to
be installed into the URL class.
HTTP authentication (which is
not actually implemented by default Java implementations) requires
two permissions:
setDefaultAuthenticator
to install the authentication class
and
requestPasswordAuthentication
to complete the authentication.
None.
// Allow a stream handler to be installed permission java.net.NetPermission "specifyStreamHandler";
Read now
Unlock full access