Sets the network address.
Parameters: address - A string, e.g. 192.168.0.32 throws: AccessControlException - when the conversion of the String to anInetAddress failed.
Sets the network address.
Parameters: address - A byte array of the length 4. throws: AccessControlException - when the conversion of the byte array to anInetAddress failed.
Sets the subnet mask.
Parameters: mask - A string, e.g. 192.168.0.32 throws: AccessControlException - when the conversion of the String to anInetAddress failed.
Sets the subnet mask.
Parameters: mask - A byte array of the length 4. throws: AccessControlException - when the conversion of the byte array to anInetAddress failed.