org.openqa.selenium.server.browserlaunchers
Class ServerHttpChannel

java.lang.Object
  extended by org.openqa.selenium.server.browserlaunchers.ServerHttpChannel
All Implemented Interfaces:
Runnable

public class ServerHttpChannel
extends Object
implements Runnable


Constructor Summary
ServerHttpChannel(String sessionId, int serverPort, CommandProcessor processor)
           
 
Method Summary
 void kill()
           
 String read()
           
 void run()
           
 void send(String postedData, String urlParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerHttpChannel

public ServerHttpChannel(String sessionId,
                         int serverPort,
                         CommandProcessor processor)
Method Detail

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.