org.openqa.selenium.remote
Class HttpCommandExecutor

java.lang.Object
  extended by org.openqa.selenium.remote.HttpCommandExecutor
All Implemented Interfaces:
CommandExecutor

public class HttpCommandExecutor
extends java.lang.Object
implements CommandExecutor


Constructor Summary
HttpCommandExecutor(java.net.URL addressOfRemoteServer)
           
 
Method Summary
 Response execute(Command command)
           
 java.net.URL getAddressOfRemoteServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCommandExecutor

public HttpCommandExecutor(java.net.URL addressOfRemoteServer)
Method Detail

getAddressOfRemoteServer

public java.net.URL getAddressOfRemoteServer()

execute

public Response execute(Command command)
                 throws java.io.IOException
Specified by:
execute in interface CommandExecutor
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.