Package org.openqa.selenium.net
Interface NetworkInterfaceProvider
- All Known Implementing Classes:
DefaultNetworkInterfaceProvider
public interface NetworkInterfaceProvider
Provides information about the local network interfaces.
Basically an abstraction created to allow stubbing of java.net.NetworkInterface, also soothes some of the jdk1.2 idioms from this interface into jdk1.5 idioms.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getNetworkInterfaces
Iterable<NetworkInterface> getNetworkInterfaces() -
getLoInterface
NetworkInterface getLoInterface()
-