org.openqa.selenium.remote
Class HttpCommandExecutor

java.lang.Object
  extended by org.openqa.selenium.remote.HttpCommandExecutor
All Implemented Interfaces:
NeedsLocalLogs, CommandExecutor
Direct Known Subclasses:
DriverCommandExecutor

public class HttpCommandExecutor
extends Object
implements CommandExecutor, NeedsLocalLogs


Constructor Summary
HttpCommandExecutor(URL addressOfRemoteServer)
           
 
Method Summary
 Response execute(Command command)
           
 URL getAddressOfRemoteServer()
           
static String getSessionId(String uri)
           
 void setLocalLogs(LocalLogs logs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCommandExecutor

public HttpCommandExecutor(URL addressOfRemoteServer)
Method Detail

setLocalLogs

public void setLocalLogs(LocalLogs logs)
Specified by:
setLocalLogs in interface NeedsLocalLogs

getAddressOfRemoteServer

public URL getAddressOfRemoteServer()

execute

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

getSessionId

public static String getSessionId(String uri)


Copyright © 2013. All Rights Reserved.