- NetPermission - Class in java.net
-
This class is for various network permissions.
- NetPermission(String) - Constructor for class java.net.NetPermission
-
Creates a new NetPermission with the specified name.
- NetPermission(String, String) - Constructor for class java.net.NetPermission
-
Creates a new NetPermission object with the specified name.
- NetworkInterface - Class in java.net
-
This class represents a Network Interface made up of a name,
and a list of IP addresses assigned to this interface.
- NoRouteToHostException - Exception in java.net
-
Signals that an error occurred while attempting to connect a
socket to a remote address and port.
- NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
-
Constructs a new NoRouteToHostException with the specified detail
message as to why the remote host cannot be reached.
- NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
-
Construct a new NoRouteToHostException with no detailed message.