Searched defs:NetPermission (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DNetPermission.java35 * A NetPermission contains a name (also referred to as a "target name") but
46 * The following table lists all the possible NetPermission target names,
168 public final class NetPermission extends BasicPermission { class in inherits:BasicPermission
172 * Creates a new NetPermission with the specified name.
173 * The name is the symbolic name of the NetPermission, such as
178 * @param name the name of the NetPermission.
184 public NetPermission(String name) method in class:NetPermission
190 * Creates a new NetPermission object with the specified name.
191 * The name is the symbolic name of the NetPermission, and the
194 * @param name the name of the NetPermission
201 public NetPermission(String name, String actions) method in class:NetPermission
[all...]

Completed in 22 milliseconds