Router.removeLocalNetworkInterface()
Method
Related Forms
Router.removeLocalNetworkInterfaces()
Declaration
RouterremoveLocalNetworkInterface
(
java.lang.String localNetworkName)
throws ConfigurationException
RouterremoveLocalNetworkInterfaces
(
java.lang.String[] localNetworkNames)
throws ConfigurationException
Purpose
Remove local network interfaces from the router.
Remarks
When removing more than network interface, the second method is faster than repeatedly calling the first method.
These methods return the Router object, so programs can conveniently chain additional method calls to the return value.
Parameter |
Description |
|
Remove the network interface with this name. |
|
Remove all the network interfaces named in this array. |
See Also
Router.addLocalNetworkInterface()
Router.getLocalNetworkInterfaces()
For the corresponding browser page, see Local Network Interfaces Configuration in
For background information, see these sections:
• | Routing Table Entry in |
• | Local Network in |