Uses of Class
org.ocap.hn.NetworkInterface

Packages that use NetworkInterface
org.ocap.hn   
org.ocap.hn.security   
 

Uses of NetworkInterface in org.ocap.hn
 

Methods in org.ocap.hn that return NetworkInterface
static NetworkInterface[] NetworkInterface.getNetworkInterfaces()
          Gets an array of NetworkInterface instances that represent all of the network interfaces supported by the device.
 

Uses of NetworkInterface in org.ocap.hn.security
 

Methods in org.ocap.hn.security with parameters of type NetworkInterface
 void NetSecurityManager.disableMocaPrivacy(NetworkInterface networkInterface)
          Disables MoCA privacy.
 void NetSecurityManager.enableMocaPrivacy(NetworkInterface networkInterface)
          Enables MoCa privacy.
 String NetSecurityManager.getNetworkPassword(NetworkInterface networkInterface)
          Gets a network interface password.
 void NetSecurityManager.setNetworkPassword(NetworkInterface networkInterface, String password)
          Sets a network interface password.
 



Copyright © 2011. All Rights Reserved.