Module jdk.net
Package jdk.net

Class NetworkPermission

java.lang.Object
All Implemented Interfaces:
Serializable, Guard

public final class NetworkPermission extends BasicPermission
Represents permission to access the extended networking capabilities defined in the jdk.net package. These permissions contain a target name, but no actions list. Callers either possess the permission or not.
Since:
1.8
See Also: