Class RemoteNetworkConnection

  • All Implemented Interfaces:
    org.openqa.selenium.mobile.NetworkConnection

    public class RemoteNetworkConnection
    extends java.lang.Object
    implements org.openqa.selenium.mobile.NetworkConnection
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.openqa.selenium.mobile.NetworkConnection

        org.openqa.selenium.mobile.NetworkConnection.ConnectionType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.mobile.NetworkConnection.ConnectionType getNetworkConnection()  
      org.openqa.selenium.mobile.NetworkConnection.ConnectionType setNetworkConnection​(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteNetworkConnection

        public RemoteNetworkConnection​(ExecuteMethod executeMethod)
    • Method Detail

      • getNetworkConnection

        public org.openqa.selenium.mobile.NetworkConnection.ConnectionType getNetworkConnection()
        Specified by:
        getNetworkConnection in interface org.openqa.selenium.mobile.NetworkConnection
      • setNetworkConnection

        public org.openqa.selenium.mobile.NetworkConnection.ConnectionType setNetworkConnection​(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
        Specified by:
        setNetworkConnection in interface org.openqa.selenium.mobile.NetworkConnection