org.openqa.selenium.server.browserlaunchers
Class ServerHttpChannel
java.lang.Object
org.openqa.selenium.server.browserlaunchers.ServerHttpChannel
- All Implemented Interfaces:
- Runnable
public class ServerHttpChannel
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerHttpChannel
public ServerHttpChannel(String sessionId,
int serverPort,
CommandProcessor processor)
run
public void run()
- Specified by:
run
in interface Runnable
kill
public void kill()
send
public void send(String postedData,
String urlParams)
throws IOException
- Throws:
IOException
read
public String read()
throws IOException
- Throws:
IOException
Copyright © 2013. All rights reserved.