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
 NetworkInterface getLoInterface()
           
 Iterable<NetworkInterface> getNetworkInterfaces()
           
 

Method Detail

getNetworkInterfaces

Iterable<NetworkInterface> getNetworkInterfaces()

getLoInterface

NetworkInterface getLoInterface()


Copyright © 2013. All rights reserved.