Name

Class java.net.NetPermission

Synopsis

This class represents the ability to work with multicast sockets and the ability to use the authenticator classes. As all basic permissions, this class carries no actions.

Class Definition

public final class java.net.NetPermission
	extends java.security.BasicPermission {

	// Constructors
	public NetPermission(String);
	public NetPermission(String, String);
}

See also:

BasicPermission, Permission

Get Java Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.